From 01a8842e1e3001d00264f05a1e4799738baa64e8 Mon Sep 17 00:00:00 2001 From: xushilin <1354769781@qq.com> Date: Thu, 17 Apr 2025 13:39:21 +0800 Subject: [PATCH] =?UTF-8?q?init(projects):=20=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/router.ts | 4 ++-- src/views/quality/drawingProcessCheckRecord/index.vue | 2 +- src/views/quality/enamellingProcessCheckRecord/index.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/composables/router.ts b/src/composables/router.ts index d1347af..7d2e2ee 100644 --- a/src/composables/router.ts +++ b/src/composables/router.ts @@ -16,9 +16,9 @@ export function useRouterPush(inSetup = true) { * @param newTab - 是否在新的浏览器Tab标签打开 */ function routerPush(to: RouteLocationRaw, newTab = false) { - if (typeof to === 'string' && to?.indexOf('/board/kanBanRoot') > -1) { + if (typeof to === 'string' && to?.indexOf('/board/kanBan') > -1) { // router.push({ name: 'board_kanBan' }); - window.open('/board_kanBan', '_blank'); + window.open('/board/kanBan', '_blank'); return Promise.resolve(); } if (newTab) { diff --git a/src/views/quality/drawingProcessCheckRecord/index.vue b/src/views/quality/drawingProcessCheckRecord/index.vue index e8f1020..fd55e27 100644 --- a/src/views/quality/drawingProcessCheckRecord/index.vue +++ b/src/views/quality/drawingProcessCheckRecord/index.vue @@ -42,7 +42,7 @@ - +