店铺菜单显示
This commit is contained in:
parent
1f573ba2de
commit
fe9c33009e
@ -1,5 +1,4 @@
|
||||
INSERT INTO shop_store_employee_rights_base (rights_name,rights_parent_id,rights_remark,rights_order,menu_func) VALUES
|
||||
('分类管理',802,'分类管理',50,''),
|
||||
('类型管理',802,'类型管理',50,''),
|
||||
('品牌管理',802,'品牌管理',50,''),
|
||||
('规格管理',802,'规格管理',50,'');
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311218') where `path` ='/admin/shop/shop-base-product-category/list'; -- 分类管理
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311220') where `path` ='/admin/shop/shop-base-product-brand/list'; -- 品牌管理
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311219') where `path` ='/admin/shop/shop-base-product-type/list'; -- 类型管理
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311221') where `path` ='/admin/shop/shop-base-product-spec/list'; -- 规格管理 I
|
||||
Loading…
Reference in New Issue
Block a user