diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue index 6bb28b9..e768280 100644 --- a/src/pages/match/list/index.vue +++ b/src/pages/match/list/index.vue @@ -322,7 +322,7 @@ export default { .box { position: relative; .banner-con{ - width: 100vw; + width: 100%; height: 400px; background-image: url('../../../assets/img/info-banner.png'); background-size: 100vw 400px; diff --git a/src/pages/station/preview/index.vue b/src/pages/station/preview/index.vue index b15f97f..64b4bdf 100644 --- a/src/pages/station/preview/index.vue +++ b/src/pages/station/preview/index.vue @@ -310,7 +310,8 @@ export default { } else if (id == 11) { // href = `${host}bank/#/`; let token = util.local.get(Setting.tokenKey); - href = "http://39.108.250.202/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId; + // href = "http://39.108.250.202/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId; + href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId; } else if (id == 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`); } else if (id == 22) {