Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(signin): (#580) 登陆验证码接口修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Oct 12, 2018
1 parent 79a47dc commit 8c3e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/sign/SigninDynamic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
phone: this.account
};
this.$http
.post("verifycodes/register", param, {
.post("verifycodes", param, {
validateStatus: s => s === 202
})
.then(() => {
Expand Down

0 comments on commit 8c3e430

Please sign in to comment.