Commit d77e29c5 by qinjianhui

fix: 添加菜单

parent b4edcbe2
......@@ -87,18 +87,18 @@ const menu: MenuItem[] = [
{ index: '/warehouse/position', id: 322, label: '库位管理' },
],
},
// {
// index: 'warehouse-rules',
// id: 33,
// label: '仓库规则',
// children: [
// {
// index: '/warehouse/warehouse-rule-setting',
// id: 331,
// label: '共享库存设置',
// },
// ],
// },
{
index: 'warehouse-rules',
id: 33,
label: '仓库规则',
children: [
{
index: '/warehouse/warehouse-rule-setting',
id: 331,
label: '共享库存设置',
},
],
},
],
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment