fix(login): add clientId to mobile login request

This commit is contained in:
duanshuwen
2026-06-15 11:16:10 +08:00
parent 3ae31fbbee
commit 0613c16942

View File

@@ -253,6 +253,7 @@ async function handlePhoneLogin() {
mobile: `${selectedCountry.value.dialCode}${phoneDigits}`,
code: codeValue,
grant_type: "mobile",
clientId: '6',
});
emitter.emit(NOTICE_EVENT_LOGIN_SUCCESS);
await navigateAfterLogin();