zhongrj
2024-03-27 cc1c0a396698648256c350f6f0fe2cb2f0b02c7e
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,
  },