This commit is contained in:
caozehui
2025-03-28 09:31:46 +08:00
parent 67ef976739
commit ea38b4eb21
8 changed files with 59 additions and 49 deletions

View File

@@ -9,7 +9,7 @@ export const useUserStore = defineStore({
accessToken: "",
refreshToken: "",
isRefreshToken:false,
userInfo: { name: "admin" },
userInfo: {id:"", name: "admin" },
}),
getters: {},
actions: {