From 1eb41f8ed8830c96097d218b7894278e451c5321 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 18 Mar 2024 16:18:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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