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 @@