forked from drone/command-center-dashboard

罗广辉
2025-04-03 dfe5ba4f8b390ebeff0f51ce3f80cd02dc27fd9a
src/store/modules/common.js
@@ -1,3 +1,13 @@
/*
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2025-03-31 10:39:40
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2025-04-03 12:01:58
 * @FilePath: \command-center-dashboard\src\store\modules\common.js
 * @Description:
 *
 * Copyright (c) 2025 by shuishen, All Rights Reserved.
 */
import { setStore, getStore, removeStore } from 'utils/store'
import website from '@/config/website'
@@ -17,7 +27,7 @@
      setting: website.setting,
      // 地图设置
      mapSetting: {
         mode: 3, // 0为标准地图, 1为卫星地图
      mode: 0, // 0为标准地图, 1为卫星地图
         roadLine: true,
         visual: '3D',
         isDark: false,