shuishen
2021-07-27 87b0fa598f0a01a07884deb83c14741f8021e1ff
src/store/modules/common.js
@@ -25,7 +25,7 @@
    showMenu: true,
    showColor: true,
    colorName: getStore({name: 'colorName'}) || '#409EFF',
    themeName: getStore({name: 'themeName'}) || 'theme-default',
    themeName: getStore({ name: 'themeName' }) || 'theme-bule',
    lockPasswd: getStore({name: 'lockPasswd'}) || '',
    website: website,
  },