diff --git a/config/dev.env.js b/config/dev.env.js index 16734ec..fb72118 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,6 +5,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://139.198.17.115:20004/smartwell"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"http://192.168.0.166:14537"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', }) diff --git a/config/dev.env.js b/config/dev.env.js index 16734ec..fb72118 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,6 +5,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://139.198.17.115:20004/smartwell"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"http://192.168.0.166:14537"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', }) diff --git a/config/prod.env.js b/config/prod.env.js index d023f1a..c8b83e6 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,8 +1,8 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', // BASE_API: '"http://111.198.10.15:8098/smartwell"', // BASE_API: '"http://106.74.146.218:2031"', } diff --git a/config/dev.env.js b/config/dev.env.js index 16734ec..fb72118 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,6 +5,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://139.198.17.115:20004/smartwell"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"http://192.168.0.166:14537"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', }) diff --git a/config/prod.env.js b/config/prod.env.js index d023f1a..c8b83e6 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,8 +1,8 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', // BASE_API: '"http://111.198.10.15:8098/smartwell"', // BASE_API: '"http://106.74.146.218:2031"', } diff --git a/src/api/job.js b/src/api/job.js index c02fdd5..94722c4 100644 --- a/src/api/job.js +++ b/src/api/job.js @@ -37,6 +37,7 @@ return request({ url: 'job/searchList', method: 'get', + timeout:200000, params }) } diff --git a/config/dev.env.js b/config/dev.env.js index 16734ec..fb72118 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,6 +5,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '"http://139.198.17.115:20004/smartwell"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"http://192.168.0.166:14537"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', }) diff --git a/config/prod.env.js b/config/prod.env.js index d023f1a..c8b83e6 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,8 +1,8 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://111.198.10.15:11302/smartwell"', - // BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', + // BASE_API: '"http://111.198.10.15:11302/smartwell"', + BASE_API: '"https://yjaqjk.bda.gov.cn/smartwell"', // BASE_API: '"http://111.198.10.15:8098/smartwell"', // BASE_API: '"http://106.74.146.218:2031"', } diff --git a/src/api/job.js b/src/api/job.js index c02fdd5..94722c4 100644 --- a/src/api/job.js +++ b/src/api/job.js @@ -37,6 +37,7 @@ return request({ url: 'job/searchList', method: 'get', + timeout:200000, params }) } diff --git a/src/page/mine/modules/ResetPwd.vue b/src/page/mine/modules/ResetPwd.vue index fe8dfe6..42b6c2b 100644 --- a/src/page/mine/modules/ResetPwd.vue +++ b/src/page/mine/modules/ResetPwd.vue @@ -9,7 +9,7 @@