diff --git a/src/views/merchantBack.vue b/src/views/merchantBack.vue
index e749b18..a0eadc3 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,107 @@ export default {
{
id: 294,
parentId: '',
- name: ' teammanagement',
+ name: 'teammanagement',
url: ' ',
icon: 'icon-tuanduiguanli',
+
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')),