* fix:#957
* fix:#942
This commit is contained in:
songzhibin97
2022-03-16 18:21:15 +08:00
committed by GitHub
parent c193eb155e
commit 97a3ca223f
8 changed files with 59 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ export const captcha = (data) => {
// @Router /base/resige [post]
export const register = (data) => {
return service({
url: '/user/register',
url: '/user/admin_register',
method: 'post',
data: data
})