From 9ce7a018b396e978c4aaba49b6a275560ed106d3 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 14 Jul 2021 11:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 6 ++++-- src/layouts/header/index.vue | 2 +- src/pages/quesBank/list/myQuesBank.vue | 2 +- src/setting.js | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 4c07fad..b9d3dfc 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -20,6 +20,7 @@ export default { userinfoUpdate:`management/userInfo/update`, userinfo:`management/userInfo/getUserInfo`, getAccount:`management/userInfo/getAccount`, + downloadManualTemp:`http://szks.supergen-edu.com/template/%E8%B6%85%E7%AB%9E%E6%95%B0%E5%AD%97%E5%8C%96%E8%80%83%E8%AF%95%E7%B3%BB%E7%BB%9F-%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C%EF%BC%88%E5%AD%A6%E6%A0%A1%E7%AE%A1%E7%90%86%E7%AB%AF%EF%BC%89.pdf`, // 学生班级 addClass: `management/class/addClass`, @@ -49,7 +50,7 @@ export default { studentGetWorkNumber: `management/student/getWorkNumber`, exportFailureStudent: `${Setting.apiBaseURL}/management/student/exportFailure`, uploadFileStudent: `${Setting.apiBaseURL}/management/student/uploadFile`, - downloadStudentTemp: 'http://39.108.250.202/template/%E8%80%83%E8%AF%95%E5%B9%B3%E5%8F%B0%E5%AD%A6%E7%94%9F%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx', + downloadStudentTemp: 'http://szks.supergen-edu.com/template/%E8%80%83%E8%AF%95%E5%B9%B3%E5%8F%B0%E5%AD%A6%E7%94%9F%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx', // 一级部门 addStaffPro: `management/staffProfessionalArchitecture/addStaffProfessionalArchitecture`, @@ -74,7 +75,7 @@ export default { getWorkNumber: `management/staff/getWorkNumber`, exportFailureStaff: `${Setting.apiBaseURL}/management/staff/exportFailure`, uploadFileStaff: `${Setting.apiBaseURL}/management/staff/managementUpload`, - downloadStaffTemp: `http://39.108.250.202/template/%E8%80%83%E8%AF%95%E5%B9%B3%E5%8F%B0%E5%91%98%E5%B7%A5%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx`, + downloadStaffTemp: `http://szks.supergen-edu.com/template/%E8%80%83%E8%AF%95%E5%B9%B3%E5%8F%B0%E5%91%98%E5%B7%A5%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx`, // 角色管理 getRole: `management/role/get`, @@ -158,6 +159,7 @@ export default { updateQuestions:`cjEnterprise/questions/update`, getExcel:`cjEnterprise/questions/getExcel`, impExcel:`${Setting.apiBaseURL}/management/questions/impExcel`, + downloadQuesTemp: 'http://szks.supergen-edu.com/template/%E9%A2%98%E5%BA%93%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx', // 考核成绩管理 answerDetail:`management/paperRecord/answerDetail`, diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 50887fe..313703a 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -50,7 +50,7 @@ export default { userCommand(command){ if(command == 'help'){ this.pdfVisible = true - this.pdfSrc = 'http://39.108.250.202/template/%E8%B6%85%E7%AB%9E%E6%95%B0%E5%AD%97%E5%8C%96%E8%80%83%E8%AF%95%E7%B3%BB%E7%BB%9F-%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C%EF%BC%88%E5%AD%A6%E6%A0%A1%E7%AE%A1%E7%90%86%E7%AB%AF%EF%BC%89.pdf' + this.pdfSrc = this.api.downloadManualTemp }else if(command == 'person'){ this.$router.push('/setting/person') }else{ diff --git a/src/pages/quesBank/list/myQuesBank.vue b/src/pages/quesBank/list/myQuesBank.vue index 48e2621..6422d33 100644 --- a/src/pages/quesBank/list/myQuesBank.vue +++ b/src/pages/quesBank/list/myQuesBank.vue @@ -403,7 +403,7 @@ export default { } }, downLoad() { - location.href = 'http://39.108.250.202/cjEnterprise/题库导入模板.xlsx' + location.href = this.api.downloadQuesTemp }, showimportVisible() { this.importVisible = true diff --git a/src/setting.js b/src/setting.js index aafccfa..102a706 100644 --- a/src/setting.js +++ b/src/setting.js @@ -15,8 +15,8 @@ const Setting = { // 页面切换时,是否显示模拟的进度条 showProgressBar: true, // 接口请求地址 - // apiBaseURL: env === 'development' ? 'http://192.168.31.151:8001' : 'http://39.108.250.202:8000/', - apiBaseURL: env === 'development' ? 'http://39.108.250.202:9000' : 'http://39.108.250.202:9000', + // apiBaseURL: env === 'development' ? 'http://192.168.31.151:9000' : 'http://8.134.8.197:9000', + apiBaseURL: env === 'development' ? 'http://192.168.31.151:9000' : 'http://8.134.8.197:9000', // 接口请求返回错误时,弹窗的持续时间,单位:秒 modalDuration: 3, // 接口请求返回错误时,弹窗的类型,可选值为 Message 或 Notice