7e462da06de59c01b1e589de10600e2df6b8ad2f..948cca39e334dde8a3ef04c030f8d691edf30bf8
2023-03-08 odc.xiaohui
身份证正反面调整
948cca 对比 | 目录
2023-03-08 odc.xiaohui
调整身份证 正反面
7605b7 对比 | 目录
2023-03-08 odc.xiaohui
身份证正反面调整
d24c9d 对比 | 目录
3个文件已修改
17 ■■■■ 已修改文件
src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/pool/createUser/ill/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue
@@ -391,13 +391,17 @@
        // 获取行政区域
        // 获取token
        getToken() {
          console.log('666666666666')
            const token = sessionStorage.getItem('token');
            const tokenHead = sessionStorage.getItem('tokenHead');
            this.handleSuccess()
            if (token && tokenHead) {
                return { Authorization: tokenHead + token };
            }
        },
        handleSuccess(res, file, filelist) {
          console.log(res)
            const baseUrl = 'http://140.143.152.226:8410/';
            this.ill.positive = baseUrl + res.data.url1;
@@ -484,4 +488,4 @@
        flex: 1;
    }
}
</style>
</style>
src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
@@ -439,13 +439,16 @@
            }
        },
        handleSuccess(res, file, filelist) {
          console.log(res)
            const baseUrl = 'http://140.143.152.226:8410/';
            this.ill.positive = baseUrl + res.data.url1;
            // this.ill.positive = baseUrl + res.data.url1;
          this.ill.positive = res.data
        },
        handleSuccess2(res, file, filelist) {
            const baseUrl = 'http://140.143.152.226:8410/';
            this.ill.negative = baseUrl + res.data.url1;
            // this.ill.negative = baseUrl + res.data.url1;
          this.ill.negative = res.data
        },
        // 查询社区
        getCommityList() {
vue.config.js
@@ -39,8 +39,8 @@
    proxy: {
      // 跨域配置
      "/sccg": {
        // target: `http://42.193.1.25/`,
        target: `http://127.0.0.1:8082/`,
        target: `http://42.193.1.25/`,      //测试环境
        // target: `http://192.168.3.220:8082/`,
        changeOrigin: true
      }
    },