diff --git a/config/dev.env.js b/config/dev.env.js index b918773..c4dbaa3 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,7 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.123:14537"' - BASE_API: '"http://139.198.17.115:20004/smartwell"' + // BASE_API: '"http://139.198.17.115:20004/smartwell"' + BASE_API: '"http://111.198.10.15:11302/smartwell"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:14537"' }) diff --git a/config/dev.env.js b/config/dev.env.js index b918773..c4dbaa3 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,7 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.123:14537"' - BASE_API: '"http://139.198.17.115:20004/smartwell"' + // BASE_API: '"http://139.198.17.115:20004/smartwell"' + BASE_API: '"http://111.198.10.15:11302/smartwell"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:14537"' }) diff --git a/config/prod.env.js b/config/prod.env.js index ac23854..a37f46e 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,6 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://139.198.17.115:20004/smartwell"', + // BASE_API: '"http://139.198.17.115:20004/smartwell"', + BASE_API: '"http://111.198.10.15:11302/smartwell"', } diff --git a/config/dev.env.js b/config/dev.env.js index b918773..c4dbaa3 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,7 +9,8 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.123:14537"' - BASE_API: '"http://139.198.17.115:20004/smartwell"' + // BASE_API: '"http://139.198.17.115:20004/smartwell"' + BASE_API: '"http://111.198.10.15:11302/smartwell"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:14537"' }) diff --git a/config/prod.env.js b/config/prod.env.js index ac23854..a37f46e 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,6 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://139.198.17.115:20004/smartwell"', + // BASE_API: '"http://139.198.17.115:20004/smartwell"', + BASE_API: '"http://111.198.10.15:11302/smartwell"', } diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index fae5c43..8f5707e 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -65,7 +65,8 @@ }, data() { return { - wsPath: 'ws://139.198.17.115:20004/smartwell/websocket/' + // wsPath: 'ws://139.198.17.115:20004/smartwell/websocket/' + wsPath: 'ws://111.198.10.15:11302/smartwell/websocket/' } }, computed: {