Browse Source

更改默认主题

ljb 10 months ago
parent
commit
ee32c2eedc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/modules/common.js

+ 1 - 1
src/store/modules/common.js

@@ -25,7 +25,7 @@ const common = {
     showMenu: true,
     showColor: true,
     colorName: getStore({name: 'colorName'}) || '#409EFF',
-    themeName: getStore({name: 'themeName'}) || 'theme-blue',
+    themeName: getStore({name: 'themeName'}) || 'theme-bule',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
   },