From 2b17cd85e5c85a4581e32376ddc1a1e6135ef57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=BA=B7?= Date: Fri, 20 Oct 2023 17:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/merchantBack.vue | 143 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 110 insertions(+), 33 deletions(-) diff --git a/src/views/merchantBack.vue b/src/views/merchantBack.vue index 10ef20f..73b0b13 100644 --- a/src/views/merchantBack.vue +++ b/src/views/merchantBack.vue @@ -89,8 +89,11 @@ - -
Copyright © 2015 - 2021 Matripe. All Rights Reserved.
+ +
+ Copyright © 2015 - 2021 Matripe. All Rights Reserved. +
+ @@ -125,6 +128,20 @@ export default { level: 1, menuType: 1, children: [ + { + id: 295, + parentId: 294, + name: 'MemberInfo', + url: '/memberInfo', + icon: '', + component: 'home', + path: '/home', + title: '我的团队', + menuName: 'dashboard', + level: 2, + menuType: 1, + children: '', + }, { id: -110, parentId: 294, @@ -155,46 +172,106 @@ export default { { id: 294, parentId: '', - name: ' teammanagement', + name: 'teammanagement', url: ' ', - icon: 'dashboard', + icon: 'team', component: '', path: '', title: '团队管理', - menuName: 'dashboard', + menuName: 'teammanagement', level: 1, menuType: 1, children: [ - { - id: 295, - parentId: 294, - name: 'DataStatistics', - url: '/memberInfo', - icon: '', - component: 'home', - path: '/home', - title: '团队数据', - menuName: 'dashboard', - level: 2, - menuType: 1, - children: '', - }, - { - id: 295, - parentId: 294, - name: 'MemberInfo', - url: '/memberInfo', - icon: '', - component: 'home', - path: '/home', - title: '团队成员', - menuName: 'dashboard', - level: 2, - menuType: 1, - children: '', - }, + { + id: 295, + parentId: 294, + name: 'MemberInfo', + url: '/memberInfo', + icon: '', + component: 'home', + path: '/home', + title: '团队成员', + menuName: 'teammanagement', + level: 2, + menuType: 1, + children: '', + }, + { + id: 296, + parentId: 294, + name: 'DataStatistics3', + url: '/memberInfo', + icon: '', + component: 'home', + path: '/home', + title: '角色管理', + menuName: 'teammanagement', + level: 2, + menuType: 1, + children: '', + }, + ], }, + { + id: 294, + parentId: '', + name: 'group', + url: ' ', + icon: 'bar-chart', + component: '', + path: '', + title: '数据统计', + menuName: 'group', + level: 1, + menuType: 1, + children: [ + { + id: 295, + parentId: 294, + name: 'DataStatistics', + url: '/memberInfo', + icon: '', + component: 'home', + path: '/home', + title: '团队数据', + menuName: 'group', + level: 2, + menuType: 1, + children: '', + }, + ], + }, + { + id: 294, + parentId: '', + name: 'container', + url: ' ', + icon: 'container', + component: '', + path: '', + title: '内容管理', + menuName: 'container', + level: 1, + menuType: 1, + children: [ + { + id: 295, + parentId: 294, + name: 'DataStatistics2', + url: '/memberInfo', + icon: '', + component: 'home', + path: '/home', + title: '通知中心', + menuName: 'container', + level: 2, + menuType: 1, + children: '', + }, + + ], + }, ], openKeys: [], userbaseInfo: JSON.parse(localStorage.getItem('LOGIN_DATA')),