refactor: 优化 useTenantStore 使用

This commit is contained in:
2025-07-21 22:23:58 +08:00
parent 3e49bce38e
commit a72d12227e
4 changed files with 7 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ export * from './modules/route'
export * from './modules/tabs'
export * from './modules/dict'
export * from './modules/user'
export * from './modules/tenant'
const pinia = createPinia()
pinia.use(piniaPluginPersistedstate)