From 741f63014c53e8df77612c3f8440b9ad275fc79a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 16 Aug 2024 10:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard.vue b/src/views/dashboard.vue index 53cde18..d571210 100644 --- a/src/views/dashboard.vue +++ b/src/views/dashboard.vue @@ -13,11 +13,12 @@ export default { }, created() { const origin = window.location.origin - if (origin == 'http://192.168.0.56:21626') { - this.jumpUrl = origin - } else { - this.jumpUrl = 'http://192.168.0.14:18866' - } + this.jumpUrl = origin + // if (origin == 'http://192.168.0.56:21626') { + // this.jumpUrl = origin + // } else { + // this.jumpUrl = 'http://192.168.0.14:18866' + // } this.openNewWindow() this.$tab.closePage().then(() => {}) },