You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.7 KiB

4 years ago
// let host = 'http://192.168.31.117:8080'
// let host1 = 'http://192.168.31.152:8080'
// let host2 = 'http://192.168.31.152:9000'//榕
let host = ''
let host2 = ''
4 years ago
if(location.host.includes('liuwanr.cn')){
host = 'http://www.liuwanr.cn'
host2 = 'http://122.9.154.146'
4 years ago
}else{
host = 'http://www.occupationlab.com'
host2 = 'http://116.63.168.79'
4 years ago
}
4 years ago
let host1 = 'http://39.108.250.202:8080'
let uploadURL = 'http://8.134.8.197:8001'
export default {
fileupload: `${uploadURL}/oss/manage/fileupload`,
QueryPointOfJudgement: `${host}/judgment/pointOfJudgement/queryPointOfJudgement`, //判分点列表查询
DeletePointOfJudgement: `${host}/judgment/pointOfJudgement/deletePointOfJudgement`, //判分点列表删除
QueryPfdInformation: `${host}/judgment/pointOfJudgement/queryPfdInformation`, //判分点详细信息
UpdatePointOfJudgement: `${host}/judgment/pointOfJudgement/updatePointOfJudgement`, //编辑判分点基本信息
UpdatePointOfJudgementRule: `${host}/judgment/pointOfJudgement/updatePointOfJudgementRule`, //编辑判分点规则
AddPfdgzInformation: `${host}/judgment/pointOfJudgement/addPfdgzInformation`, //新增判分规则
AddPfdInformation: `${host}/judgment/pointOfJudgement/addPfdInformation`, //新增判分点基本信息
QueryPfdgzInformation: `${host}/judgment/pointOfJudgement/queryPfdgzInformation`, //判分点规则信息查询
QueryAddgz: `${host}/judgment/pointOfJudgement/queryAddgz`, //查询新增判分点规则新增的数据
DeletePointOfJudgementRule: `${host}/judgment/pointOfJudgement/deletePointOfJudgementRule`, //删除判分点规则
UpdateIsOpen: `${host}/judgment/pointOfJudgement/updateIsOpen`, //修改判分点状态
JudgmentPointNameRepetition: `${host}/judgment/pointOfJudgement/JudgmentPointNameRepetition`,
queryUserIds:`/liuwanr/userInfo/queryUserIds`,
4 years ago
// 科大
queryPoint: `${host2}/kdSys/queryPoint`,
querySubject: `${host2}/kdSys/querySubject`,
queryItem: `${host2}/kdSys/queryItem`,
// 川大
firstLevel: `${host1}/sichuan/point/firstLevel`,
secondaryLevel: `${host1}/sichuan/point/secondaryLevel`,
thirdLevel: `${host1}/sichuan/point/thirdLevel`,
queryListTrading: `${host2}/judgment/tradingJudgmentPoints/query`,
deleteTrading: `${host2}/judgment/tradingJudgmentPoints/delete`,
addTrading: `${host2}/judgment/tradingJudgmentPoints/add`,
queryDetailsTrading: `${host2}/judgment/tradingJudgmentPoints/queryDetails`,
updateTrading: `${host2}/judgment/tradingJudgmentPoints/update`,
updateRuleTrading: `${host2}/judgment/tradingJudgmentPoints/updateRule`,
deleteRuleTrading: `${host2}/judgment/tradingJudgmentPoints/deleteRule`,
addRule: `${host2}/judgment/tradingJudgmentPoints/addRule`,
}