Your Name
2022-07-23 a3bd29f6e592bde951b309f6f628d158cfc7c6c3
四色图
3 files modified
11 ■■■■ changed files
config/dev.env.js 8 ●●●● patch | view | raw | blame | history
src/views/doublePreventAction/riskLevelManage/safetyRiskSpace/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/systemManage/userManage/index.vue 2 ●●● patch | view | raw | blame | history
config/dev.env.js
@@ -22,12 +22,12 @@
    // BASE_API: '"http://192.168.0.8:8006"',
    // IMG_API: '"http://192.168.0.8:8006/upload/"',
    //
    BASE_API: '"http://192.168.0.35:8006"',
    IMG_API: '"http://192.168.0.35:8006/upload/"',
    // BASE_API: '"http://192.168.0.35:8006"',
    // IMG_API: '"http://192.168.0.35:8006/upload/"',
    // BASE_API: '"http://192.168.0.62:8006"',
    // IMG_API: '"http://192.168.0.62:8006/upload/"',
    // BASE_API: '"http://222.92.213.22:8006/zhongtai"',
    // IMG_API: '"http://222.92.213.22:8006/zhongtai/upload/"',
    BASE_API: '"http://222.92.213.22:8006/zhongtai"',
    IMG_API: '"http://222.92.213.22:8006/zhongtai/upload/"',
    // NANO_API: '"http://222.92.213.22:8006/nanoweb"',
    // ZT_API:'"http://123.56.127.115:8011"'
    // BASE_API: '"http://localhost:8006"',
src/views/doublePreventAction/riskLevelManage/safetyRiskSpace/index.vue
@@ -236,6 +236,7 @@
                }else{
                    this.title = '查看'
                    this.safetyRiskSpaceForm = value
                    this.fileList = []
                    this.fileList.push({url:value.img})
                }
            },
src/views/systemManage/userManage/index.vue
@@ -25,7 +25,7 @@
                        v-model="queryForm.company"
                        class="filter-item"
                        placeholder=""
                        style="width: 200px;"
                        style="width: 150px;"
                        @keyup.enter.native="queryHandle"
                    />
                </el-form-item>