diff --git a/src/router/routes.static.ts b/src/router/routes.static.ts index 02bd05a..bd8099b 100644 --- a/src/router/routes.static.ts +++ b/src/router/routes.static.ts @@ -1,4 +1,16 @@ export const staticRoutes: AppRoute.RowRoute[] = [ + { + name: 'dict-data', + path: '/system/dict/data', + title: '字典数据详情', + requiresAuth: true, + icon: 'icon-park-outline:table-file', + menuType: '2', + componentPath: 'system/dict/data', + id: 1001, + pid: null, + hide: true, // 隐藏在菜单中,只用于路由跳转 + }, // { // name: 'personal-center', // path: '/personal-center',