|
|
@ -2,12 +2,15 @@ |
|
|
|
// let host1 = 'http://192.168.31.152:8080'
|
|
|
|
// let host1 = 'http://192.168.31.152:8080'
|
|
|
|
// let host2 = 'http://192.168.31.152:9000'//榕
|
|
|
|
// let host2 = 'http://192.168.31.152:9000'//榕
|
|
|
|
let host = '' |
|
|
|
let host = '' |
|
|
|
|
|
|
|
let host2 = '' |
|
|
|
if(location.host.includes('liuwanr.cn')){ |
|
|
|
if(location.host.includes('liuwanr.cn')){ |
|
|
|
host = 'http://www.liuwanr.cn' |
|
|
|
host = 'http://www.liuwanr.cn' |
|
|
|
|
|
|
|
host2 = 'http://122.9.154.146' |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
host = 'http://www.occupationlab.com' |
|
|
|
host = 'http://www.occupationlab.com' |
|
|
|
|
|
|
|
host2 = 'http://116.63.168.79' |
|
|
|
} |
|
|
|
} |
|
|
|
let host2 = 'http://116.63.168.79' |
|
|
|
|
|
|
|
let host1 = 'http://39.108.250.202:8080' |
|
|
|
let host1 = 'http://39.108.250.202:8080' |
|
|
|
let uploadURL = 'http://8.134.8.197:8001' |
|
|
|
let uploadURL = 'http://8.134.8.197:8001' |
|
|
|
export default { |
|
|
|
export default { |
|
|
@ -25,7 +28,7 @@ export default { |
|
|
|
DeletePointOfJudgementRule: `${host}/judgment/pointOfJudgement/deletePointOfJudgementRule`, //删除判分点规则
|
|
|
|
DeletePointOfJudgementRule: `${host}/judgment/pointOfJudgement/deletePointOfJudgementRule`, //删除判分点规则
|
|
|
|
UpdateIsOpen: `${host}/judgment/pointOfJudgement/updateIsOpen`, //修改判分点状态
|
|
|
|
UpdateIsOpen: `${host}/judgment/pointOfJudgement/updateIsOpen`, //修改判分点状态
|
|
|
|
JudgmentPointNameRepetition: `${host}/judgment/pointOfJudgement/JudgmentPointNameRepetition`, |
|
|
|
JudgmentPointNameRepetition: `${host}/judgment/pointOfJudgement/JudgmentPointNameRepetition`, |
|
|
|
queryUserIds:`${host}/liuwanr/userInfo/queryUserIds`, |
|
|
|
queryUserIds:`/liuwanr/userInfo/queryUserIds`, |
|
|
|
|
|
|
|
|
|
|
|
// 科大
|
|
|
|
// 科大
|
|
|
|
queryPoint: `${host2}/kdSys/queryPoint`, |
|
|
|
queryPoint: `${host2}/kdSys/queryPoint`, |
|
|
|