Commit 9d8baf6d 9d8baf6d690c5f3349bb1593caa8372411bb8c59 by 牛先锋

改回服务器地址

1 parent 9b8b7ae6
...@@ -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://39.105.142.246:9090' 17 axios.defaults.baseURL = 'http://39.105.142.246:9090'
18 axios.defaults.baseURL = 'http://192.168.8.203:9090' 18 //axios.defaults.baseURL = 'http://192.168.8.203: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);
......