From f2251d2f5c47fbe00a819f02f8d8c7ed70e60aaf Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 20 Oct 2025 22:08:33 +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