diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 581fe02..fc52876 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -43,11 +43,7 @@ export default { this.$router.push('/setting/person') }, back(){ - if(this.$route.path == '/addassessment'){ - this.$router.push({ path: '/teacherhome', query: { active: true }}) - }else{ - this.$router.go(-1) - } + this.$router.go(-1) } }, }; diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue index fee3944..0c7d50f 100644 --- a/src/layouts/home/index.vue +++ b/src/layouts/home/index.vue @@ -42,6 +42,7 @@ export default { ...mapActions('user', [ 'logout' ]), + // 长时间未操作,自动退出登录 autoLogout(){ let lastTime = new Date().getTime() document.onmousedown = () => { diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index 493e852..7ce2097 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -15,21 +15,33 @@ export default { return { active: this.$route.path, menus: [ + { + index: '/station/list', + label: '实验台' + }, { index: '/preview/list', - label: '课前预习' + label: '能力测评' }, { - index: '/station/list', - label: '实验台' + index: '/record/list', + label: '实验记录' }, { index: '/ass/list', label: '考核列表' }, { - index: '/record/list', - label: '实验记录' + index: '/course/list', + label: '课程学习' + }, + { + index: '/information/list', + label: '资讯' + }, + { + index: '/match/list', + label: '线上赛事' }, ], }; @@ -43,6 +55,7 @@ export default { }, methods: { + // 点击标签页跳转到相应的路由 jump(tab){ this.active = tab.name this.$router.push(tab.name).catch(err => {}) diff --git a/src/libs/route/addRoutes.js b/src/libs/route/addRoutes.js index ea953ee..48cbdd9 100644 --- a/src/libs/route/addRoutes.js +++ b/src/libs/route/addRoutes.js @@ -15,7 +15,6 @@ function createRoute(data){ let meta = createMeta(e) newRoutes.push({ name: e.path, - path: e.path, path: () => import(`@/pages/${e.path}.vue`), meta }) diff --git a/src/libs/videoList.js b/src/libs/videoList.js new file mode 100644 index 0000000..7e43727 --- /dev/null +++ b/src/libs/videoList.js @@ -0,0 +1,791 @@ +export const videoList1 = [{ + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/print%28%29%E5%87%BD%E6%95%B0.pptx', + 'isdel': 0, + 'title': '项目一 print()函数' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/项目一.mp4', + 'isdel': 0, + 'title': '项目一 print()函数(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E6%95%B0%E6%8D%AE%E8%BD%AC%E6%8D%A2%E4%B8%8E%E6%8B%BC%E6%8E%A5.pptx', + 'isdel': 0, + 'title': '项目二 数据转换与拼接' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/程序设计项目二数据转换与拼接.mp4', + 'isdel': 0, + 'title': '项目二 数据转换与拼接(操作视频)' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/if%E6%9D%A1%E4%BB%B6%E5%88%A4%E6%96%AD%E8%AF%AD%E5%8F%A5.pptx', + 'isdel': 0, + 'title': '项目三 if条件判断语句' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/if.mp4', + 'isdel': 0, + 'title': '项目三 if条件判断语句(操作视频)' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/input%28%29%E5%87%BD%E6%95%B0.pptx', + 'isdel': 0, + 'title': '项目四 input()函数' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/进阶(input)函数.mp4', + 'isdel': 0, + 'title': '项目四 input()函数(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E5%88%97%E8%A1%A8%E5%85%83%E7%BB%84%E5%AD%97%E5%85%B8.pptx', + 'isdel': 0, + 'title': '项目五 列表元组字典' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/列表元组字典.mp4', + 'isdel': 0, + 'title': '项目五 列表元组字典(操作视频)' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/for%E5%BE%AA%E7%8E%AF.pptx', + 'isdel': 0, + 'title': '项目六 for循环' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/for循环.mp4', + 'isdel': 0, + 'title': '项目六 for循环(操作视频)' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/while%E5%BE%AA%E7%8E%AF.pptx', + 'isdel': 0, + 'title': '项目七 while循环' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/while循环.mp4', + 'isdel': 0, + 'title': '项目七 while循环(操作视频)' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E5%87%BD%E6%95%B0.pptx', + 'isdel': 0, + 'title': '项目八 函数' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/函数.mp4', + 'isdel': 0, + 'title': '项目八 函数(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E7%B1%BB%E4%B8%8E%E5%AF%B9%E8%B1%A1%E4%B8%80.pptx', + 'isdel': 0, + 'title': '项目九 类与对象一' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/类与对象1.mp4', + 'isdel': 0, + 'title': '项目九 类与对象一(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E7%B1%BB%E4%B8%8E%E5%AF%B9%E8%B1%A1%E4%BA%8C.pptx', + 'isdel': 0, + 'title': '项目十 类与对象二' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/类与对象2.mp4', + 'isdel': 0, + 'title': '项目十 类与对象二(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E6%A8%A1%E5%9D%97.pptx', + 'isdel': 0, + 'title': '项目十一 模块' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/模块.mp4', + 'isdel': 0, + 'title': '项目十一 模块(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E7%BB%BC%E5%90%88%E8%AE%AD%E7%BB%83.pptx', + 'isdel': 0, + 'title': '项目十二 综合训练' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/综合训练1.mp4', + 'isdel': 0, + 'title': '项目十二 综合训练(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E5%BA%8F%E5%88%97%E5%BA%94%E7%94%A8.pptx', + 'isdel': 0, + 'title': '项目十三 序列应用' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/序列应用.mp4', + 'isdel': 0, + 'title': '项目十三 序列应用(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E6%95%B0%E6%8D%AE%E5%BA%93.pptx', + 'isdel': 0, + 'title': '项目十四 数据库' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/数据库(1).mp4', + 'isdel': 0, + 'title': '项目十四 数据库(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E7%88%AC%E8%99%AB.pptx', + 'isdel': 0, + 'title': '项目十五 爬虫' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/爬虫.mp4', + 'isdel': 0, + 'title': '项目十五 爬虫(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1ppt%281%29/%E6%9C%B4%E7%B4%A0%E8%B4%9D%E5%8F%B6%E6%96%AF%E5%88%86%E7%B1%BB%E7%AE%97%E6%B3%95.pptx', + 'isdel': 0, + 'title': '项目十六 朴素贝叶斯分类算法' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/programming/贝叶斯.mp4', + 'isdel': 0, + 'title': '项目十六 朴素贝叶斯分类算法(操作视频)' +}]; +export const videoList4 = [{ + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E8%B4%A7%E5%B8%81%E6%97%B6%E9%97%B4%E4%BB%B7%E5%80%BC.pptx', + 'isdel': 0, + 'title': '项目一 货币时间价值' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E4%B8%80%EF%BC%9A%E8%B4%A7%E5%B8%81%E6%97%B6%E9%97%B4%E4%BB%B7%E5%80%BC.mp4', + 'isdel': 0, + 'title': '项目一 货币时间价值(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E6%95%B0%E6%8D%AE%E9%A9%B1%E5%8A%A8%E7%9A%84%E8%B4%A2%E5%8A%A1%E5%86%B3%E7%AD%96.pptx', + 'isdel': 0, + 'title': '项目二 数据驱动的财务决策' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E4%BA%8C%EF%BC%9A%E6%95%B0%E6%8D%AE%E9%A9%B1%E5%8A%A8%E7%9A%84%E8%B4%A2%E5%8A%A1%E5%86%B3%E7%AD%96.mp4', + 'isdel': 0, + 'title': '项目二 数据驱动的财务决策(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E5%80%BA%E5%88%B8%E7%9A%84%E5%AE%9A%E4%BB%B7.pptx', + 'isdel': 0, + 'title': '项目三 债券的定价' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E4%B8%89%EF%BC%9A%E5%80%BA%E5%88%B8%E7%9A%84%E5%AE%9A%E4%BB%B7.mp4', + 'isdel': 0, + 'title': '项目三 债券的定价(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E6%AC%A7%E5%BC%8F%E6%9C%9F%E6%9D%83%E7%9A%84%E5%AE%9A%E4%BB%B7.pptx', + 'isdel': 0, + 'title': '项目四 欧式期权的定价' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%9B%9B%EF%BC%9A%E6%AC%A7%E5%BC%8F%E6%9C%9F%E6%9D%83%E5%AE%9A%E4%BB%B7.mp4', + 'isdel': 0, + 'title': '项目四 欧式期权的定价(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E8%82%A1%E7%A5%A8%E7%9A%84%E5%AE%9A%E4%BB%B7.pptx', + 'isdel': 0, + 'title': '项目五 股票的定价' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E4%BA%94%EF%BC%9A%E8%82%A1%E7%A5%A8%E5%AE%9A%E4%BB%B7.mp4', + 'isdel': 0, + 'title': '项目五 股票的定价(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E5%9B%BA%E5%AE%9A%E6%94%B6%E7%9B%8A%E8%AF%81%E5%88%B8%E8%AE%A1%E7%AE%97.pptx', + 'isdel': 0, + 'title': '项目六 固定收益证券计算' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%85%AD%EF%BC%9A%E5%9B%BA%E5%AE%9A%E6%94%B6%E7%9B%8A%E8%AF%81%E5%88%B8%E8%AE%A1%E7%AE%97.mp4', + 'isdel': 0, + 'title': '项目六 固定收益证券计算(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E4%BC%B0%E8%AE%A1%CE%B2%E7%B3%BB%E6%95%B0.pptx', + 'isdel': 0, + 'title': '项目七 估计β系数' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E4%B8%83%EF%BC%9A%E4%BC%B0%E8%AE%A1%CE%B2%E7%B3%BB%E6%95%B0.mp4', + 'isdel': 0, + 'title': '项目七 估计β系数(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E5%9B%BD%E5%80%BA%E6%9C%9F%E8%B4%A7.pptx', + 'isdel': 0, + 'title': '项目八 国债期货' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%85%AB%EF%BC%9A%E5%9B%BD%E5%80%BA%E6%9C%9F%E8%B4%A7%E6%A8%A1%E6%8B%9F%E8%AE%BE%E8%AE%A1.mp4', + 'isdel': 0, + 'title': '项目八 国债期货(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E8%82%A1%E6%8C%87%E6%9C%9F%E8%B4%A7%E5%A5%97%E6%9C%9F%E4%BF%9D%E9%9A%9C%E7%AD%96%E7%95%A5%E8%AE%BE%E8%AE%A1.pptx', + 'isdel': 0, + 'title': '项目九 股指期货套期保障策略设计' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E4%B9%9D%EF%BC%9A%E8%82%A1%E6%8C%87%E6%9C%9F%E8%B4%A7%E5%A5%97%E6%9C%9F%E4%BF%9D%E9%9A%9C%E7%AD%96%E7%95%A5%E8%AE%BE%E8%AE%A1.mp4', + 'isdel': 0, + 'title': '项目九 股指期货套期保障策略设计(操作视频)' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/JR%E4%BA%8C%E5%8F%89%E6%A0%91%E6%AC%A7%E5%BC%8F%E6%9C%9F%E6%9D%83%E8%AE%BE%E8%AE%A1.pptx', + 'isdel': 0, + 'title': '项目十 JR二叉树欧式期权设计' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%EF%BC%9A%E4%BA%8C%E5%8F%89%E6%A0%91%E6%AC%A7%E5%BC%8F%E6%9C%9F%E6%9D%83.mp4', + 'isdel': 0, + 'title': '项目十 JR二叉树欧式期权设计(操作视频)' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%B8%80%EF%BC%9A%E5%B8%83%E8%8E%B1%E5%85%8B%E2%80%94%E8%88%92%E5%B0%94%E6%96%AF%E6%AC%A7%E5%BC%8F%E6%9C%9F%E6%9D%83.mp4', + 'isdel': 0, + 'title': '项目十一 布莱克-舒尔斯欧式期权设计' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%B8%80%EF%BC%9A%E5%B8%83%E8%8E%B1%E5%85%8B%E2%80%94%E8%88%92%E5%B0%94%E6%96%AF%E6%AC%A7%E5%BC%8F%E6%9C%9F%E6%9D%83.mp4', + 'isdel': 0, + 'title': '项目十一 布莱克-舒尔斯欧式期权设计(操作视频)' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E4%BA%8C%E5%8F%89%E6%A0%91%E7%BE%8E%E5%BC%8F%E6%9C%9F%E6%9D%83%E8%AE%BE%E8%AE%A1.pptx', + 'isdel': 0, + 'title': '项目十二 二叉树美式期权设计' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%BA%8C%EF%BC%9A%E4%BA%8C%E5%8F%89%E6%A0%91%E7%BE%8E%E5%BC%8F%E6%9C%9F%E6%9D%83%E3%80%81.mp4', + 'isdel': 0, + 'title': '项目十二 二叉树美式期权设计(操作视频)' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/%E5%B8%83%E8%8E%B1%E5%85%8B-%E8%88%92%E5%B0%94%E6%96%AF%E7%BE%8E%E5%BC%8F%E6%9C%9F%E6%9D%83%E8%AE%BE%E8%AE%A1.pptx', + 'isdel': 0, + 'title': '项目十三 布莱克-舒尔斯美式期权设计' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%B8%89%EF%BC%9A%E5%B8%83%E8%8E%B1%E5%85%8B-%E8%88%92%E5%B0%94%E6%96%AF%E7%BE%8E%E5%BC%8F%E6%9C%9F%E6%9D%83.mp4', + 'isdel': 0, + 'title': '项目十三 布莱克-舒尔斯美式期权设计(操作视频)' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/Covered%20Call.pptx', + 'isdel': 0, + 'title': '项目十四 Covered Call' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%E5%9B%9B%EF%BC%9ACovered%20Call.mp4', + 'isdel': 0, + 'title': '项目十四 Covered Call(操作视频)' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E9%87%91%E8%9E%8D%E5%BB%BA%E6%A8%A1ppt%281%29/Butterfiy%20Spread.pptx', + 'isdel': 0, + 'title': '项目十五 Butterfiy Spread' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/jinrong/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%BA%94%EF%BC%9A%E7%A2%9F%E5%BC%8F%E4%BB%B7%E5%B7%AE.mp4', + 'isdel': 0, + 'title': '项目十五 Butterfiy Spread(操作视频)' +}]; +export const videoList5 = [{ + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E4%B8%80%20%E4%BA%86%E8%A7%A3matplotlib.pptx', + 'isdel': 0, + 'title': '项目一 了解matplotlib' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/%E9%A1%B9%E7%9B%AE%E4%B8%80%EF%BC%9A%E5%9F%BA%E7%A1%801%E2%80%94%E2%80%94%E4%BA%86%E8%A7%A3matplotlib%E7%9A%84%E5%8A%9F%E8%83%BD.mp4', + 'isdel': 0, + 'title': '项目一 了解matplotlib(操作视频)' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E4%BA%8C%20%E7%BB%98%E5%88%B6%E6%9D%A1%E5%BD%A2%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目二 绘制条形图' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/%E9%A1%B9%E7%9B%AE%E4%BA%8C%EF%BC%9A%E5%9F%BA%E7%A1%802%E2%80%94%E2%80%94%E5%9B%BE%E5%BD%A2%E7%9A%84%E7%BB%98%E5%88%B6%28%E6%9D%A1%E5%BD%A2%E5%9B%BE%29.mp4', + 'isdel': 0, + 'title': '项目二 绘制条形图(操作视频)' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E4%B8%89%20%E7%BB%98%E5%88%B6%E7%9B%B4%E6%96%B9%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目三 绘制直方图' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目三:基础3——图形的绘制(直方图).mp4', + 'isdel': 0, + 'title': '项目三 绘制直方图(操作视频)' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%9B%9B%20%E7%BB%98%E5%88%B6%E6%8A%98%E7%BA%BF%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目四 绘制折线图' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目四:基础4——图形的绘制(折线图).mp4', + 'isdel': 0, + 'title': '项目四 绘制折线图(操作视频)' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E4%BA%94%20%E7%BB%98%E5%88%B6%E6%95%A3%E7%82%B9%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目五 绘制散点图' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目五:基础5——图形的绘制(散点图).mp4', + 'isdel': 0, + 'title': '项目五 绘制散点图(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%85%AD%20%E7%BB%98%E5%88%B6%E7%AE%B1%E7%BA%BF%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目六 绘制箱线图' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目六:基础6——图形的绘制(箱线图).mp4', + 'isdel': 0, + 'title': '项目六 绘制箱线图(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E4%B8%83%20%E7%BB%98%E5%88%B6%E9%A5%BC%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目七 绘制饼图' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目七:基础7——图形的绘制(饼图).mp4', + 'isdel': 0, + 'title': '项目七 绘制饼图(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%85%AB%20%E7%BB%98%E5%88%B6%E9%9D%A2%E7%A7%AF%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目八 绘制面积图' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目八:基础8——图形的绘制(面积图).mp4', + 'isdel': 0, + 'title': '项目八 绘制面积图(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E4%B9%9D%20%E7%BB%98%E5%88%B62D%E7%AD%89%E9%AB%98%E7%BA%BF%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目九 绘制2D等高线图' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目九:进阶1——绘制2D等高线图.mp4', + 'isdel': 0, + 'title': '项目九 绘制2D等高线图(操作视频)' +}, { + 'id': 11, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%8D%81%20%E5%BD%93%E7%94%9F%E6%88%90%E7%9A%84%E5%9B%BE%E7%89%87%E6%9C%89%E4%B8%A4%E5%BC%A0%E6%88%96%E5%A4%9A%E5%BC%A0%E6%97%B6%E4%BF%9D%E8%AF%81%E5%9B%BE%E7%89%87%E4%B8%8D%E8%A6%86%E7%9B%96.pptx', + 'isdel': 0, + 'title': '项目十 当生成的图片有两张或多张时保证图片不覆盖' +}, { + 'id': 12, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%B8%80%20%E7%BB%99%E6%89%80%E7%94%9F%E6%88%90%E7%9A%84%E5%9B%BE%E7%89%87%E6%B7%BB%E5%8A%A0%E6%A0%87%E7%AD%BE.pptx', + 'isdel': 0, + 'title': '项目十一 给所生成的图片添加标签' +}, { + 'id': 12, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目十一:进阶3——给所生成的图片添加标签.mp4', + 'isdel': 0, + 'title': '项目十一 给所生成的图片添加标签(操作视频)' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%BA%8C%20%E5%A4%9A%E5%AD%90%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目十二 多子图' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目十二:进阶4——多子图.mp4', + 'isdel': 0, + 'title': '项目十二 多子图(操作视频)' +}, { + 'id': 11, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%B8%89%20%E7%BB%98%E5%88%B6%E4%BA%8C%E7%BB%B4%E7%9B%B4%E6%96%B9%E5%9B%BE.pptx', + 'isdel': 0, + 'title': '项目十三 绘制二维直方图' +}, { + 'id': 11, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目十三:进阶5——绘制一张二维直方图.mp4', + 'isdel': 0, + 'title': '项目十三 绘制二维直方图(操作视频)' +}, { + 'id': 12, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%8D%81%E5%9B%9B%20%E8%87%AA%E5%AE%9A%E4%B9%89%E8%89%B2%E9%98%B6.pptx', + 'isdel': 0, + 'title': '项目十四 自定义色阶' +}, { + 'id': 12, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目十四:进阶6——在一张图中绘制3组不同的直方图,并给所生成的图片设置透明度.mp4', + 'isdel': 0, + 'title': '项目十四 自定义色阶(操作视频)' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%8F%AF%E8%A7%86%E5%8C%96ppt%281%29%281%29/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%BA%94%20%E4%B8%89%E7%BB%B4%E5%9B%BE%E5%83%8F.pptx', + 'isdel': 0, + 'title': '项目十五 三维图像' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目十五:进阶7——自定义色阶.mp4', + 'isdel': 0, + 'title': '项目十五 三维图像(操作视频)' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/项目十六:进阶8——三维图像.mp4', + 'isdel': 0, + 'title': '项目十六 进阶8——三维图像(操作视频)' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/visualization/%E9%A1%B9%E7%9B%AE%E5%8D%81%E4%B8%83%EF%BC%9A%E7%BB%88%E9%98%B6%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E5%8F%AF%E8%A7%86%E5%8C%96.mp4', + 'isdel': 0, + 'title': '项目十七 终阶——数据可视化' +}]; +export const videoList6 = [{ + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE%E4%B8%80%EF%BC%9A%E5%80%BA%E5%88%B8%E5%92%8C%E5%88%A9%E7%8E%87.pptx', + 'isdel': 0, + 'title': '项目一 债券和利率' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目一. 债券与利率.MP4', + 'isdel': 0, + 'title': '项目一 债券和利率(操作视频)' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE%E4%BA%8C%20%E8%B5%84%E4%BA%A7%E7%BB%84%E5%90%88.pptx', + 'isdel': 0, + 'title': '项目二 资产组合' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目二资产组合.mp4', + 'isdel': 0, + 'title': '项目二 资产组合(操作视频)' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/3%E6%9C%9F%E6%9D%83%E5%AE%9A%E4%BB%B7%E7%90%86%E8%AE%BA%E5%92%8C%E5%A5%97%E5%88%A9%E5%AE%9A%E4%BB%B7.pptx', + 'isdel': 0, + 'title': '项目三 期权定价理论和套利定价' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目三.期权定价理论和套利定价.mp4', + 'isdel': 0, + 'title': '项目三 期权定价理论和套利定价(操作视频)' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE%E5%9B%9Bppt.pptx', + 'isdel': 0, + 'title': '项目四 证券市场和股票的波动' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目四.证券市场和股票的波动.mp4', + 'isdel': 0, + 'title': '项目四 证券市场和股票的波动(操作视频)' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/5-%E9%A1%B9%E7%9B%AEppt.pptx', + 'isdel': 0, + 'title': '项目五 正态随机过程' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目五:正态随机过程.mp4', + 'isdel': 0, + 'title': '项目五 正态随机过程(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/6Poisson%E8%BF%87%E7%A8%8B.pptx', + 'isdel': 0, + 'title': '项目六 Poisson过程' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目六.Poisson过程.mp4', + 'isdel': 0, + 'title': '项目六 Poisson过程(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/7Python%E9%87%91%E8%9E%8D%E9%9A%8F%E6%9C%BA%E8%BF%87%E7%A8%8B%E5%AE%9E%E9%AA%8C%E6%95%99%E5%AD%A6%E7%B3%BB%E7%BB%9F%EF%BC%88%E7%AC%AC%E4%B8%83%E9%A1%B9%EF%BC%89.pptx', + 'isdel': 0, + 'title': '项目七 平稳随机过程' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/系统一 项目七 金融随机过程.mp4', + 'isdel': 0, + 'title': '项目七 平稳随机过程(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/8%E7%A6%BB%E6%95%A3%E5%8F%82%E6%95%B0Markov%E9%93%BE.pptx', + 'isdel': 0, + 'title': '项目八 离散参数Markov链' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目八:离散参数Markov链.mp4', + 'isdel': 0, + 'title': '项目八 离散参数Markov链(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE%E4%B9%9D%20%E8%BF%9E%E7%BB%AD%E6%97%B6%E9%97%B4Markov%E9%93%BE.pptx', + 'isdel': 0, + 'title': '项目九 连续时间Markov链' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目九.连续时间Markov链.mp4', + 'isdel': 0, + 'title': '项目九 连续时间Markov链(操作视频)' +}, { + 'id': 11, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE10_%E5%B8%83%E6%9C%97%E8%BF%90%E5%8A%A8.pptx', + 'isdel': 0, + 'title': '项目十 布朗运动' +}, { + 'id': 11, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目十.布朗运动.mp4', + 'isdel': 0, + 'title': '项目十 布朗运动(操作视频)' +}, { + 'id': 12, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE11_%E9%9E%85%E5%8F%8A%E5%85%B6%E5%BA%94%E7%94%A8.pptx', + 'isdel': 0, + 'title': '项目十一 鞅及其应用' +}, { + 'id': 12, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目十一.鞅及其应用.mp4', + 'isdel': 0, + 'title': '项目十一 鞅及其应用(操作视频)' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E6%96%B0%E5%BB%BA%E6%96%87%E4%BB%B6%E5%A4%B9/%E9%A1%B9%E7%9B%AE12_%E9%9A%8F%E6%9C%BA%E5%BE%AE%E5%88%86%E6%96%B9%E7%A8%8B%E5%8F%8A%E5%85%B6%E5%9C%A8%E9%87%91%E8%9E%8D%E4%B8%AD%E7%9A%84%E5%BA%94%E7%94%A8.pptx', + 'isdel': 0, + 'title': '项目十二 随机微分方程及其在金融中的应用' +}, { + 'id': 13, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/系统一项目十二:随机微分方程及其在金融中的应用.mp4', + 'isdel': 0, + 'title': '项目十二 随机微分方程及其在金融中的应用(操作视频)' +}]; +export const videoList7 = [{ + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/1.pptx', + 'isdel': 0, + 'title': '项目一 了解matplotlib的功能' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目一:基础了解maplab.mp4', + 'isdel': 0, + 'title': '项目一 了解matplotlib的功能(操作视频)' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/2.pptx', + 'isdel': 0, + 'title': '项目二 K线图' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目二:基础——K线图.mp4', + 'isdel': 0, + 'title': '项目二 K线图(操作视频)' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/3.pptx', + 'isdel': 0, + 'title': '项目三 动量交易策略' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目三:基础——动量交易策略.mp4', + 'isdel': 0, + 'title': '项目三 动量交易策略(操作视频)' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/4.pptx', + 'isdel': 0, + 'title': '项目四 RSI相对强弱指标' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目四:基础——RSI相对强弱指标.mp4', + 'isdel': 0, + 'title': '项目四 RSI相对强弱指标(操作视频)' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/5.pptx', + 'isdel': 0, + 'title': '项目五 简单移动平均' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目五:基础——简单移动平均.mp4', + 'isdel': 0, + 'title': '项目五 简单移动平均(操作视频)' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/6.pptx', + 'isdel': 0, + 'title': '项目六 加权移动平均' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目六:基础——加权移动平均.mp4', + 'isdel': 0, + 'title': '项目六 加权移动平均(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/7.pptx', + 'isdel': 0, + 'title': '项目七 通道突破策略' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目七:进阶1——通道突破策略.mp4', + 'isdel': 0, + 'title': '项目七 通道突破策略(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/8.pptx', + 'isdel': 0, + 'title': '项目八 KDJ交易策略' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目八:进阶2——KDJ交易策略.mp4', + 'isdel': 0, + 'title': '项目八 KDJ交易策略(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/9.pptx', + 'isdel': 0, + 'title': '项目九 OBV指标交易策略' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目九:进阶3——OBV指标交易策略.mp4', + 'isdel': 0, + 'title': '项目九 OBV指标交易策略(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E7%B3%BB%E7%BB%9F%E4%BA%8C-%E9%87%8F%E5%8C%96%E6%8A%95%E8%B5%84%281%29/10.pptx', + 'isdel': 0, + 'title': '项目十 基于机器学习的量化投资策略概览' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/zz/量化投资项目十:终阶——基于机器学习的量化投资概览.mp4', + 'isdel': 0, + 'title': '项目十 基于机器学习的量化投资策略概览(操作视频)' +}]; +export const videoList8 = [{ + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E9%A1%B9%E7%9B%AE%E4%B8%80%20%E6%95%B0%E6%8D%AE%E5%8C%85%E7%9A%84%E4%BD%BF%E7%94%A8.pptx', + 'isdel': 0, + 'title': '项目一 数据包的使用' +}, { + 'id': 1, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目一.mp4', + 'isdel': 0, + 'title': '项目一 数据包的使用(操作视频)' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E5%9F%BA%E7%A1%80%E2%80%94%E2%80%94%E4%BD%BF%E7%94%A8numpy%E5%AE%9A%E4%B9%89%E4%B8%80%E7%BB%B4%E6%95%B0%E7%BB%84--2.pptx', + 'isdel': 0, + 'title': '项目二 使用numpy定义一维数组' +}, { + 'id': 3, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目二.mp4', + 'isdel': 0, + 'title': '项目二 使用numpy定义一维数组(操作视频)' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E5%9F%BA%E7%A1%80%E2%80%94%E2%80%94%E4%BD%BF%E7%94%A8pandas%E5%AE%9A%E4%B9%89%E4%B8%80%E7%BB%B4%E6%95%B0%E7%BB%84--3.pptx', + 'isdel': 0, + 'title': '项目三 使用pandas定义一维数组' +}, { + 'id': 6, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目三.mp4', + 'isdel': 0, + 'title': '项目三 使用pandas定义一维数组(操作视频)' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E5%9F%BA%E7%A1%80%E2%80%94%E2%80%94%E4%BD%BF%E7%94%A8numpy%E5%AE%9A%E4%B9%89%E4%BA%8C%E7%BB%B4%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84--4.pptx', + 'isdel': 0, + 'title': '项目四 使用numpy定义二维数据结构' +}, { + 'id': 5, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目四.mp4', + 'isdel': 0, + 'title': '项目四 使用numpy定义二维数据结构(操作视频)' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E5%9F%BA%E7%A1%80%E2%80%94%E2%80%94%E4%BD%BF%E7%94%A8pandas-DataFrame%EF%BC%88%E6%95%B0%E6%8D%AE%E6%A1%86%EF%BC%89%E5%AE%9A%E4%B9%89%E4%BA%8C%E7%BB%B4%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84--5.pptx', + 'isdel': 0, + 'title': '项目五 使用Pandas-DataFrame(数据框)定义二维数据结构' +}, { + 'id': 2, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目五.mp4', + 'isdel': 0, + 'title': '项目五 使用Pandas-DataFrame(数据框)定义二维数据结构(操作视频)' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E5%9F%BA%E7%A1%80%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E9%9B%86%E6%8F%8F%E8%BF%B0%E7%BB%9F%E8%AE%A1%E4%BF%A1%E6%81%AF--6.pptx', + 'isdel': 0, + 'title': '项目六 数据集描述统计信息' +}, { + 'id': 7, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目六.mp4', + 'isdel': 0, + 'title': '项目六 数据集描述统计信息(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E9%A1%B9%E7%9B%AE7_%E7%90%86%E8%A7%A3%E6%95%B0%E6%8D%AE.pptx', + 'isdel': 0, + 'title': '项目七 理解数据' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目七.mp4', + 'isdel': 0, + 'title': '项目七 理解数据(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E9%A1%B9%E7%9B%AE%E5%85%AB%20%E6%A8%A1%E5%9E%8B%E6%9E%84%E5%BB%BA.pptx', + 'isdel': 0, + 'title': '项目八 模型构建' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目八.mp4', + 'isdel': 0, + 'title': '项目八 模型构建(操作视频)' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E8%BF%9B%E9%98%B63%E2%80%94%E2%80%94%E6%95%B0%E6%8D%AE%E6%B8%85%E6%B4%97--9.pptx', + 'isdel': 0, + 'title': '项目九 数据清洗' +}, { + 'id': 4, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目九.mp4', + 'isdel': 0, + 'title': '项目九 数据清洗(操作视频)' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/ppt/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E9%A1%B9%E7%9B%AE/%E9%A1%B9%E7%9B%AE%E5%8D%81%20%E6%95%B0%E6%8D%AE%E5%8F%AF%E8%A7%86%E5%8C%96.pptx', + 'isdel': 0, + 'title': '项目十 数据可视化' +}, { + 'id': 9, + 'links': 'https://huoran.oss-cn-shenzhen.aliyuncs.com/video/dataAnalysis/系统三项目十.mp4', + 'isdel': 0, + 'title': '项目十 数据可视化(操作视频)' +}]; diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue index e3f5fb9..dc03400 100644 --- a/src/pages/account/login/index.vue +++ b/src/pages/account/login/index.vue @@ -190,6 +190,7 @@ export default { vFooter }, mounted(){ + // 页面离开的时候销毁手机和邮箱验证码定时器 this.$once('hook:beforeDestroy', function () { clearInterval(this.phoneTimer) this.phoneTimer = null @@ -201,6 +202,7 @@ export default { ...mapActions('user', [ 'setInfo' ]), + // 获取输入的账号的学校 getSchool(form) { this.$refs[form].validate(valid => { if (valid) { @@ -234,6 +236,7 @@ export default { } }); }, + // 之前是一个账号可能属于多个角色的,因此要选择角色,后来把这个功能改了,目前是学生度只能学生登录 getRole(form) { let data = { userId: this.userId, @@ -289,7 +292,7 @@ export default { schoolId: this.schoolId } this.$get(this.api.logins,data).then(res => { - this.$post(this.api.updateLogInNumber,{userId: this.userId}).then(res => {}).catch(res => {}) + this.$post(this.api.updateLogInNumber,{userId: this.userId}).then(res => {}).catch(res => {}) // 更新登录次数和上次登录时间 let data = res.message.user util.local.set(Setting.tokenKey,data.token,Setting.tokenExpires) this.setInfo({ diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index a1afca6..3d510b1 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -1,4 +1,5 @@