diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index 41470f1..9890b24 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -457,6 +457,7 @@ export default { domainName = host.slice(0,host.length-6) if (curriculumId == 11){ //线上 + // href = `http://124.71.12.62/${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 = `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 = `${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}`; diff --git a/src/pages/station/list/index.vue b/src/pages/station/list/index.vue index 8a926d9..8c7471e 100644 --- a/src/pages/station/list/index.vue +++ b/src/pages/station/list/index.vue @@ -62,7 +62,6 @@ export default { border: 1px solid #9076FF; border-right: 0; overflow: hidden; - input { width: 100%; height: 44px; diff --git a/src/pages/station/preview/index.vue b/src/pages/station/preview/index.vue index edb4197..2862ec2 100644 --- a/src/pages/station/preview/index.vue +++ b/src/pages/station/preview/index.vue @@ -296,6 +296,7 @@ export default { console.log(host) // href = `${host}bank/#/`; //线上 + // href = "http://124.71.12.62/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId+"&projectId=&assessmentId=&classId=&stopTime="; // href = "http://www.huorantech.cn/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId+"&projectId=&assessmentId=&classId=&stopTime="; //测试与本地 if(process.env.NODE_ENV === 'development'){