From fe841260a8b4b4dc7e0d173fec8ea5174e37b74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=A4=95=E8=8A=B1=E6=99=A8?= <825210484@qq.com> Date: Wed, 14 Aug 2024 17:10:46 +0800 Subject: [PATCH] feat: init --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index b739465..445f1b8 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -19,7 +19,7 @@ const routes = [ name: "serviceplatform", component: () => import('../pages/serviceplatform/index.vue'), meta: { - title: 'fuwu', + title: '', keepAlive: true } },