视频连线

This commit is contained in:
duoaohui
2026-05-26 22:41:53 +08:00
parent 331941f9ce
commit 24e3a37c96
19 changed files with 860 additions and 4 deletions

View File

@@ -106,6 +106,11 @@ export const useUserStore = defineStore('user', () => {
return res.data
}
const applyOAuthLogin = (data) => {
_handleAuthSuccess(data)
return data
}
/**
* 退出登录
* 1. 调用后端 API 从 Redis 删除 Token使 Token 立即失效)
@@ -207,6 +212,7 @@ export const useUserStore = defineStore('user', () => {
// actions
login,
register,
applyOAuthLogin,
logout,
getProfile,
updateProfile,