为了账号安全,请及时绑定邮箱和手机立即绑定

使用vuex怎样返回上一页?

使用vuex怎样返回上一页?

皈依舞 2018-10-24 21:19:09
没使用vuex时方法里面this.$router.back(-1)这样返回上一页 使用了vuex后mutations这样写报错了Cannot read property 'back' of undefinedmethods: {     release () {       this.$router.back(-1)     }   }mutations: {     RELEASE () {      this.$router.back(-1)  //Cannot read property 'back' of undefined     }   }
查看完整描述

1 回答

?
慕尼黑8549860

TA贡献1818条经验 获得超11个赞

不能使用这样的写法(Vuex只是状态管理),只能在*.vue中使用this.$router。

查看完整回答
反对 回复 2018-10-24
  • 1 回答
  • 0 关注
  • 989 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信