From 3c802eaab73b17e802226ad198aea8818a31c56b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期二, 09 九月 2025 14:25:53 +0800 Subject: [PATCH] Merge branch 'SLTD-smartor' into HeNan-Smartor --- src/router/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6a10307..8fe8951 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -46,6 +46,11 @@ component: () => import('@/views/login'), hidden: true }, + { + path: '/loginSSO', + component: () => import('@/views/loginSSO'), + hidden: true + }, { path: '/sf', component: () => import('@/views/outsideChainnew'), -- Gitblit v1.9.3