在处理token过期的这个问题上困扰了我很久,现在终于解决的了,所以分享出来给大家,希望能够对大家有所帮助. 首先,当然是路由进行拦截,路由拦截当然是在beforeEach中了: router.beforeEach((to, from, next) => { iView.LoadingBar.start(); //Util.title(to.meta.title, router.app); Util.title(to.meta.title); if (Cookies.get('locking')…