From 9ffa654958329779e7290734173c068a6c2a278f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 三月 2021 16:41:55 +0800 Subject: [PATCH] 2021-03-02 --- src/views/login/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index ec1556a..568da58 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -296,7 +296,7 @@ style: res.CSS || '', showline: res.split_line_show || 'true', webSite: res.WebSite || '', - navBar: res.NavBar !== 'topmenu' ? 'sidemenu' : 'topmenu' + navBar: res.menu_type } sessionStorage.setItem('home_background', res.index_background_color) -- Gitblit v1.8.0