追加跳轉ip

UI_2022-02-10 职站V2.1
e 3 years ago
parent d66c628801
commit c9b0ed21fd
  1. 1
      src/pages/ass/list/index.vue
  2. 1
      src/pages/station/list/index.vue
  3. 1
      src/pages/station/preview/index.vue

@ -457,6 +457,7 @@ export default {
domainName = host.slice(0,host.length-6) domainName = host.slice(0,host.length-6)
if (curriculumId == 11){ 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 = `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 = `${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}`;

@ -62,7 +62,6 @@ export default {
border: 1px solid #9076FF; border: 1px solid #9076FF;
border-right: 0; border-right: 0;
overflow: hidden; overflow: hidden;
input { input {
width: 100%; width: 100%;
height: 44px; height: 44px;

@ -296,6 +296,7 @@ export default {
console.log(host) console.log(host)
// href = `${host}bank/#/`; // 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="; // 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'){ if(process.env.NODE_ENV === 'development'){

Loading…
Cancel
Save