Commit 880bcc5f authored by FE-安焕焕's avatar FE-安焕焕 👣

去掉菜单

parent 2ee98b7e
......@@ -47,17 +47,6 @@ const MenuModel = {
return value;
};
const menuData = initializationData(payload);
menuData[0].children.push({
children: [],
icon: null,
id: 'b3831ed2-5be8-4dab-a9b4-0965de8a0a5d',
name: '批量发货',
path: '/orderManage/batchDelivery',
picture: null,
type: { name: '菜单', value: 3 },
uri: '/orderManage/batchDelivery',
});
return { ...state, menuData };
},
},
......
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