南昌市物联网技防平台-前端
shuishen
2021-03-11 08413f10a9b4833d0a00a3ee2a3ce629acc7bdd8
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:54:34
 */
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,
  },