update:统一接口读取方式

This commit is contained in:
hrz
2025-04-05 21:03:46 +08:00
parent 03441c8582
commit fe86e1fb0f
15 changed files with 304 additions and 461 deletions
-1
View File
@@ -143,7 +143,6 @@ export default {
}
Api.user.register(this.form, ({ data }) => {
console.log(data)
if (data.code === 0) {
showSuccess('注册成功!')
goToPage('/login')