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/login/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 8aa1af1..e4e3c08 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -546,6 +546,10 @@ } } + if (!['shutter', 'linkage_navigation', 'linkage', 'menu_board', 'menu_board_navigation'].includes(res.menu_type)) { + res.menu_type = 'shutter' + } + let _url = _href + 'system' let systemMsg = { favicon: res.titlelogo || '', -- Gitblit v1.8.0