Commit a1c7f2f2 a1c7f2f23efe9181c8b1ee49b1c169292cb01314 by 牛先锋

修改腾讯ip

1 parent c03167ac
...@@ -14,9 +14,9 @@ import VCharts from 'v-charts' ...@@ -14,9 +14,9 @@ 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 18
19 //axios.defaults.baseURL = 'http://192.168.8.203:9090' 19 axios.defaults.baseURL = 'http://43.140.221.162:9090'
20 20
21 Vue.use(Element, { size: 'small', zIndex: 3000 }); 21 Vue.use(Element, { size: 'small', zIndex: 3000 });
22 Vue.use(vueClipboard); 22 Vue.use(vueClipboard);
......