liuyg
2021-07-15 15fcf6a04e05480a57d2c416f2589487fee34241
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,
  },