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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 853938a..2619923 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -58,7 +58,7 @@ export const BigEqp: AppRouteRecordRaw = { path: '/bigEqp', name: 'BigEqp', - component: () => import('/src/views/dry/bigScreen/BigEqp-tjt.vue'), + component: () => import('/@/views/dry/bigScreen/BigEqp-tjt.vue'), meta: { title: t('big.screen.eqp'), }, -- Gitblit v1.9.3