From 19965a0379a845cbb24658a275ef3402e2514579 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 09 三月 2023 17:44:52 +0800 Subject: [PATCH] lct --- src/router/route.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 0b49e22..7cce428 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -127,5 +127,13 @@ meta: { title: '特殊作业首页' } + }, + { + path: '/facilityIndex', + name: 'facilityIndex', + component: () => import('/@/views/facilityManagement/facilityIndex/index.vue'), + meta: { + title: '设备管理首页' + } } ]; -- Gitblit v1.9.2