提交 a3ef6cd5 authored 作者: 王鹏飞's avatar 王鹏飞

毕业的学生不让登录学习系统

上级 1f4d607a
......@@ -41,6 +41,11 @@ export default class Before {
window.location.href = `${webConf.others.loginUrl}?rd=${encodeURIComponent(window.location.href)}`
return
}
// 检测权限
if (window.G.UserInfo.student_info.admission_status !== '1') {
next({ path: '/403' })
return
}
// 移动端
if (this.isMobile && to.name !== 'mobileIndex') {
next({ path: '/mobile/list' })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论