This commit is contained in:
duanhao 2025-08-15 15:52:12 +08:00
commit af40ee58e7
2 changed files with 0 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -19,7 +19,6 @@ export const useLoginStore = defineStore("loginStore", {
ElMessage.success("登录成功!")
router.push("/navigation")
},
async loginForRefreshToken() {
const res = await refreshToken()
if (res.code == 200) {