From cb4647518e9b8a8e8189c03670d000f99c1a1732 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 09 Feb 2026 17:43:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/applications/task-work-order/src/router/page/index.js b/applications/task-work-order/src/router/page/index.js
index 5974a39..e57016f 100644
--- a/applications/task-work-order/src/router/page/index.js
+++ b/applications/task-work-order/src/router/page/index.js
@@ -12,6 +12,16 @@
 		},
 	},
 	{
+		path: '/logInByUser',
+		name: '按用户登录',
+		component: () => import('@/page/login/loginByUser.vue'),
+		meta: {
+			keepAlive: false,
+			isTab: false,
+			isAuth: false,
+		},
+	},
+	{
 		path: '/oauth/redirect/:source',
 		name: '第三方登录',
 		component: () => (Store.getters.isMacOs ? import('@/mac/login.vue') : import('@/page/login/index.vue')),

--
Gitblit v1.9.3