diff --git a/src/utils/api.js b/src/utils/api.js index 6818d93..0418104 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -1,8 +1,8 @@ // let host = 'http://192.168.31.125:8081/python'//林 // let host = 'http://192.168.31.152:8081/python'//榕 let host = '' -if(location.host.includes('liuwanr.cn') || process.env.NODE_ENV === 'development'){ - host = 'http://www.liuwanr.cn/python' +if(location.host.includes('120.78.198.231') || process.env.NODE_ENV === 'development'){ + host = 'http://120.78.198.231:8081/python' }else{ host = 'http://www.occupationlab.com/python' }