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