Commit 8a2967bb 8a2967bb425bc39da946c0c9df56200f4fce0b5e by 牛先锋

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

1 parent 33080854
...@@ -14,7 +14,7 @@ import VCharts from 'v-charts' ...@@ -14,7 +14,7 @@ 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://172.17.3.39:9090' 17 axios.defaults.baseURL = 'http://127.0.0.1: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
......