vue-element-admin 登陆接口请求成功后,能得到数据,但是页面不能跳转,

yvgpqqbh  于 2022-10-20  发布在  其他
关注(0)|答案(4)|浏览(1306)
whhtz7ly

whhtz7ly1#

设置路由,然后进行路由跳转

bzzcjhmw

bzzcjhmw2#

我也遇到这个问题,不知道 this.$store.dispatch('user/login', this.loginForm) .then(() => { console.log(1) this.$router.push({ path: this.redirect || '/', query: this.otherQuery }) this.loading = false })
为什么不走then

klh5stk1

klh5stk13#

我也遇到这个问题,不知道 this.$store.dispatch('user/login', this.loginForm) .then(() => { console.log(1) this.$router.push({ path: this.redirect || '/', query: this.otherQuery }) this.loading = false })
为什么不走then

请问问题解决了吗?

slhcrj9b

slhcrj9b4#

this.$refs.loginForm.validate(valid => { if (valid) {
确定自己的valid 是为true

相关问题