diff --git a/config/dev.env.js b/config/dev.env.js index b193360..61b4997 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -7,9 +7,9 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', - BASE_API: '"http://119.254.103.80:14537"' - // BASE_API: '"http://192.168.0.225:14537"' - // BASE_API: '"http://119.254.103.80:14536"' + BASE_API: '"http://106.74.146.218:2031"' + // BASE_API: '"http://192.168.0.212:14537"' + // BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' }) diff --git a/config/dev.env.js b/config/dev.env.js index b193360..61b4997 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -7,9 +7,9 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', - BASE_API: '"http://119.254.103.80:14537"' - // BASE_API: '"http://192.168.0.225:14537"' - // BASE_API: '"http://119.254.103.80:14536"' + BASE_API: '"http://106.74.146.218:2031"' + // BASE_API: '"http://192.168.0.212:14537"' + // BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' }) diff --git a/config/prod.env.js b/config/prod.env.js index d2d48be..133728b 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://119.254.103.80:14537"', + BASE_API: '"http://106.74.146.218:2031"', } diff --git a/config/dev.env.js b/config/dev.env.js index b193360..61b4997 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -7,9 +7,9 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', - BASE_API: '"http://119.254.103.80:14537"' - // BASE_API: '"http://192.168.0.225:14537"' - // BASE_API: '"http://119.254.103.80:14536"' + BASE_API: '"http://106.74.146.218:2031"' + // BASE_API: '"http://192.168.0.212:14537"' + // BASE_API: '"http://119.254.103.80:14537"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' }) diff --git a/config/prod.env.js b/config/prod.env.js index d2d48be..133728b 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://119.254.103.80:14537"', + BASE_API: '"http://106.74.146.218:2031"', } diff --git a/src/views/wellManage/addWell.vue b/src/views/wellManage/addWell.vue index 16f8bae..0c02323 100644 --- a/src/views/wellManage/addWell.vue +++ b/src/views/wellManage/addWell.vue @@ -271,7 +271,6 @@ watch: { firstDept(val) { // 监控权属单位变化 if (val !== '') { - debugger this.wellForm.qu = '' this.wellForm.area = '' this.wellForm.responsibleDept = ''