src/store/modules/settings.js
@@ -9,7 +9,8 @@ headBackgroundColorValue, menuIsHorizontal, leftBackgroundColorValue, animationType animationType, isDot } = defaultSettings const state = { @@ -17,6 +18,7 @@ leftBackgroundColorValue: leftBackgroundColorValue, // 左边背景颜色 headBackgroundColorValue: headBackgroundColorValue, // 头部背景颜色 menuIsHorizontal: menuIsHorizontal, // 菜单是否是横屏 isDot: isDot, theme: variables.theme, showSettings: showSettings, fixedHeader: fixedHeader,