This commit is contained in:
夜良king
2022-03-04 02:31:56 +08:00
15 changed files with 10400 additions and 8826 deletions

View File

@@ -26,11 +26,11 @@ export const result = [{
children: null,
},
{
name: "goods",
name: "goods1",
level: 2,
type: 0,
title: "商品列表",
path: "goods",
path: "goods12",
component: "goods/goods-seller/goods",
children: null,
},
@@ -388,6 +388,42 @@ export const result = [{
component: "sys/user-manage/userManage",
children: []
},
{
name: "clerk",
level: 1,
type: 0,
title: "店员设置",
path: "",
component: "Main",
children: [
{
name: "clerkManage",
level: 2,
type: 0,
title: "店员管理",
path: "clerkManage",
component: "shop/system/clerk/clerkManage",
children: null
},{
name: "storeDepartmentManage",
level: 2,
type: 0,
title: "部门管理",
path: "storeDepartmentManage",
component: "shop/system/department/storeDepartmentManage",
children: null
},
{
name: "storeRole",
level: 2,
type: 0,
title: "角色权限",
path: "storeRole",
component: "shop/system/role/storeRoleManage",
children: null
}
]
},
{
name: "ship",
level: 1,
@@ -396,14 +432,14 @@ export const result = [{
path: "",
component: "Main",
children: [{
name: "shipTemplate",
level: 2,
type: 0,
title: "配送模板",
path: "shipTemplate",
component: "shop/ship/shipTemplate",
children: null
},
name: "shipTemplate",
level: 2,
type: 0,
title: "配送模板",
path: "shipTemplate",
component: "shop/ship/shipTemplate",
children: null
},
{
name: "logistics",
level: 2,