From 451903f721adcf2db110041ae4207c1565fcdf2c Mon Sep 17 00:00:00 2001 From: 64756fa621b77e6fc015a5d1 <64756fa621b77e6fc015a5d1@devide> Date: Tue, 30 May 2023 06:59:13 +0000 Subject: [PATCH] Auto Commit --- 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 58c340b..e8f06ac 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -3,7 +3,7 @@ import TextPenetration from '../components/TextPenetration.vue' // 文字穿透 export const constantRoutes = [ { - path: '/login', + path: '/', component: () => TextPenetration, hidden: true }, -- GitLab