src/store/modules/common.js
@@ -1,3 +1,11 @@ /* * @Descripttion: * @version: * @Author: song * @Date: 2021-01-26 08:56:33 * @LastEditors: song * @LastEditTime: 2021-01-29 16:46:46 */ import { setStore, getStore, @@ -25,7 +33,7 @@ showMenu: true, showColor: true, colorName: getStore({name: 'colorName'}) || '#409EFF', themeName: getStore({name: 'themeName'}) || 'theme-default', themeName: getStore({name: 'themeName'}) || 'theme-white', lockPasswd: getStore({name: 'lockPasswd'}) || '', website: website, },