You need to sign in or sign up before continuing.
Commit 100c5254 100c52541ab74533b17c24d691b88c10ba07776e by 张浩

commit

1 parent 507ee838
...@@ -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://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 });
21 Vue.use(vueClipboard); 21 Vue.use(vueClipboard);
......