vue router.app.$store undefined

router.beforeEach((to, from, next) => {
  //这个是路由切换的时候可以获取到值,当前页面刷新获取不到 console.log(router.app.$store)
//undefined }

 

 

解决方法:router.js

// Vue.use(Router);  //这行注释,替换下面的代码

//这我也没看懂是什么,你们研究到告诉我
const routerPush = Router.prototype.push;
Router.prototype.push = function push(location) {
  return routerPush.call(this, location).catch(error => error);
};

 

vue router.app.$store undefined

上一篇:uniapp 低功耗蓝牙使用(经典蓝牙用native.js)


下一篇:Photoshop打造眩光下的反光金属字