From 322180d1caefd360c87297edd5df3a34e5fd789a Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 25 三月 2026 09:43:58 +0800
Subject: [PATCH] 首次登录跳转
---
src/utils/util.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/util.js b/src/utils/util.js
index b3ba4c9..4813b60 100644
--- a/src/utils/util.js
+++ b/src/utils/util.js
@@ -11,7 +11,7 @@
//component: () => import('@/components/layouts/BasicLayout'),
component: resolve => require(['@/components/layouts/TabLayout'], resolve),
meta: {title: '棣栭〉'},
- redirect: '/dashboard/analysis',
+ redirect: '/analysisScreen/operationBigdata',
children: [...generateChildRouters(data)]
},
{
--
Gitblit v1.8.0