From 5478a1f1d6a9dca0d8c3c4301b28cb6a67f58993 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 十一月 2022 16:38:40 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/views/sso/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/sso/index.jsx b/src/views/sso/index.jsx
index f60d0db..9663083 100644
--- a/src/views/sso/index.jsx
+++ b/src/views/sso/index.jsx
@@ -70,6 +70,10 @@
         res.indexlogo = res.indexlogo ? res.indexlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
         res.loginlogo = res.loginlogo ? res.loginlogo.replace(/:8080/ig, '').replace(/http:/ig, 'https:') : ''
 
+        if (!['shutter', 'linkage_navigation', 'linkage', 'menu_board', 'menu_board_navigation'].includes(res.menu_type)) {
+          res.menu_type = 'shutter'
+        }
+
         const _href = window.location.href.split('#')[0]
         let _url = _href + 'system'
         let systemMsg = {

--
Gitblit v1.8.0