|
@@ -1,13 +1,13 @@
|
|
|
export const vaidoJson = {
|
|
|
- app: [{ src: require('../../assets/video/student-remind.mp4'), width: '352', title: '考试信息及时提醒', father: 'app', id: 1 },
|
|
|
- { src: require('@/assets/video/text.mp4'), width: '352', title: '考级曲谱提前练习', father: 'app', id: 2 },
|
|
|
- { src: require('@/assets/video/onlineText.mp4'), width: '352', title: '在线高品质直播', father: 'app', id: 3 },
|
|
|
- { src: require('@/assets/video/replay.mp4'), width: '352', title: '录播考试满足多种场景', father: 'app', id: 4 },
|
|
|
- { src: require('@/assets/video/query.mp4'), width: '352', title: '考试结果一键查询', father: 'app', id: 5 },],
|
|
|
+ app: [{ src: require('../../assets/video/student-remind.mp4'), width: '352', title: '考试信息提醒', father: 'app', id: 1 },
|
|
|
+ { src: require('@/assets/video/text.mp4'), width: '352', title: '考级曲谱查询', father: 'app', id: 2 },
|
|
|
+ { src: require('@/assets/video/onlineText.mp4'), width: '352', title: '在线直播考试', father: 'app', id: 3 },
|
|
|
+ { src: require('@/assets/video/replay.mp4'), width: '352', title: '在线录播考试', father: 'app', id: 4 },
|
|
|
+ { src: require('@/assets/video/query.mp4'), width: '352', title: '考试结果查询', father: 'app', id: 5 },],
|
|
|
admin: [{ src: require('@/assets/video/base.mp4'), width: '704', title: '基础维度配置', father: 'admin', id: 6 },
|
|
|
{ src: require('@/assets/video/maintain.mp4'), width: '704', title: '考级项目维护', father: 'admin', id: 7 },
|
|
|
{ src: require('@/assets/video/onlineSign.mp4'), width: '352', title: '考生在线报名', father: 'admin', id: 8 },
|
|
|
{ src: require('@/assets/video/info.mp4'), width: '704', title: '考生信息查询', father: 'admin', id: 9 },
|
|
|
{ src: require('@/assets/video/result.mp4'), width: '704', title: '考试结果维护', father: 'admin', id: 10 },],
|
|
|
- teacher: [{ src: require('@/assets/video/Invigilator.mp4'), width: '704', title: '直播考场', father: 'teacher', id: 11 }],
|
|
|
+ teacher: [{ src: require('@/assets/video/Invigilator.mp4'), width: '704', title: '在线直播评审', father: 'teacher', id: 11 }],
|
|
|
}
|