mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改
This commit is contained in:
BIN
public/images/playtime.png
Normal file
BIN
public/images/playtime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
public/images/tearch-top.png
Normal file
BIN
public/images/tearch-top.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -96,7 +96,7 @@ export const constantRoutes = [{
|
||||
//此页面需要指定课程的参数
|
||||
path: '/course/studyindex',
|
||||
hidden: true,
|
||||
component: (resolve) => require(['@/views/study/PortalIndex'], resolve),
|
||||
component: (resolve) => require(['@/views/study/coursenew'], resolve),
|
||||
name: 'courseStudyIndex',
|
||||
meta: { title: '课程学习', icon: 'dashboard', noCache: true, affix: false },
|
||||
},
|
||||
|
||||
@@ -789,7 +789,7 @@ export default {
|
||||
//当前已经不再使用
|
||||
//console.log(e);
|
||||
},
|
||||
showRes(r,i,index) {//i:子节下标,index:章下标
|
||||
showRes(r,i,index) { //i:子节下标,index:章下标
|
||||
if(i!=undefined && index!=undefined && r.status<9) {
|
||||
if(this.courseInfo.orderStudy) {
|
||||
//判断上个是否学完
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user