From a1f6b96afe7446a49e333494d7b095982180b9c5 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 16 Dec 2025 10:58:06 +0800 Subject: [PATCH] =?UTF-8?q?home=E8=A7=92=E8=89=B2=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 79374c9..5825093 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -33,9 +33,9 @@ roles: this.$store.getters.saveRoles, userName: '', menuList: [ - {id: '1', name: '原材料入库', icon: 'RF04', role: 'A1', path: '/pages/modules/rawmater-instore'}, + {id: '1', name: '原材料入库', icon: 'RF04', role: '', path: '/pages/modules/rawmater-instore'}, {id: '2', name: '原材料出库', icon: 'RF06', role: 'A1', path: '/pages/modules/rawmater-outstore'}, - {id: '3', name: '搬运任务', icon: 'RF07', role: 'A2', path: '/pages/modules/carry-task'}, + {id: '3', name: '搬运任务', icon: 'RF07', role: '', path: '/pages/modules/carry-task'}, {id: '4', name: '组盘解绑', icon: 'RF08', role: 'A2', path: '/pages/modules/zupan-unbind'}, {id: '5', name: '指令管理', icon: 'RF01', role: '', path: '/pages/modules/zlmanage'}, {id: '6', name: '任务管理', icon: 'RF09', role: '', path: '/pages/modules/taskmanage'},