diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 5cd6f84f..493f4143 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -77,12 +77,10 @@ else if (process.env.NODE_ENV == 'debug') { axios.defaults.baseURL = window.location.protocol + "//" + host + "/" // axios.defaults.baseURL = window.location.protocol + "//" + host.split(":")[0] + ":6023" + "/" // axios.defaults.baseURL = 'http://192.168.34.125:6023/'; - axios.defaults.baseURL = 'http://139.9.66.234:8/' + // axios.defaults.baseURL = 'http://139.9.66.234:8/' // axios.defaults.baseURL = 'http://zhgd.loganwy.com/' } -// axios.defaults.baseURL = 'http://139.9.66.234:8/' - // tag: 河南 if (COMPANY == 'henan') { axios.defaults.baseURL = 'http://124.71.178.44:100/'