提交 e988aa0b authored 作者: pengxiaohui's avatar pengxiaohui

对于不带参数直接访问师资培训的强制转跳师资培训列表页

上级 4eae6f78
...@@ -214,12 +214,15 @@ export default { ...@@ -214,12 +214,15 @@ export default {
}, },
computed: { computed: {
id() { id() {
let id = 1 let id
if (this.$route.query.id) id = parseInt(this.$route.query.id) if (this.$route.query.id) id = parseInt(this.$route.query.id)
return id return id
} }
}, },
created() { created() {
if (!this.id) {
this.$router.push('/train')
}
action.articleAction.getUserInfo().then(res => { action.articleAction.getUserInfo().then(res => {
if (res && res.code === 0) { if (res && res.code === 0) {
window.sessionStorage.userInfo = JSON.stringify(res.data) window.sessionStorage.userInfo = JSON.stringify(res.data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论