Commit 7bb4bc72 7bb4bc721edea886a5c9f9be988f98d7accb51d1 by 张浩

commit

1 parent 100c5254
...@@ -14,8 +14,8 @@ import VCharts from 'v-charts' ...@@ -14,8 +14,8 @@ 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://0.0.0.0:9090' 17 axios.defaults.baseURL = 'http://39.105.142.246: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 });
21 Vue.use(vueClipboard); 21 Vue.use(vueClipboard);
......