From 649498ff915a2a4fa8ea94ae519d51f7fde8ff33 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 31 Mar 2025 10:41:48 +0800
Subject: [PATCH] chore: 忽略文件更新
---
src/store/modules/common.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index 507143b..327732f 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -15,6 +15,13 @@
lockPasswd: getStore({ name: 'lockPasswd' }) || '',
website: website,
setting: website.setting,
+ // 地图设置
+ mapSetting: {
+ mode: 3, // 0为标准地图, 1为卫星地图
+ roadLine: true,
+ visual: '3D',
+ isDark: false,
+ },
},
mutations: {
SET_LANGUAGE: (state, language) => {
--
Gitblit v1.9.3