From a3e955e801044d8abc2ec575cdf74a6815b8d963 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 11 九月 2025 15:30:36 +0800 Subject: [PATCH] 优化配方维护功能-增加简写首字母自动填充,优化车间大屏和设备大屏界面 --- src/router/routes/index.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 3d24577..2619923 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('/@/views/dry/bigScreen/BigEqp-tjt.vue'), meta: { title: t('big.screen.eqp'), }, @@ -84,7 +84,7 @@ export const BigFault: AppRouteRecordRaw = { path: '/bigFault', name: 'BigFault', - component: () => import('/@/views/dry/bigScreen/BigFault.vue'), + component: () => import('/@/views/dry/bigScreen/BigFault-tjt.vue'), meta: { title: t('big.screen.fault'), }, -- Gitblit v1.9.3