diff --git a/pages/index/menu.js b/pages/index/menu.js index 0ac3d6e..065c50a 100644 --- a/pages/index/menu.js +++ b/pages/index/menu.js @@ -228,18 +228,19 @@ const menus = { type: '' } }, + // { + // key: "claimGoods", + // title: "物料取货", + // url: "../logistics/claimGoods", + // bgColor: '', + // limit: 'RB2325', + // icon: { + // size: 20, + // color: '#00b7ee', + // type: '' + // } + // }, { - key: "claimGoods", - title: "物料取货", - url: "../logistics/claimGoods", - bgColor: '', - limit: 'RB2325', - icon: { - size: 20, - color: '#00b7ee', - type: '' - } - },{ key: "site", title: "站点管理", url: "../logistics/site",