添加注释,以及资源平台合并初始化

UI_2022-02-10
yujialong 4 years ago
parent e23066a7c9
commit 31aff48368
  1. 6
      src/layouts/header/index.vue
  2. 1
      src/layouts/home/index.vue
  3. 23
      src/layouts/navbar/index.vue
  4. 1
      src/libs/route/addRoutes.js
  5. 791
      src/libs/videoList.js
  6. 5
      src/pages/account/login/index.vue
  7. 7
      src/pages/ass/list/index.vue
  8. 32
      src/pages/course/list/index.vue
  9. 32
      src/pages/information/list/index.vue
  10. 32
      src/pages/match/list/index.vue
  11. 803
      src/pages/preview/list/index.vue
  12. 3
      src/pages/record/list/index.vue
  13. 5
      src/pages/record/show/index.vue
  14. 1
      src/pages/setting/person/index.vue
  15. 1
      src/pages/station/list/index.vue
  16. 30
      src/setting.js

@ -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)
}
},
};

@ -42,6 +42,7 @@ export default {
...mapActions('user', [
'logout'
]),
// ,退
autoLogout(){
let lastTime = new Date().getTime()
document.onmousedown = () => {

@ -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 => {})

@ -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
})

@ -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': '项目十 数据可视化(操作视频)'
}];

@ -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({

@ -1,4 +1,5 @@
<template>
<!-- 考核列表 -->
<div>
<div class="page">
<h6 class="p-title">筛选</h6>
@ -83,7 +84,7 @@ export default {
name: 'ass',
data() {
return {
host: Setting.host,
host: Setting.apiBaseURL,
status: ['','待开始','进行中','已完成'],
statusList: [{
name:'不限',
@ -188,7 +189,7 @@ export default {
let hours = Math.floor(total / (60 * 60))
let minutes = Math.floor(total % (60 * 60) / 60)
let seconds = Math.floor(total % (60 * 60) % 60)
time = `${that.core.formateTime(hours)}:${that.core.formateTime(minutes)}:${that.core.formateTime(seconds)}`
time = `${util.formateTime(hours)}:${util.formateTime(minutes)}:${util.formateTime(seconds)}`
}else{
clearInterval(timer)
}
@ -286,7 +287,7 @@ export default {
}
},
show(row) {
this.$router.push(`/showExperiment?id=${row.id}&recordId=${row.recordid}&reportId=${row.reportId}`)
this.$router.push(`/record/list?id=${row.id}&recordId=${row.recordid}&reportId=${row.reportId}`)
},
saveIc() {
if(!this.invitationCode) return util.warningMsg('请输入邀请码')

@ -0,0 +1,32 @@
<template>
<div>
课程学习
</div>
</template>
<script>
export default {
name: 'course',
data() {
return {
}
},
computed: {
},
watch: {
},
methods: {
},
mounted() {
},
}
</script>
<style lang="scss" scoped>
</style>

@ -0,0 +1,32 @@
<template>
<div>
资讯
</div>
</template>
<script>
export default {
name: 'information',
data() {
return {
}
},
computed: {
},
watch: {
},
methods: {
},
mounted() {
},
}
</script>
<style lang="scss" scoped>
</style>

@ -0,0 +1,32 @@
<template>
<div>
线上赛事
</div>
</template>
<script>
export default {
name: 'match',
data() {
return {
}
},
computed: {
},
watch: {
},
methods: {
},
mounted() {
},
}
</script>
<style lang="scss" scoped>
</style>

@ -122,7 +122,6 @@
<!-- 答题弹框 -->
<el-dialog :visible.sync="evaluationVisible" width="30%" custom-class="evaluation_dialog" center :close-on-click-modal="false">
<div class="title">能力测评</div>
<div class="ques-wrap">
<p class="serial">{{question.currentQuestionSortNo}}/{{question.totalQuestionNum}}</p>
<p class="type">({{question.questionTypeName}})</p>
@ -194,6 +193,8 @@ import { mapState, mapActions } from 'vuex'
import util from '@/libs/util'
import Setting from '@/setting'
import pdf from '@/components/pdf'
import { videoList1, videoList4, videoList5, videoList6, videoList7, videoList8} from '@/libs/videoList'
export default {
components: { pdf },
data() {
@ -203,797 +204,12 @@ export default {
video: 'http://liuwanr.oss-cn-shenzhen.aliyuncs.com/mp4/20200519/1589871025648.mp4',
videoSrc: '',
curLink: '',
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": "项目十六 朴素贝叶斯分类算法(操作视频)"
}],
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(操作视频)"
}],
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": "项目十七 终阶——数据可视化"
}],
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": "项目十二 随机微分方程及其在金融中的应用(操作视频)"
}],
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": "项目十 基于机器学习的量化投资策略概览(操作视频)"
}],
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": "项目十 数据可视化(操作视频)"
}],
videoList1,
videoList4,
videoList5,
videoList6,
videoList7,
videoList8,
evaluationVisible: false,
resultVisible: false,
detailVisible: false,
@ -1294,6 +510,7 @@ export default {
this.showMask2 = false
this.curLink = ''
},
//
insertScript(){
const linkTag = document.createElement('link')
linkTag.id = 'aliplayerLink'
@ -1317,7 +534,7 @@ export default {
util.cookies.set("projectId",'',-1)
util.cookies.set("startTime",'',-1)
util.cookies.set("stopTime",'',-1)
location.href = this.$config.subSystem
location.href = Setting.defaultSubSystem
},
}
};

