shish 5 anni fa
parent
commit
dd3afd67aa
1 ha cambiato i file con 18 aggiunte e 9 eliminazioni
  1. 18 9
      pt/src/mock/userInfo.js

+ 18 - 9
pt/src/mock/userInfo.js

@@ -196,27 +196,38 @@ let menu = {
 		{
 			id: '13',
 			parentId: '1',
-			name: '小程序',
+			name: '门店管理',
 			type: 1,
 			icon: 'icongongzuotai',
 			orderNum: 1,
-			router: '/saas/merchant/upgrade',
-			viewPath: 'saas/shop/upgrade',
+			router: '/saas/merchant/shop-list',
+			viewPath: 'saas/shop/shop',
 			keepAlive: 1
 		},
 		{
 			id: '14',
 			parentId: '1',
-			name: '门店管理',
+			name: '员工管理',
 			type: 1,
 			icon: 'icongongzuotai',
 			orderNum: 1,
-			router: '/saas/merchant/shop-list',
-			viewPath: 'saas/shop/shop',
+			router: '/saas/merchant/buy-list',
+			viewPath: 'saas/shop/buy',
 			keepAlive: 1
 		},
 		{
-			id: '14',
+			id: '15',
+			parentId: '1',
+			name: '小程序',
+			type: 1,
+			icon: 'icongongzuotai',
+			orderNum: 1,
+			router: '/saas/merchant/upgrade',
+			viewPath: 'saas/shop/upgrade',
+			keepAlive: 1
+		},
+		{
+			id: '16',
 			parentId: '1',
 			name: '付费订单',
 			type: 1,
@@ -226,7 +237,6 @@ let menu = {
 			viewPath: 'saas/shop/buy',
 			keepAlive: 1
 		},
-		// 订单
 		{
 			id: '2',
 			parentId: null,
@@ -238,7 +248,6 @@ let menu = {
 			viewPath: 'saas/order/list',
 			keepAlive: 1
 		},
-		// 客户
 		{
 			id: '3',
 			parentId: null,