From 705eea24057c88e1d0b5216ff278612077591310 Mon Sep 17 00:00:00 2001 From: liupopo Date: Wed, 1 Feb 2023 15:58:22 +0800 Subject: [PATCH] =?UTF-8?q?Home=E9=A1=B5=E7=9A=84=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-portal-ui/src/views/Home/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index c4b6564c..fa0a7b06 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -399,7 +399,7 @@ export default { if (index === 8) { window.open('/#/index', '_blank') } else if (index === 0) { - window.open('http://192.168.3.8:9531/customer/#/' + '?token=' + getStorage(), '_blank') + window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank') } else if (index === 1) { window.open('http://jianguan.yyundong.com/report/#/' + '?token=' + getStorage(), '_blank') } else if (index === 2) {