摘要: router.beforeEach((to, from, next) => { if (to.matched.length 0) { next('/error404') } else { if (!sessionStorage.getItem('sid')&&to.path!="/login") { 阅读全文
posted @ 2020-07-22 18:30 只争朝夕,不负韶华 阅读(369) 评论(0) 推荐(0)