From 46f46a3ea84dac4cd0e6ff8b038e2d7b9e97380e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 28 十一月 2022 16:13:13 +0800
Subject: [PATCH] 店铺管理优化
---
src/views/systemSetting/platform/mySetting/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/systemSetting/platform/mySetting/index.vue b/src/views/systemSetting/platform/mySetting/index.vue
index 9e89a58..51fec48 100644
--- a/src/views/systemSetting/platform/mySetting/index.vue
+++ b/src/views/systemSetting/platform/mySetting/index.vue
@@ -92,7 +92,6 @@
})
},
handleDelete(data) {
- console.log(data);
this.$confirm('鎮ㄧ‘璁よ鍒犻櫎璁㈠崟鍚�?')
.then(_ => {
this.$axios({
@@ -110,7 +109,6 @@
})
})
.catch(err => {
- console.log(err);
})
},
// 鑾峰彇鑿滃崟鍒楄〃
@@ -119,7 +117,7 @@
method: 'get',
url: 'sccg/system/portal/menu/search_myself',
}).then(res => {
- this.menuList = res.data;
+ this.menuList = res.data.menu;
})
},
// 鎷栨嫿
@@ -171,7 +169,6 @@
background-color: #09152f;
margin-top: 20px;
padding-bottom: 50px;
- border: 1pox solid #fff;
.main-content {
.my-container {
--
Gitblit v1.8.0