Commit b8bdc571 b8bdc571f5116789986f85e14fce0b078b9d08aa by 牛先锋

恢复服务端调用地址

1 parent 9d8baf6d
...@@ -15,6 +15,7 @@ Vue.config.productionTip = false ...@@ -15,6 +15,7 @@ Vue.config.productionTip = false
15 Vue.prototype.$http = axios 15 Vue.prototype.$http = axios
16 Vue.prototype.$qs=qs 16 Vue.prototype.$qs=qs
17 axios.defaults.baseURL = 'http://39.105.142.246:9090' 17 axios.defaults.baseURL = 'http://39.105.142.246:9090'
18
18 //axios.defaults.baseURL = 'http://192.168.8.203:9090' 19 //axios.defaults.baseURL = 'http://192.168.8.203:9090'
19 20
20 Vue.use(Element, { size: 'small', zIndex: 3000 }); 21 Vue.use(Element, { size: 'small', zIndex: 3000 });
......