Commit ced55a86 authored by zhangyanni's avatar zhangyanni

字段调整

parent 0a8e102e
This diff is collapsed.
......@@ -182,6 +182,7 @@
api.postCompleteInfoAxios(params).then((res)=>{
if(res.code==0){
that.$router.replace("/successCmpt");
window.localStorage.setItem("userInfo",that.Base64.encode(JSON.stringify(res.result)));
setTimeout(function(){
that.disabledFlag=0;
return false;
......
......@@ -195,7 +195,7 @@
getCodeFunc(){
let params = {
email:this.registerForm.email,
valiType:0
valiType:1
}, that =this;
api.getYZEmailCodeAxios(params).then((res)=>{
if(res.code==0){
......
......@@ -195,7 +195,7 @@
getCodeFunc(){
let params = {
phone:this.registerForm.phone,
valiType:1
valiType:0
}, that =this;
api.getYZPhoneCodeAxios(params).then((res)=>{
if(res.code==0){
......
......@@ -51,7 +51,8 @@ module.exports = {
changeOrigin : true,
pathRewrite : {
'^/' : ''
}
},
withCredentials:true
},
'/foo' : {
target : '<other_url>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment