统一前端共享工具入口

This commit is contained in:
yml
2026-06-09 20:50:57 +08:00
parent 684e30862d
commit 60324765c5
69 changed files with 106 additions and 1142 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import {
getAccessToken,
getRefreshToken,
setAuthTokens,
} from '@/utils/authStorage'
} from '@/shared/utils/authStorage'
export const useAdminSessionStore = defineStore('adminSession', {
state: () => ({
+1 -1
View File
@@ -6,7 +6,7 @@ import {
getAccessToken,
getRefreshToken,
setAuthTokens,
} from '@/utils/authStorage'
} from '@/shared/utils/authStorage'
export const useSessionStore = defineStore('session', {
state: () => ({