恢复服务端调用地址
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -15,6 +15,7 @@ Vue.config.productionTip = false | ... | @@ -15,6 +15,7 @@ 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 | //axios.defaults.baseURL = 'http://192.168.8.203:9090' | 19 | //axios.defaults.baseURL = 'http://192.168.8.203:9090' |
| 19 | 20 | ||
| 20 | Vue.use(Element, { size: 'small', zIndex: 3000 }); | 21 | Vue.use(Element, { size: 'small', zIndex: 3000 }); | ... | ... |
-
Please register or sign in to post a comment