提交 dd27c752 编写于 作者: guofeng.chen's avatar guofeng.chen

修改默认值

上级 d16dacd2
...@@ -149,11 +149,11 @@ export default { ...@@ -149,11 +149,11 @@ export default {
if (token && !info.id) { if (token && !info.id) {
this.$store.dispatch('getUserInfo'); this.$store.dispatch('getUserInfo');
} }
// this.projectId = sessionStorage.getItem('projectId'); this.projectId = sessionStorage.getItem('projectId');
// if (!this.projectId) { if (!this.projectId) {
// this.$router.replace('/not-found'); this.$router.replace('/not-found');
// return; return;
// } }
this.getCourseInfo(); this.getCourseInfo();
this.getCourseQas(); this.getCourseQas();
const { height } = this.$el.querySelector('.video-box').getBoundingClientRect(); const { height } = this.$el.querySelector('.video-box').getBoundingClientRect();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册