进入考核

dev_2020-03-03
yujialong 3 years ago
parent 0274687c2f
commit a63ecffe5a
  1. 9
      src/pages/ass/list/index.vue

@ -457,15 +457,8 @@ export default {
util.cookies.set("stopTime", this.curRow.stopTime)
util.cookies.set("systemId", curriculumId);
let href = ''
let domainName = ''
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}`;
// href = `http://192.168.31.125:8093/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`;
href = `${Setting.systemPath}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`;
} else {
if(process.env.NODE_ENV === 'development') {

Loading…
Cancel
Save