From 611d5efd071b8b3dd00d75d4c59ab35374ca8c0d Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Thu, 6 Jun 2024 10:22:03 +0800 Subject: [PATCH] 2024-06-06 --- src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.js b/src/router/index.js index d7f0be3..9d9039c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -21,6 +21,7 @@ const globalRoutes = [ { path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } }, { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, { path: '/login-token', component: _import('common/login-token'), name: 'login', meta: { title: '登录' } }, + { path: '/cdc', component: _import('modules/cdc/collectScreen'), name: 'cdc', meta: { title: '大屏' } }, { path: '/BMPage', component: _import('modules/sampleManagement/technicalSpecificationDetail/technicalSpecificationDetail'), name: 'BM', meta: { title: '技术参数卡' } }, ]