分类管理增删改查完成
This commit is contained in:
@@ -73,9 +73,14 @@ const items = [
|
||||
{
|
||||
icon: 'OfficeBuilding',
|
||||
index: '/shop',
|
||||
title: '商品管理',
|
||||
title: '生活物资',
|
||||
permiss: 'shop',
|
||||
subs: [
|
||||
{
|
||||
index: '/shop-cate-setting',
|
||||
title: '分类管理',
|
||||
permiss: 'shop-cate-setting',
|
||||
},
|
||||
{
|
||||
index: '/shop-good-setting',
|
||||
title: '商品管理',
|
||||
@@ -86,7 +91,7 @@ const items = [
|
||||
{
|
||||
icon: 'Avatar',
|
||||
index: '/privilege',
|
||||
title: '用户管理',
|
||||
title: '系统管理',
|
||||
permiss: 'privilege',
|
||||
subs: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user