From fbc6eb679abb5e121193f3aee9b9dfc3923c1d09 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 1 Feb 2023 17:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-portal-ui/src/views/Home/Home.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index fa0a7b06..f453aca5 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -227,6 +227,10 @@ export default { imgUrl: require('@/assets/home/bIcon1.png'), title: '工作调度' }, + { + imgUrl: require('@/assets/home/monitor.png'), + title: '环境监控' + }, { imgUrl: require('@/assets/home/notice.png'), title: '消息中心' @@ -409,10 +413,13 @@ 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/message/#/' + '?token=' + getStorage(), '_blank') } else if (index === 6) { - window.open('http://jianguan.yyundong.com/organizational/#/' + '?token=' + getStorage(), '_blank') + window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') } else if (index === 7) { + window.open('http://jianguan.yyundong.com/organizational/#/' + '?token=' + getStorage(), '_blank') + } else if (index === 8) { window.open('http://jianguan.yyundong.com/crm/#/' + '?token=' + getStorage(), '_blank') } }