Browse Source

isSinglePage处理

noToken 使用枚举版本前
安虹睿 1 year ago
parent
commit
f81f02c9aa
  1. 17
      PC/InterFace.Dash/src/permission.js

17
PC/InterFace.Dash/src/permission.js

@ -91,14 +91,15 @@ router.beforeEach(async (to, from, next) => {
replace: true
})
}).catch(()=>{
next({
path:'/login',
query:{
isAutoLogin:to.query.isAutoLogin,
isSinglePage:to.query.isSinglePage
},
replace: true
})
next()
// next({
// path:'/login',
// query:{
// isAutoLogin:to.query.isAutoLogin,
// isSinglePage:to.query.isSinglePage
// },
// replace: true
// })
// next(`/login?loginName=${to.query.loginName}&isAutoLogin=${to.query.isAutoLogin}`)
// next(`/login`)
Message.error('获取用户信息失败,请重试!')

Loading…
Cancel
Save