From cdca99e982524afae64d400e6351cde9f5abf30c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 20 Jan 2026 14:27:38 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 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