Commit 8cfff036 8cfff03682ec0b9af966f10ccae602e244e8f5f1 by 牛先锋

更改设置验证码工具调用运营平台接口

1 parent 7fe40c65
...@@ -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://172.17.3.39:9090'
18 18
19 axios.defaults.baseURL = 'http://43.140.221.162: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);
......