众筹系统等

alioss V2.2.6
yujialong 3 years ago
parent 203e7fe0b0
commit 3a533fd2c1
  1. 10
      src/pages/course/details/index.vue
  2. 2
      src/pages/screen/index.vue
  3. 7
      src/pages/station/preview/index.vue

@ -151,7 +151,7 @@ export default {
let res = await this.$get(`${this.api.queryChaptersAndSubsections}?courseId=${this.id}`) let res = await this.$get(`${this.api.queryChaptersAndSubsections}?courseId=${this.id}`)
this.chapterList = res.chapterList this.chapterList = res.chapterList
if (this.chapterList.length && this.chapterList[0].subsectionList && this.chapterList[0].subsectionList.length) { if (this.chapterList.length && this.chapterList[0].subsectionList && this.chapterList[0].subsectionList.length) {
this.preview(this.chapterList[0].subsectionList[0], this.chapterList[0].name); this.preview(this.chapterList[0].subsectionList[0], this.chapterList[0].name, 0);
} }
}, },
insertScript(){ insertScript(){
@ -170,9 +170,9 @@ export default {
if('mp4,3gp,mov,m4v,avi,dat,mkv,flv,vob,rmvb,rm,qlv'.includes(ext)) return '视频' if('mp4,3gp,mov,m4v,avi,dat,mkv,flv,vob,rmvb,rm,qlv'.includes(ext)) return '视频'
return ext return ext
}, },
preview(row, chapterName){ preview(row, chapterName, showConfirm = 1){
// //
if (!util.local.get(Setting.tokenKey)) { if (!util.local.get(Setting.tokenKey) && showConfirm) {
this.$confirm('请先登录,是否直接前往登录?', "提示", { this.$confirm('请先登录,是否直接前往登录?', "提示", {
type: 'success' type: 'success'
}).then(() => { }).then(() => {
@ -359,7 +359,7 @@ $height: 700px;
.desc-wrap{ .desc-wrap{
position: relative; position: relative;
.desc{ .desc{
font-size: 14px; font-size: 12px;
color: #fff; color: #fff;
line-height: 22px; line-height: 22px;
@include mul-ellipsis(4); @include mul-ellipsis(4);
@ -411,7 +411,7 @@ $height: 700px;
background-color: #121214; background-color: #121214;
.sectionName{ .sectionName{
margin: 12px 0; margin: 12px 0;
font-size: 14px; font-size: 12px;
color: #999; color: #999;
cursor: pointer; cursor: pointer;
@include ellipsis; @include ellipsis;

@ -414,7 +414,7 @@ export default {
show:false, show:false,
x : 'center', x : 'center',
y : 'bottom', y : 'bottom',
data:['考总场次', '考人数'] data:['考总场次', '考人数']
}, },
toolbox: { toolbox: {
}, },

@ -381,6 +381,9 @@ export default {
if (systemId == 11) { if (systemId == 11) {
// //
location.href = `${Setting.systemPath}/#/index/list?curriculumName=${this.curriculumName}&token=${token}&cid=${this.courseId}&systemId=${this.systemIds}&projectId=${this.curProject}&assessmentId=&classId=&stopTime=&test=true` location.href = `${Setting.systemPath}/#/index/list?curriculumName=${this.curriculumName}&token=${token}&cid=${this.courseId}&systemId=${this.systemIds}&projectId=${this.curProject}&assessmentId=&classId=&stopTime=&test=true`
} else if (systemId == 12) {
//
window.open(`http://120.78.139.126:8879?systemId=${systemId}&courseId=${this.courseId}&projectId=${this.curProject}&token=${token}`);
} else if (systemId == 21) { } else if (systemId == 21) {
window.open(`http://121.37.29.24:80/yyyflogin?userId=${this.userId}&userName=${userName}&userType=${roleId}&reqType=1&reqId=3989a0ad671849b99dcbdcc208782333&caseId=9681f86902314b10bc752909121f9ab9&authorization=87DIVy348Oxzj3ha&classId=1876&courserId=7ff5d4715b114b7398b6f26c20fac460`); window.open(`http://121.37.29.24:80/yyyflogin?userId=${this.userId}&userName=${userName}&userType=${roleId}&reqType=1&reqId=3989a0ad671849b99dcbdcc208782333&caseId=9681f86902314b10bc752909121f9ab9&authorization=87DIVy348Oxzj3ha&classId=1876&courserId=7ff5d4715b114b7398b6f26c20fac460`);
} else if (systemId == 22) { } else if (systemId == 22) {
@ -466,7 +469,7 @@ $height: 700px;
.desc-wrap{ .desc-wrap{
position: relative; position: relative;
.desc{ .desc{
font-size: 14px; font-size: 12px;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
line-height: 22px; line-height: 22px;
@include mul-ellipsis(2); @include mul-ellipsis(2);
@ -518,7 +521,7 @@ $height: 700px;
background-color: #121214; background-color: #121214;
.sectionName{ .sectionName{
margin: 12px 0; margin: 12px 0;
font-size: 14px; font-size: 12px;
color: #999; color: #999;
cursor: pointer; cursor: pointer;
@include ellipsis; @include ellipsis;

Loading…
Cancel
Save