|
|
@@ -159,29 +159,6 @@ let menu = {
|
|
|
'sys:log:clear'
|
|
|
],
|
|
|
menus: [
|
|
|
- // {
|
|
|
- // id: '48',
|
|
|
- // parentId: '47',
|
|
|
- // name: '文档',
|
|
|
- // type: 1,
|
|
|
- // icon: 'icon-favorfill',
|
|
|
- // orderNum: 0,
|
|
|
- // router: '/tutorial/doc',
|
|
|
- // viewPath: 'https://docs.x-admin.com/#/',
|
|
|
- // keepAlive: 1
|
|
|
- // },
|
|
|
- // 工作台
|
|
|
- // {
|
|
|
- // id: '1',
|
|
|
- // parentId: null,
|
|
|
- // name: '工作台',
|
|
|
- // type: 0,
|
|
|
- // icon: 'icongongzuotai',
|
|
|
- // orderNum: 1,
|
|
|
- // router: '/',
|
|
|
- // viewPath: null,
|
|
|
- // keepAlive: 1
|
|
|
- // },
|
|
|
// 商家管理
|
|
|
{
|
|
|
id: '1',
|
|
|
@@ -190,30 +167,30 @@ let menu = {
|
|
|
type: 0,
|
|
|
icon: 'icongongzuotai',
|
|
|
orderNum: 1,
|
|
|
- router: '/saas/shop-list',
|
|
|
- viewPath: null,
|
|
|
+ router: '/saas/merchant/apply-list',
|
|
|
+ viewPath: 'saas/shop/apply',
|
|
|
keepAlive: 1
|
|
|
},
|
|
|
{
|
|
|
- id: '11',
|
|
|
+ id: '12',
|
|
|
parentId: '1',
|
|
|
- name: '商家列表',
|
|
|
+ name: '申请记录',
|
|
|
type: 1,
|
|
|
icon: 'icongongzuotai',
|
|
|
orderNum: 1,
|
|
|
- router: '/',
|
|
|
- viewPath: 'saas/shop/list',
|
|
|
+ router: '/saas/merchant/apply-list',
|
|
|
+ viewPath: 'saas/shop/apply',
|
|
|
keepAlive: 1
|
|
|
},
|
|
|
{
|
|
|
- id: '12',
|
|
|
+ id: '11',
|
|
|
parentId: '1',
|
|
|
- name: '申请记录',
|
|
|
+ name: '商家列表',
|
|
|
type: 1,
|
|
|
icon: 'icongongzuotai',
|
|
|
orderNum: 1,
|
|
|
- router: '/saas/merchant/apply-list',
|
|
|
- viewPath: 'saas/shop/apply',
|
|
|
+ router: '/',
|
|
|
+ viewPath: 'saas/shop/list',
|
|
|
keepAlive: 1
|
|
|
},
|
|
|
{
|
|
|
@@ -407,4 +384,4 @@ Mock.mock(RegExp('/sys/user/list' + '.*'), 'get', req => {
|
|
|
},
|
|
|
message: 'success'
|
|
|
};
|
|
|
-});
|
|
|
+});
|