huangli865118801 4 years ago
parent
commit
9cc5c111a8
  1. 2
      pages/login/login.vue

2
pages/login/login.vue

@ -47,7 +47,7 @@
login(this.form).then(res=>{
this.setToken(res.token.token);
this.setUserInfo(res);
uni.reLaunch({
uni.switchTab({
url:"../index/index"
})
})

Loading…
Cancel
Save