commit
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -13,7 +13,7 @@ module.exports = { | ... | @@ -13,7 +13,7 @@ module.exports = { |
| 13 | proxyTable: {}, | 13 | proxyTable: {}, |
| 14 | 14 | ||
| 15 | // Various Dev Server settings | 15 | // Various Dev Server settings |
| 16 | host: '192.168.8.113', | 16 | host: '39.105.142.246', |
| 17 | // host: '127.0.0.1', | 17 | // host: '127.0.0.1', |
| 18 | port: 8090, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | 18 | port: 8090, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined |
| 19 | autoOpenBrowser: false, | 19 | autoOpenBrowser: false, | ... | ... |
| ... | @@ -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://192.168.8.113:9090' | 17 | axios.defaults.baseURL = 'http://39.105.142.246:9090' |
| 18 | // axios.defaults.baseURL = 'http://127.0.0.1:9090' | 18 | // axios.defaults.baseURL = 'http://127.0.0.1:9090' |
| 19 | 19 | ||
| 20 | Vue.use(Element, { size: 'small', zIndex: 3000 }); | 20 | Vue.use(Element, { size: 'small', zIndex: 3000 }); | ... | ... |
-
Please register or sign in to post a comment