From 5783dde87a5483b35a844ccbd6fdc0b0258c17c1 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 16 Jul 2024 17:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=A4=A7=E5=B1=8F=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/dashboard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/views/dashboard.vue b/sgzb-ui/src/views/dashboard.vue index 709d3f61..37f5a8f0 100644 --- a/sgzb-ui/src/views/dashboard.vue +++ b/sgzb-ui/src/views/dashboard.vue @@ -13,7 +13,7 @@ export default { }, created() { const origin = window.location.origin - if (origin == 'http://112.29.103.165:21626') { + if (origin == 'http://192.168.8.163:21624') { this.jumpUrl = origin } else { this.jumpUrl = 'http://192.168.0.14:18866' @@ -24,7 +24,7 @@ export default { methods: { openNewWindow() { window.open( - `${this.jumpUrl}/index01.html?token=` + + `${this.jumpUrl}/bigScrap/index01.html?token=` + localStorage.getItem('token'), '_blank', )