From 3fc27febccd04e2fcffbd2cdd16d2daafd0b3ca3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 11 Oct 2025 17:23:27 +0800
Subject: [PATCH] feat:首页地图相关调整

---
 src/store/index.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index e416435..bc05f9b 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -5,9 +5,10 @@
 // 导入子模块
 import useAppStore from "./modules/app"
 import useUserStore from "./modules/user"
+import useMapStore from "./modules/map"
 
 // 安装pinia状态管理插件
-function setupStore(app) {
+function setupStore (app) {
   const store = createPinia()
 
   const piniaPersist = createPersistedState({
@@ -22,5 +23,5 @@
 }
 
 // 导出模块
-export { useAppStore, useUserStore }
+export { useAppStore, useUserStore, useMapStore }
 export default setupStore

--
Gitblit v1.9.3