From b022f5281195b5ca4e508c530db00776ced2d4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Thu, 10 Jul 2025 21:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=94=E8=B7=AF=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes.ts b/src/router/routes.ts index 099124f..af674b2 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -80,7 +80,7 @@ const authRoutes: RouteRecordRaw[] = [ name: 'gas', component: () => import('views/gas/index.vue'), meta: { - isDefault: true, + isDefault: false, title: '气路控制', icon: n_gas, activeIcon: s_gas,