diff --git a/src/Services/http.js b/src/Services/http.js index c8bbbd5..0eba870 100644 --- a/src/Services/http.js +++ b/src/Services/http.js @@ -3,8 +3,8 @@ import store from '@/store/store' export default () => { return axios.create({ - // baseURL:'http://192.168.4.220:3002/v1', - baseURL:'http://139.59.58.160:8001/v1', + // baseURL:'http://192.168.2.221:3002/v1', + baseURL:'http://13.234.251.173:8001/v1', headers: { Authorization: `Bearer ${store.state.token}` }