From c44622cad6649b9b8e15b59008f34270b793b6ca Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Tue, 4 Aug 2026 11:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 44 +- src/views/dashboard/index.vue | 796 ++++++++++++---------------------- 2 files changed, 285 insertions(+), 555 deletions(-) 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