From 02fbad0abac2692f8df1fa67b88f8995ab27db19 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 21 十二月 2022 14:17:03 +0800 Subject: [PATCH] 换皮肤 --- src/views/layout/components/Header/index.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index eb4f6c5..08c899e 100644 --- a/src/views/layout/components/Header/index.vue +++ b/src/views/layout/components/Header/index.vue @@ -59,7 +59,7 @@ <updatePassword /> </el-dialog> <el-dialog :visible.sync="baseInformationVisible" width="35%" title="鍩烘湰淇℃伅" v-if="baseInformationVisible" - :before-close="handleClose"> + > <el-form :model="info" class="info" label-width="6vw"> <el-form-item label="鐢ㄦ埛ID" min-width="6"> <el-input v-model="info.id"></el-input> @@ -107,15 +107,15 @@ }, { label: '瑙嗛宸℃煡', - checked: false, + checked: true, url: '', id: '2f' }, { label: '鎵ф硶绠$悊', - checked: false, + checked: true, url: '', - if: '3f', + id: '3f', }, ], flag: { @@ -210,7 +210,13 @@ }, menuChange(data) { if (data.id === '1f') { - window.open('http://121.37.167.200:28081/cockpit-pub/pc-board?boardId=zfu0LsJ9', '_blank'); + window.open('http://cockpit.patstech.net:28081/cockpit/dist/board.html#/share-board/zfu0LsJ9', '_blank'); + } + if (data.id === '2f') { + this.$router.push({path: "/home/video"}) + } + if (data.id === '3f') { + this.$router.push({path: "/home/operate/casepool/pool"}) } } } -- Gitblit v1.8.0