From 0b90ce047e2a93ae6e5af4f93bcae409ad74cda8 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Thu, 11 Nov 2021 17:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/match/list/index.vue | 2 +- src/pages/station/preview/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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) {