forked from drone/command-center-dashboard

LGH
2025-03-26 f3130e0fd8a44bcfb6e0057564e5590b268edcea
src/store/modules/common.js
@@ -15,6 +15,12 @@
    lockPasswd: getStore({ name: 'lockPasswd' }) || '',
    website: website,
    setting: website.setting,
    mapSetting: {
      mode: 2, // 0为标准地图, 1为卫星地图
      roadLine: true,
      visual: '2D',
      isDark: false,
    },
  },
  mutations: {
    SET_LANGUAGE: (state, language) => {