loulijun2021
2023-07-19 5cf009d5ee7cd782a360848d5c2d7b71aec4d8af
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,