whhtz7ly1#
设置路由,然后进行路由跳转
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
this.$store.dispatch('user/login', this.loginForm) .then(() => { console.log(1) this.$router.push({ path: this.redirect || '/', query: this.otherQuery }) this.loading = false })
klh5stk13#
请问问题解决了吗?
slhcrj9b4#
this.$refs.loginForm.validate(valid => { if (valid) {确定自己的valid 是为true
this.$refs.loginForm.validate(valid => { if (valid) {
4条答案
按热度按时间whhtz7ly1#
设置路由,然后进行路由跳转
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
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
请问问题解决了吗?
slhcrj9b4#
this.$refs.loginForm.validate(valid => { if (valid) {
确定自己的valid 是为true