Commit b8bdc571 b8bdc571f5116789986f85e14fce0b078b9d08aa by 牛先锋

恢复服务端调用地址

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