This commit is contained in:
dap
2024-08-23 08:08:08 +08:00
7 changed files with 6 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ export const useAuthStore = defineStore('auth', () => {
* 异步处理登录操作
* Asynchronously handle the login process
* @param params 登录表单数据
* @param onSuccess 成功之后的回调函数
*/
async function authLogin(
params: LoginAndRegisterParams,