zengh
2021-03-29 631d6f0781608c8d7dc3ede2e0ca3314f59ab80d
src/store/modules/common.js
@@ -4,7 +4,7 @@
 * @Author: song
 * @Date: 2021-01-26 08:56:33
 * @LastEditors: song
 * @LastEditTime: 2021-01-29 16:46:46
 * @LastEditTime: 2021-03-19 11:59:23
 */
import {
  setStore,
@@ -33,7 +33,7 @@
    showMenu: true,
    showColor: true,
    colorName: getStore({name: 'colorName'}) || '#409EFF',
    themeName: getStore({name: 'themeName'}) || 'theme-white',
    themeName: getStore({name: 'themeName'}) || 'theme-vip',
    lockPasswd: getStore({name: 'lockPasswd'}) || '',
    website: website,
  },