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

vue router在vue里面使用导航钩子时报错?

vue router在vue里面使用导航钩子时报错?

手掌心 2018-10-16 16:15:09
Maximum call stack size exceeded? created(){      this.params._xsrf = window.localStorage.getItem("_xsrf");      this.getGroupsList();      /*echart*/    },    mounted: function () {      this.echart_radar();      this.echart_pri_info();      $("#Main").css("min-width","1350px");    },        /*这里 应该是这样写的吧*/    beforeRouteLeave (to, from, next) {      $("#Main").css("min-width","1280px");      console.log(to);      console.log(from);      console.log(next);      next(true);    }已经log出东西来了,说明是这么用的如果 不写next() 就不会报错,这是怎么回事呢?求解答
查看完整描述

1 回答

?
慕婉清6462132

TA贡献1804条经验 获得超2个赞

可以定义一个变量,如果已经执行过了,就不要再执行了。


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

添加回答

举报

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