zhengpz
2021-08-23 dc91db9bb3473c3ed058f86f74359e15c035a8a5
src/store/modules/common.js
@@ -25,7 +25,7 @@
    showMenu: true,
    showColor: true,
    colorName: getStore({name: 'colorName'}) || '#409EFF',
    themeName: getStore({name: 'themeName'}) || 'theme-bule',
    themeName: getStore({name: 'themeName'}) || 'theme-deep-bule',
    lockPasswd: getStore({name: 'lockPasswd'}) || '',
    website: website,
  },