From 306ea738380ad2868e688d75394229ce1c100673 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 6 Apr 2026 01:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(navigation):=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=B3=A8=E9=87=8A=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E8=88=AA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/home/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/mes/home/index.vue b/src/views/mes/home/index.vue index 61d68080d..b7529f083 100644 --- a/src/views/mes/home/index.vue +++ b/src/views/mes/home/index.vue @@ -58,8 +58,6 @@ const summary = ref({ repairActiveCount: 0 }) // 数据 -// DONE @AI:跳转都不对了,是不是菜单里的组件名没对上?已确认所有 routeName 与目标页面 defineOptions({ name }) 一致 -// DONE @AI:可以改成 name 么?因为 url 可能会变,而 name 更稳定!已改为使用路由 name 导航 const handleNavigate = (name: string) => { router.push({ name }) }