From ff8f0ad87016c47a4b21b39b62bbcc10254a2c51 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期二, 30 七月 2024 18:41:33 +0800
Subject: [PATCH] 调试测试接口页面逻辑

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

diff --git a/src/store/index.ts b/src/store/index.ts
index 3d3035f..1f9ed2d 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -1,9 +1,10 @@
 import { createPinia } from 'pinia';
 import useAppStore from './modules/app';
 import useUserStore from './modules/user';
+import usePinia from './modules/storeMsg';
 import useTabBarStore from './modules/tab-bar';
 
 const pinia = createPinia();
 
-export { useAppStore, useUserStore, useTabBarStore };
+export { useAppStore, useUserStore,usePinia, useTabBarStore };
 export default pinia;

--
Gitblit v1.8.0