From dc5c26bba870e2c8ab3b01ac1da8bf619c706bfe Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 22 Apr 2024 15:52:24 +0800
Subject: [PATCH] 用户登录修改

---
 src/router/page/index.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/router/page/index.js b/src/router/page/index.js
index e1496b1..30423be 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2023-12-14 17:10:00
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-01-22 12:40:01
+ * @LastEditTime: 2024-03-16 15:32:17
  * @FilePath: \jczz_web\src\router\page\index.js
  * @Description:
  *
@@ -33,6 +33,19 @@
       isAuth: false,
     },
   },
+
+  {
+    path: "/governLogin",
+    name: "登录页",
+    component: () =>
+      import(/* webpackChunkName: "page" */ "@/page/login/govern.vue"),
+    meta: {
+      keepAlive: true,
+      isTab: false,
+      isAuth: false,
+    },
+  },
+  
   {
     path: "/lock",
     name: "锁屏页",

--
Gitblit v1.9.3