diff --git a/src/views/dashboard.vue b/src/views/dashboard.vue index 4d77a85..3f3a927 100644 --- a/src/views/dashboard.vue +++ b/src/views/dashboard.vue @@ -14,11 +14,13 @@ export default { }, created() { const origin = window.location.origin - if (origin == 'http://192.168.8.163:21624') { - this.jumpUrl = origin - } else { - this.jumpUrl = 'http://192.168.0.14:18866' - } + + this.jumpUrl = origin + // if (origin == 'http://192.168.0.62:21624') { + // this.jumpUrl = origin + // } else { + // this.jumpUrl = 'http://192.168.0.14:18866' + // } this.openNewWindow() this.$tab.closePage().then(() => {}) }, diff --git a/vue.config.js b/vue.config.js index 71d7560..8ad26db 100644 --- a/vue.config.js +++ b/vue.config.js @@ -44,9 +44,9 @@ module.exports = { // target: `http://192.168.2.151:48080`, //超 // target: `http://10.40.92.81:8080`, //韩/ - // target: `http://192.168.2.81:28080`,//旭/ + target: `http://192.168.2.77:49080`,//旭/ // target: `http://192.168.2.248:28080`, //帅 - target: `http://192.168.2.216:49080`, //福 + // target: `http://192.168.2.216:49080`, //福 //******** 注意事项 ********* */ //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;