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 replace: true
}) })
}).catch(()=>{ }).catch(()=>{
next({ next()
path:'/login', // next({
query:{ // path:'/login',
isAutoLogin:to.query.isAutoLogin, // query:{
isSinglePage:to.query.isSinglePage // isAutoLogin:to.query.isAutoLogin,
}, // isSinglePage:to.query.isSinglePage
replace: true // },
}) // replace: true
// })
// next(`/login?loginName=${to.query.loginName}&isAutoLogin=${to.query.isAutoLogin}`) // next(`/login?loginName=${to.query.loginName}&isAutoLogin=${to.query.isAutoLogin}`)
// next(`/login`) // next(`/login`)
Message.error('获取用户信息失败,请重试!') Message.error('获取用户信息失败,请重试!')

Loading…
Cancel
Save