From bf02b11f33fb59bc0b9db9ffb5b072d8050cc437 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 16 Aug 2024 11:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard.vue | 12 +++++++----- vue.config.js | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) 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;