南昌市物联网技防平台-前端
zengh
2021-03-24 33c4e059eeb71de6f186bc4ee22e05bfd3bd5aeb
src/store/modules/common.js
@@ -1,3 +1,11 @@
/*
 * @Descripttion:
 * @version:
 * @Author: song
 * @Date: 2021-01-26 08:56:33
 * @LastEditors: song
 * @LastEditTime: 2021-03-19 11:59:23
 */
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-vip',
    lockPasswd: getStore({name: 'lockPasswd'}) || '',
    website: website,
  },