From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +0800
Subject: [PATCH] 代码优化
---
src/router/page/index.js | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/src/router/page/index.js b/src/router/page/index.js
index e1496b1..f200b46 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,32 @@
isAuth: false,
},
},
+
+ {
+ path: "/governLogin",
+ name: "登录页",
+ component: () =>
+ import(/* webpackChunkName: "page" */ "@/page/login/govern.vue"),
+ meta: {
+ keepAlive: true,
+ isTab: false,
+ isAuth: false,
+ },
+ },
+
+
+ {
+ path: "/ecallLogin",
+ name: "登录页",
+ component: () =>
+ import(/* webpackChunkName: "page" */ "@/page/login/ecall.vue"),
+ meta: {
+ keepAlive: true,
+ isTab: false,
+ isAuth: false,
+ },
+ },
+
{
path: "/lock",
name: "锁屏页",
--
Gitblit v1.9.3