From fa1c7589a74d3f48d74a7a9ee98ac57335b4502a Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 28 九月 2023 18:50:57 +0800 Subject: [PATCH] 油烟 --- src/views/layout/components/Header/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index 2dc413c..685859d 100644 --- a/src/views/layout/components/Header/index.vue +++ b/src/views/layout/components/Header/index.vue @@ -153,7 +153,7 @@ { label: '椹鹃┒鑸�', checked: false, - url: '', + url: 'http://10.53.156.63/cockpit/dist/board.html#/share-board/6CorSPZG', id: '1f' }, { @@ -171,7 +171,7 @@ { label: '娌圭儫妫�娴�', checked: false, - url: '', + url: 'http://116.62.234.187:8120/#/SpecificLogin?subname=sccgj', id: '4f', }, ], @@ -228,7 +228,7 @@ break; } } - console.log(that.menuLinkLists) + // console.log(that.menuLinkLists) // this.menuLinkList = res }); @@ -353,7 +353,7 @@ }, menuChange(data) { if (data.id === '1f') { - window.open('http://10.53.156.63/cockpit/dist/board.html#/share-board/6CorSPZG', '_blank'); + window.open('http://10.53.156.63:18081/cockpit/dist/board.html#/share-board/6CorSPZG', '_blank'); } if (data.id === '2f') { this.$router.push({ path: "/home/video" }) @@ -362,7 +362,7 @@ this.$router.push({ path: "/home/operate/casepool/pool" }) } if (data.id === '4f') { - window.open('http://116.62.234.187:8120/#/Customer', '_blank'); + window.open('http://116.62.234.187:8120/#/SpecificLogin?subname=sccgj', '_blank'); } } -- Gitblit v1.8.0