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 1/7] =?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) { From d9bec49941832debc8783675bed6bc52ddc06d59 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 15 Nov 2021 17:20:53 +0800 Subject: [PATCH 2/7] =?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/layouts/home/index.vue | 2 +- src/pages/ass/list/index.vue | 2 +- src/pages/course/list/index.vue | 6 ++---- src/pages/station/preview/index.vue | 8 ++++---- src/setting.js | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue index f2935ae..7963a11 100644 --- a/src/layouts/home/index.vue +++ b/src/layouts/home/index.vue @@ -63,7 +63,7 @@ export default { min-height: 100%; .view { - min-height: calc(100vh - 175px); + min-height: calc(100vh - 177px); //padding: 24px; } } diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index ec52cee..7548f66 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -6,7 +6,7 @@