提交 5082cc48 authored 作者: pengxiaohui's avatar pengxiaohui

update

上级 e6899137
...@@ -11,7 +11,7 @@ export default class BeforeEnter { ...@@ -11,7 +11,7 @@ export default class BeforeEnter {
console.log(from) console.log(from)
console.log(`${webConf.others.loginUrl}?rd=${encodeURIComponent(window.location.href)}`) console.log(`${webConf.others.loginUrl}?rd=${encodeURIComponent(window.location.href)}`)
if (!isLogin) { if (!isLogin) {
// window.location.href = `${webConf.others.loginUrl}?rd=${encodeURIComponent(window.location.href)}` window.location.href = `${webConf.others.loginUrl}?rd=${encodeURIComponent(window.location.href)}`
next() next()
} else { } else {
const hasPermissions = store.state.user.permissions && store.state.user.permissions.length > 0 const hasPermissions = store.state.user.permissions && store.state.user.permissions.length > 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论