From 0e76431e5bc06a60c8103b39aa3b26f05bb2b810 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 十一月 2022 16:38:02 +0800
Subject: [PATCH] Merge branch 'develop'

---
 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 60f8efa..03a6f7c 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