Browse Source

验证码登录

zhengjinyi 2 years ago
parent
commit
a3cff8d0fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/account/login.js

+ 1 - 1
src/main/resources/static/js/account/login.js

@@ -150,7 +150,7 @@ var loginPage = new Vue({
             if( this.isMobileDisabled){ return }
             this.$nextTick(function() {
                 if (!verifyCheack('.massageBtn')) { return false; }
-                UserApi.userOperateCode(_self.smsCodeParams,function (response) {
+                UserApi.userLoginCode(_self.smsCodeParams,function (response) {
                     if(response.code === 0){
                         CAIMEI.dialog('获取验证码成功~',false,function () {});
                         var TIME_COUNT = 60;