From dd55467c75de5af5117d4240a9aa8dd13a023f3c Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 08 五月 2025 13:51:01 +0800
Subject: [PATCH] 新项目

---
 src/router/route.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/route.ts b/src/router/route.ts
index c9d3e74..9df1e76 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -5,7 +5,7 @@
         path: '/',
         name: '/',
         component: () => import('/@/layout/index.vue'),
-        redirect: '/home',
+        redirect: '/bigScreen',
         meta: {
             isKeepAlive: false
         },

--
Gitblit v1.9.2