From 535ec78124e83c4bc75a1835782ed782c24e8100 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 1 Feb 2023 18:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-portal-ui/src/views/Home/Home.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index f453aca5..af29c895 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -400,7 +400,7 @@ export default { defaultOrgPathName: this.defaultOrgPathName, defaultOrgPath: this.defaultOrgPath } - if (index === 8) { + if (index === 9) { window.open('/#/index', '_blank') } else if (index === 0) { window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank') @@ -413,8 +413,7 @@ export default { } else if (index === 4) { window.open('http://jianguan.yyundong.com/work/#/' + '?token=' + getStorage(), '_blank') } else if (index === 5) { - - // window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') + window.open('http://jianguan.yyundong.com/monitor/#/' + '?token=' + getStorage(), '_blank') } else if (index === 6) { window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') } else if (index === 7) {