From d6fb18b49cd61427a343fbe7a2a4f94e4b597bdc Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 29 十二月 2022 14:00:41 +0800
Subject: [PATCH] fix:店铺状态
---
src/views/layout/components/Header/index.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue
index 058dd9d..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: {
@@ -212,6 +212,12 @@
if (data.id === '1f') {
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