自动授权

beta-prop-all^2
yishiqihuasheng 2 years ago
parent 51b7d00706
commit ca41741e6e
  1. 4
      jianshui-ui/src/views/freedom/login.vue

@ -196,13 +196,13 @@
submitFormWithMsgCode(){ submitFormWithMsgCode(){
submitNote(this.ruleForm.traceno,this.ruleForm.nsrsbh,this.ruleForm.smsCode,this.ruleForm.nsrInfo.zjh) submitNote(this.ruleForm.traceno,this.ruleForm.nsrsbh,this.ruleForm.smsCode,this.ruleForm.nsrInfo.zjh)
.then(res=>{ .then(res=>{
if (res.data.code == "S000"){ if (res.code == "200"){
this.ruleForm.showone = false; this.ruleForm.showone = false;
this.ruleForm.showtwo = false; this.ruleForm.showtwo = false;
this.ruleForm.showthree = true; this.ruleForm.showthree = true;
}else { }else {
alter(res.data.msg) alter("请求失败请重试")
} }
}); });
}, },