南昌市物联网技防平台-前端
jxdnsong
2021-01-29 474cfcdd9ebac7c1dd920c25dfd6bd41ad931c1d
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,
  },