Commit 25010773 by linjinhong

fix:修改问题

parent f66f6094
...@@ -4099,6 +4099,8 @@ const handleBeforeRouteLeave = ( ...@@ -4099,6 +4099,8 @@ const handleBeforeRouteLeave = (
from: RouteLocationNormalized, from: RouteLocationNormalized,
next: NavigationGuardNext, next: NavigationGuardNext,
) => { ) => {
console.log(to, from)
localStorage.removeItem('podUsStatus') localStorage.removeItem('podUsStatus')
next() next()
} }
......
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