From 5fa2d692c4083d578f73f8af0d0924147b8f4f19 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 21 三月 2023 10:07:49 +0800 Subject: [PATCH] 地址修改 --- src/views/layout/components/Header/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index 2dc413c..2318040 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', }, ], @@ -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