From b4d6e0923d825f3a6cbb12c29b5a522d56362ff8 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期六, 18 三月 2023 13:04:17 +0800 Subject: [PATCH] 用户管理导入导出 --- src/views/layout/components/Header/index.vue | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index 7e8c740..64d9514 100644 --- a/src/views/layout/components/Header/index.vue +++ b/src/views/layout/components/Header/index.vue @@ -153,6 +153,18 @@ url: '', id: '3f', }, + { + label: '娌圭儫妫�娴�', + checked: false, + url: '', + id: '4f', + }, + { + label: '澶栭儴閾炬帴', + checked: false, + url: '', + id: '5f', + }, ], flag: { user: false, @@ -300,7 +312,7 @@ }, menuChange(data) { if (data.id === '1f') { - window.open('http://cockpit.patstech.net:28081/cockpit/dist/board.html#/share-board/zfu0LsJ9', '_blank'); + window.open('http://10.53.156.63/cockpit/dist/board.html#/share-board/6CorSPZG', '_blank'); } if (data.id === '2f') { this.$router.push({ path: "/home/video" }) @@ -308,6 +320,12 @@ if (data.id === '3f') { this.$router.push({ path: "/home/operate/casepool/pool" }) } + if (data.id === '4f') { + window.open('http://116.62.234.187:8120/#/Customer', '_blank'); + } + if (data.id === '5f') { + this.$router.push({ path: "/home/system/platform/externalLinks" }) + } } } }; -- Gitblit v1.8.0