Commit 507ee838 507ee838d87543b3077acf78932f1dd5d4921e2d by 张浩

commit

1 parent e32448a1
......@@ -14,7 +14,7 @@ import VCharts from 'v-charts'
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://0.0.0.0:9090'
// axios.defaults.baseURL = 'http://127.0.0.1:9090'
Vue.use(Element, { size: 'small', zIndex: 3000 });
......