From c2fccb01b972176dc3da5a497b5e904025e9e98d Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期二, 16 四月 2024 15:06:51 +0800 Subject: [PATCH] Merge branch 'master' of http://210.22.126.130:1111/r/dry/herb --- src/router/routes/index.ts | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index a040930..d77d782 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -47,6 +47,14 @@ title: t('big.screen.workshop'), }, } +export const BigScreenN: AppRouteRecordRaw = { + path: '/bigScreenN', + name: 'BigScreenN', + component: () => import('/@/views/dry/bigScreen/BigWorkShop2.vue'), + meta: { + title: t('big.screen.workshopn'), + }, +} export const BigEqp: AppRouteRecordRaw = { path: '/bigEqp', name: 'BigEqp', @@ -82,4 +90,4 @@ } // Basic routing without permission -export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute,BigScreen,BigEqp] +export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE, PAGE_NOT_FOUND_ROUTE, TokenLoginRoute, Oauth2LoginRoute,BigScreen,BigScreenN,BigEqp] -- Gitblit v1.9.3