feat: 开发中...

This commit is contained in:
2023-04-04 02:10:45 +08:00
parent 8b9df58c29
commit bb336c3c17
23 changed files with 335 additions and 181 deletions

View File

@@ -13,7 +13,7 @@ const form = reactive<{
});
const onSubmit = () => {
api.UserController.register(form).then((resp) => {
api.UserController.registerUser(form).then((resp) => {
let vo = resp.data;
if (vo.code === 200) {
console.log("register success!");