From 85c323296557cd5c9de98a9d98b273175e053968 Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期三, 12 二月 2025 16:42:14 +0800 Subject: [PATCH] 铜材料下单修改、字典管理页面修改 --- src/router/index.js | 42 ++++++++++++++++++++++++++---------------- 1 files changed, 26 insertions(+), 16 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 59e6be2..879e2db 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -115,6 +115,7 @@ ] }, { + // 鐢ㄦ埛绠$悊 path: '/system/user-auth', component: Layout, hidden: true, @@ -129,32 +130,41 @@ ] }, { + // 瑙掕壊绠$悊 path: '/system/role-auth', component: Layout, hidden: true, permissions: ['system:role:edit'], - children: [ - { - path: 'user/:roleId(\\d+)', - component: () => import('@/views/system/role/authUser'), - name: 'AuthUser', - meta: { title: '鍒嗛厤鐢ㄦ埛', activeMenu: '/system/role' } - } - ] + // children: [ + // { + // path: 'user/:roleId(\\d+)', + // component: () => import('@/views/system/role/authUser'), + // name: 'AuthUser', + // meta: { title: '鍒嗛厤鐢ㄦ埛', activeMenu: '/system/role' } + // } + // ] }, { + // 鏁版嵁瀛楀吀 path: '/system/dict-data', component: Layout, hidden: true, permissions: ['system:dict:list'], - children: [ - { - path: 'index/:dictId(\\d+)', - component: () => import('@/views/system/dict/data'), - name: 'Data', - meta: { title: '瀛楀吀鏁版嵁', activeMenu: '/system/dict' } - } - ] + // children: [ + // { + // path: 'index/:dictId(\\d+)', + // component: () => import('@/views/system/dict/data'), + // name: 'Data', + // meta: { title: '瀛楀吀鏁版嵁', activeMenu: '/system/dict' } + // } + // ] + }, + { + // 鏁版嵁瀛楀吀 + path: '/customer', + component: Layout, + hidden: true, + permissions: ['customer:edit'], }, { path: '/monitor/job-log', -- Gitblit v1.9.3