From 328febf368f1494b4b5b647f3eab5f4ad38eb072 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Thu, 12 Oct 2023 16:54:27 +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