From 82008a07191354da957173b9ec9ce11ca789f9aa Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 24 七月 2025 14:49:55 +0800 Subject: [PATCH] feat(bigScreen): 新增大屏展示页面 --- src/router/routes/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 3d24577..faef76e 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -42,7 +42,7 @@ export const BigScreen: AppRouteRecordRaw = { path: '/bigScreen', name: 'BigScreen', - component: () => import('/@/views/dry/bigScreen/BigWorkShop.vue'), + component: () => import('/@/views/dry/bigScreen/BigWorkShop-tjt.vue'), meta: { title: t('big.screen.workshop'), }, @@ -58,7 +58,7 @@ export const BigEqp: AppRouteRecordRaw = { path: '/bigEqp', name: 'BigEqp', - component: () => import('/@/views/dry/bigScreen/BigEqp.vue'), + component: () => import('/src/views/dry/bigScreen/BigEqp-tjt.vue'), meta: { title: t('big.screen.eqp'), }, -- Gitblit v1.9.3