@ -1,4 +1,5 @@
<template>
<!-- 实验记录 -->
<div>
<el-card shadow="hover" class="m-b-20">
<div class="overview">
@ -60,7 +61,7 @@ import ass from './ass'
export default {
data() {
return {
systemId: 1,
systemId: Setting.systemId,
systemList: Setting.systemList,
overview: {},
active: 'practice',

@ -1,4 +1,5 @@
<template>
<!-- 实验报告 -->
<div class="box">
<div class="exp-header">
<div class="flex-between">
@ -139,7 +140,7 @@
userName: '',
workNumber: '',
},
type: this.$route.query.type,
type: this.$route.query.type, // type == 1 ? '' : ''
id: this.$route.query.id,
recordId: this.$route.query.recordId,
reportId: this.$route.query.reportId,
@ -185,7 +186,7 @@
if(expData){
if(score){
expData.map(n => {
if(n.isError){
if(n.isError){ // isError1
score -= n.codeScore
n.codeScore = 0
}

@ -1,4 +1,5 @@
<template>
<!-- 个人中心 -->
<div class="wrap">
<!-- 头像部分 -->
<div class="header">

@ -1,4 +1,5 @@
<template>
<!-- 实验台 -->
<div class="box">
<div class="search">
<input type="text" placeholder="请输入关键词" v-model="keyword">

@ -4,8 +4,8 @@
const isDev = process.env.NODE_ENV === 'development'
const url = location.host
const isHh = location.host.includes('10.196.131.73') //是否是河海版本
const isBeta = process.env.NODE_ENV === 'development' || location.host.includes('120.78.198.231') //是否是职站测试
const isHh = url.includes('10.196.131.73') //是否是河海版本
const isBeta = isDev || url.includes('120.78.198.231') //是否是职站测试
const Setting = {
/**
@ -18,17 +18,22 @@ const Setting = {
// 页面切换时,是否显示模拟的进度条
showProgressBar: true,
// 接口请求地址
apiBaseURL: (isDev || url.includes('120.78.198.231')) ? 'http://120.78.198.231/' : (url.includes('10.196.131.73') ? 'http://10.196.131.73/' : 'http://www.occupationlab.com/'),
apiBaseURL: (isBeta) ? 'http://120.78.198.231/' : (isHh ? 'http://10.196.131.73/' : 'http://www.occupationlab.com/'),
// 是否是河海版本
isHh,
// 是否职站
// 是否职站测试服
isBeta,
// 学校id,河海为729,职站为2105
schoolId: isHh ? 729 : 2105,
// 测评做完后跳转的默认子系统
defaultSubSystem: (isBeta) ? 'http://120.78.198.231/pyTrials/#/' : (isHh ? 'http://10.196.131.73/pyTrials/#/' : 'http://www.occupationlab.com/pyTrials/#/'),
// 默认系统id
systemId: 1,
// 子系统列表.改的时候留意要改的是哪个环境,别影响到了其他环境
systemList: isHh ? [{
// 以后如果卖给了其他学校,要给该学校单独开放子系统的话,就在下面这个数组里加判断就行,然后把需要开放的子系统放出来。不要复制这个职站项目另起一个项目,这样学校一多就很难维护了
systemList: isHh
// 河海版
? [{
id: 1,
label: 'Python程序设计教学系统'
},{
@ -43,7 +48,11 @@ const Setting = {
},{
id: 8,
label: '大数据分析实验教学系统'
}] : (isBeta ? [{
}]
// 职站测试服
: (isBeta
? [{
id: 1,
label: 'Python程序设计教学系统'
}
@ -76,7 +85,10 @@ const Setting = {
},{
id: 10,
label: 'Python数据采集(爬虫)教学实验系统'
}] : [{
}]
// 职站正式服
: [{
id: 1,
label: 'Python程序设计教学系统'
},{
@ -112,11 +124,11 @@ const Setting = {
// token在localStorage的时间(毫秒)
tokenExpires: 1296000000,
/**
* 免登录保存的token的key
* localStorage里保存的token的key
*/
tokenKey: 'oc_client_token',
/**
* sessionStorage里state的key
* localStorage里保存的vuex的key
*/
storeKey: 'oc_client_store',
/**

Loading…
Cancel
Save