From 6a08de2fedd83c195d7755a13b81970fe6d2b822 Mon Sep 17 00:00:00 2001 From: batman <978517621@qq.com> Date: 星期二, 07 三月 2023 16:19:16 +0800 Subject: [PATCH] 新修改添加页面 --- 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