zhanghua
2023-06-12 88335bf57b7a4690b787bcdd65a78c038b852e4d
src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue
@@ -401,17 +401,12 @@
        },
        handleSuccess(res, file, filelist) {
<<<<<<< HEAD
            console.log(res);
=======
          console.log(res)
>>>>>>> 948cca39e334dde8a3ef04c030f8d691edf30bf8
            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;
        }
    },