zhanghua
2023-10-02 10b92700323bccebb3e6902f2bb4c70e8166a2a4
src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue
@@ -401,13 +401,12 @@
        },
        handleSuccess(res, file, filelist) {
          console.log(res)
            const baseUrl = 'http://140.143.152.226:8410/';
            const baseUrl = '';
            this.ill.positive = baseUrl + res.data.url1;
        },
        handleSuccess2(res, file, filelist) {
            const baseUrl = 'http://140.143.152.226:8410/';
            const baseUrl = '';
            this.ill.negative = baseUrl + res.data.url1;
        }
    },