pull/265/head
xiaojunnuo 2024-12-03 00:07:30 +08:00
parent 1398417829
commit 4467e09426
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ export default defineComponent({
}; };
const handleFinish = async (values: any) => { const handleFinish = async (values: any) => {
utils.logger.log(values, formState);
loading.value = true; loading.value = true;
try { try {
const loginType = formState.loginType; const loginType = formState.loginType;