更改设置验证码工具调用运营平台接口
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment