张嘉伟
2025-03-01 d8d9a0bcf5267568eb82bc80f6a4d613bac989a5
zhitan-vue/src/settings.js
@@ -6,7 +6,7 @@
  /**
   * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
   */
  sideTheme: 'theme-dark',
  sideTheme: "theme-dark",
  /**
   * 是否系统布局配置
   */
@@ -43,5 +43,5 @@
   * The default is only used in the production env
   * If you want to also use it in dev, you can pass ['production', 'development']
   */
  errorLog: 'production'
  errorLog: "production",
}