移除全局设置store并更新引用路径

This commit is contained in:
jxxghp
2025-07-04 16:21:05 +08:00
parent 85780917c2
commit edc0949bed
2 changed files with 1 additions and 1 deletions

View File

@@ -12,6 +12,6 @@ export default pinia
// 所有的 store
import { useAuthStore } from './auth'
import { useUserStore } from './user'
import { useGlobalSettingsStore } from './globalSettings'
import { useGlobalSettingsStore } from './global'
export { useAuthStore, useUserStore, useGlobalSettingsStore }