This commit is contained in:
王一嘉
2025-07-15 11:11:24 +08:00
parent 2ea567a76d
commit c953ec5354
20 changed files with 194 additions and 34 deletions

View File

@@ -41,6 +41,7 @@ const register = async () => {
} else {
const {msg} = await Api.merchant.register(form);
Message.success(msg);
toPath('/loginSYS/login');
}
});
}