diff --git a/pages/home/home.vue b/pages/home/home.vue index e4a3ed7..fc4cffc 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -36,18 +36,6 @@ }; }, created () { - this.menuList = [ - // {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'}, - // {id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'}, - // {id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'} - {id: '1', name: '原材料入库', icon: 'RF03', path: '/pages/modules/rawmater-instore'}, - {id: '2', name: '原材料出库', icon: 'RF07', path: '/pages/modules/rawmater-outstore'}, - {id: '3', name: '搬运任务', icon: 'RF01', path: '/pages/modules/carry-task'}, - {id: '4', name: '组盘解绑', icon: 'RF04', path: '/pages/modules/zupan-unbind'}, - {id: '5', name: '指令管理', icon: 'RF02', path: '/pages/modules/zlmanage'}, - {id: '6', name: '任务管理', icon: 'RF09', path: '/pages/modules/taskmanage'}, - {id: '7', name: '异常出库', icon: 'RF10', path: '/pages/modules/error-outstore'} - ] if (this.roles === 'A1,A2,') { this.menuList = [ // {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'},