forked from drone/command-center-dashboard

luoguanghui
2025-03-26 f7d854e455563a0143e83d4890002db1c7fffc5d
src/store/modules/common.js
@@ -15,10 +15,11 @@
    lockPasswd: getStore({ name: 'lockPasswd' }) || '',
    website: website,
    setting: website.setting,
    // 地图设置
    mapSetting: {
      mode: 2, // 0为标准地图, 1为卫星地图
      mode: 3, // 0为标准地图, 1为卫星地图
      roadLine: true,
      visual: '2D',
      visual: '3D',
      isDark: false,
    },
  },