shuishen
2021-07-10 444cd8a26724d49414233ffa9b68d8d4c0d0f0bc
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,
  },