From 7a2e48bf8ca408d09348b837407aa9b14c99b603 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 20 Jan 2026 13:47:13 +0800
Subject: [PATCH] feat: 状态判断

---
 applications/task-work-order/src/router/views/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/applications/task-work-order/src/router/views/index.js b/applications/task-work-order/src/router/views/index.js
index 0dea585..e28fcdf 100644
--- a/applications/task-work-order/src/router/views/index.js
+++ b/applications/task-work-order/src/router/views/index.js
@@ -2,6 +2,10 @@
 import Store from '@/store/'
 
 export default [
+	{
+		path: '/',
+		redirect: '/test/index',
+	},
   {
     path: '/wel',
     component: () =>

--
Gitblit v1.9.3