自动授权

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

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

Loading…
Cancel
Save