diff --git a/src/router/index.ts b/src/router/index.ts index 4008c3d..14289c1 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -50,32 +50,26 @@ const routes: RouteRecordRaw[] = [ meta: { title: '用户管理', icon: 'PersonOutline' } }, // 刀具管理(静态路由) - { - path: 'biz/tool', - name: 'BizTool', - component: () => import('@/views/biz/tool/index.vue'), - meta: { title: '刀具管理', icon: 'BuildOutline' } - }, + // { + // path: 'biz/tool', + // name: 'BizTool', + // component: () => import('@/views/biz/tool/index.vue'), + // meta: { title: '刀具管理', icon: 'BuildOutline' } + // }, // 刀具生产管理(静态路由,确保稳定访问) - { - path: 'biz/tool/usage', - name: 'BizToolUsage', - component: () => import('@/views/biz/tool/usage/index.vue'), - meta: { title: '刀具生产管理', icon: 'BuildOutline' } - }, - { - path: 'biz/toolUsage', - name: 'BizToolUsageAlias', - component: () => import('@/views/biz/tool/usage/index.vue'), - meta: { title: '刀具生产管理', icon: 'BuildOutline' } - }, - // NC代码库 - { - path: 'biz/ncCode', - name: 'BizNcCode', - component: () => import('@/views/biz/ncCode/index.vue'), - meta: { title: 'NC代码库', icon: 'DocumentOutline' } - }, + // { + // path: 'biz/tool/usage', + // name: 'BizToolUsage', + // component: () => import('@/views/biz/tool/usage/index.vue'), + // meta: { title: '刀具生产管理', icon: 'BuildOutline' } + // }, + // { + // path: 'biz/toolUsage', + // name: 'BizToolUsageAlias', + // component: () => import('@/views/biz/tool/usage/index.vue'), + // meta: { title: '刀具生产管理', icon: 'BuildOutline' } + // }, + { path: 'system/role', name: 'SystemRole', diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index ae8396f..1d95c0f 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,551 +1,293 @@ + - + \ No newline at end of file