优化系统:解决登录状态超时(获取清理浏览器缓存)之后重新登录,出现页面按钮丢失的bug

This commit is contained in:
季圣华
2022-01-09 18:47:38 +08:00
parent a00a505b4a
commit ae77bf873a
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ export default {
navTheme: 'light', // theme for nav menu
layout: 'sidemenu', // nav menu position: sidemenu or topmenu
contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu
fixedHeader: false, // sticky header
fixedHeader: true, // sticky header
fixSiderbar: true, // sticky siderbar
autoHideHeader: false, // auto hide header
colorWeak: false,