fix: modify

aiops_dev
时启龙 2025-08-10 10:41:54 +08:00
parent 1566b0b463
commit 9c0c01a9ce
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ router.beforeEach(async (to, from, next) => {
if (isEmpty(history.state.current)) { if (isEmpty(history.state.current)) {
assign(history.state, { current: from.fullPath }) assign(history.state, { current: from.fullPath })
} }
console.log(to)
if (getToken()) { if (getToken()) {
// 判断用户是否处于登录状态 // 判断用户是否处于登录状态
if (to.path === '/login') { if (to.path === '/login') {