zhanghua
2023-09-11 f96e393e62b4c7496f7ace44b6aa5abb69ae58df
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;
        }
    },