From 5f0d9a00a1e0f27c2f8396dcd98fac5022aa40c7 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期六, 13 四月 2024 20:48:04 +0800
Subject: [PATCH] 内网开发环境代码合并
---
Source/UBCS-WEB/src/router/page/index.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/router/page/index.js b/Source/UBCS-WEB/src/router/page/index.js
index 1136402..b795a56 100644
--- a/Source/UBCS-WEB/src/router/page/index.js
+++ b/Source/UBCS-WEB/src/router/page/index.js
@@ -12,6 +12,17 @@
}
},
{
+ path: '/sso',
+ name: '鍗曠偣娴嬭瘯椤�',
+ component: () =>
+ import( /* webpackChunkName: "page" */ '@/page/login/sso'),
+ meta: {
+ keepAlive: true,
+ isTab: false,
+ isAuth: false
+ }
+ },
+ {
path: '/lock',
name: '閿佸睆椤�',
component: () =>
--
Gitblit v1.9.3