From 295eb3cc87aaa5176d64a4ef985cdad0bfefae9a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 31 Mar 2025 08:35:00 +0800
Subject: [PATCH] 增加单个机巢页面

---
 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