场景是这样的,当用户进来时,在请求拦截中判断token/ticket(这里我们项目用的是ticket)是否过期,过期的话就跳转到登录页面。

请求拦截是这样的,红框就是我用来跳转到登录页面的

然后就报Cannot read property '$router' of undefined

网上我查到的都是说是this指向问题,但是我看我代码的方法都是用es6的箭头函数,应该不存在this指向问题,不过实在想不出为什么,我就死马当活马医,var that = this; but 还是报错Cannot read property '$router' of undefined,我打印了this和that,但结果都是undefined。

最后在这个js文件中引入router

把this.$router.push改为router.push 就能正常跳转了(vue中的this.$router 和 this.$store都是在vue组件中使用才有效,也就是.vue文件,js文件的话,需要引入才能使用,this.$store也是需要引入才能用哦)

浅记一下,下次不许犯了

Logo

前往低代码交流专区

更多推荐