diff --git a/config/prod.env.js b/config/prod.env.js index 8592924..af392c4 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -2,5 +2,5 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://111.198.10.15:11302/smartwell"' - BASE_API: '"http://192.168.0.218:8080/smartwell"', + BASE_API: '"http://yjaqjk.bda.gov.cn/smartwell"', } diff --git a/config/prod.env.js b/config/prod.env.js index 8592924..af392c4 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -2,5 +2,5 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://111.198.10.15:11302/smartwell"' - BASE_API: '"http://192.168.0.218:8080/smartwell"', + BASE_API: '"http://yjaqjk.bda.gov.cn/smartwell"', } diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 9504f95..ed6af49 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -68,7 +68,7 @@ data() { return { // wsPath: 'ws://139.198.17.115:20004/smartwell/websocket/' - wsPath: 'ws://192.168.0.218:8080/smartwell/websocket/', + wsPath: 'ws://yjaqjk.bda.gov.cn/smartwell/websocket/', showSetPwd: this.$store.getters.resetPwd } },