zhanghua
2023-10-23 893fc457a2daeb0aa33a5a9d0b32eef7db238c1f
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;
        }
    },