Commit 507ee838 507ee838d87543b3077acf78932f1dd5d4921e2d by 张浩

commit

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