Commit cb380eb2 authored by Your Name's avatar Your Name

关闭调试

parent b5329a00
...@@ -110,7 +110,7 @@ router.beforeEach((to, from, next) => { ...@@ -110,7 +110,7 @@ router.beforeEach((to, from, next) => {
} }
}else{ }else{
if (!user && !whiteList.includes(to.path)) { // 通过vuex state获取当前的token是否存在 if (!user && !whiteList.includes(to.path)) { // 通过vuex state获取当前的token是否存在
console.log(to) // console.log(to)
if (to.path === '/guide') { if (to.path === '/guide') {
next({ next({
path: '/guide' path: '/guide'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment