From 31907e56329af6c8a42937c8be1499f9de89618b Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 3 Dec 2021 16:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 1 - src/pages/ass/list/index.vue | 2 +- src/pages/station/preview/index.vue | 4 ++-- src/setting.js | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 0aa8ab6..9d6b78e 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -74,7 +74,6 @@ export default { fileupload: `${uploadURL}oss/manage/fileupload`, // 文件上传 getPlayAuth: `${uploadURL}oss/manage/getPlayAuth`, // 获取播放凭证 - collectPaper: `${host}occupationlab/assessment/collectPaper`, //结束考核 queryProvince: `${host}nakadai/nakadai/province/queryProvince`, //查询省份 queryCity: `${host}nakadai/nakadai/city/queryCity`, //查询城市 querySchoolData: `${host}nakadai/nakadai/school/querySchool`, //根据学校名称查询学校信息 diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index 5d9fb7c..b18e2e3 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -99,7 +99,7 @@ @click="entry(scope.row)" :disabled="scope.row.status !== 1">进入 已提交 - 查看成绩 diff --git a/src/pages/station/preview/index.vue b/src/pages/station/preview/index.vue index 1d9a9fd..eb56ba5 100644 --- a/src/pages/station/preview/index.vue +++ b/src/pages/station/preview/index.vue @@ -313,8 +313,8 @@ export default { console.log(host) // href = `${host}bank/#/`; let token = util.local.get(Setting.tokenKey); - // href = "http://39.108.250.202/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId; - href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId; + href = "http://39.108.250.202/banksystem/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId+"&projectId=&assessmentId=&classId=&stopTime="; + // href = "http://http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+this.courseId+'&systemId='+this.assessmentList[0].systemId+"&projectId=&assessmentId=&classId=&stopTime="; } else if (id == 21) { window.open(`http://121.37.29.24:80/yyyflogin?userId=${this.userId}&userName=${userName}&userType=${roleId}&reqType=1&reqId=3989a0ad671849b99dcbdcc208782333&caseId=9681f86902314b10bc752909121f9ab9&authorization=87DIVy348Oxzj3ha&classId=1876&courserId=7ff5d4715b114b7398b6f26c20fac460`); } else if (id == 22) { diff --git a/src/setting.js b/src/setting.js index 2368b87..6f28761 100644 --- a/src/setting.js +++ b/src/setting.js @@ -42,9 +42,8 @@ if (isHh) { title = "职站"; } else if (isDev) { // 本地 - // host = "http://39.108.250.202:9000/"; // 中台测试服 + host = "http://39.108.250.202:9000/"; // 中台测试服 // host = "http://192.168.31.137:9000/"; // 赓 - host = "http://39.108.250.202:9000/"; // host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.125:9000/"; // 坤 systemPath = "http://192.168.31.154/";