loulijun2021
2023-10-27 2fd9231d7768c1955579430a70d3c34f7d9bfa96
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,