From 9d221483745544c8825393f0074328c6bdbc4ac0 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 20 九月 2023 17:04:15 +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