From fec9d3ec09548e4a82090e34615726591ffb4206 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 20 Dec 2021 11:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B9=8B=E5=89=8D=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AD=97=E6=AE=B5=E6=B5=8B=E8=AF=95,=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ass/list/index.vue | 8 ++++---- src/pages/record/show/index.vue | 28 +++++++++++++++++----------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index 487e786..67b36a8 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -451,16 +451,16 @@ export default { let curriculumId = this.curRow.curriculumId; let token = util.local.get(Setting.tokenKey); let href = ""; - let aaa = ''; + let domainName = ''; console.log(curriculumId) - aaa = host.slice(0,host.length-6) + domainName = host.slice(0,host.length-6) if (curriculumId == 11){ //线上 // href = `http://www.huorantech.cn/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; //测试与本地 - href = `${aaa}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; + href = `${domainName}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; }else{ - href = `${aaa}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; + href = `${domainName}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; } // switch (curriculumId) { // // case 1: diff --git a/src/pages/record/show/index.vue b/src/pages/record/show/index.vue index f823c7e..e8f1240 100644 --- a/src/pages/record/show/index.vue +++ b/src/pages/record/show/index.vue @@ -5,18 +5,18 @@