From 2a649e921e288e84b936a40a1d04f93ec67e15e0 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Mon, 1 Apr 2024 10:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E8=B7=B3=E8=BD=AC=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/dashboard.vue b/sgzb-ui/src/views/dashboard.vue index 007d10cb..4f6f40d3 100644 --- a/sgzb-ui/src/views/dashboard.vue +++ b/sgzb-ui/src/views/dashboard.vue @@ -16,7 +16,7 @@ }, methods: { openNewWindow() { - window.open('http://112.29.103.165:21624/index01.html?token='+localStorage.getItem('token'), '_blank'); + window.open('http://112.29.103.165:21626/index01.html?token='+localStorage.getItem('token'), '_blank'); } } };