| | |
| | | /* |
| | | * @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' |
| | | |
| | |
| | | setting: website.setting, |
| | | // 地图设置 |
| | | mapSetting: { |
| | | mode: 3, // 0为标准地图, 1为卫星地图 |
| | | mode: 0, // 0为标准地图, 1为卫星地图 |
| | | roadLine: true, |
| | | visual: '3D', |
| | | isDark: false, |