Commit a6eea36b a6eea36b364822c7a45d16d0956c12c46ac5a3bf by 张浩

commit

1 parent 23fad3a5
......@@ -13,7 +13,7 @@ module.exports = {
proxyTable: {},
// Various Dev Server settings
host: '192.168.8.113',
host: '39.105.142.246',
// host: '127.0.0.1',
port: 8090, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
......
......@@ -14,7 +14,7 @@ import VCharts from 'v-charts'
Vue.config.productionTip = false
Vue.prototype.$http = axios
Vue.prototype.$qs=qs
axios.defaults.baseURL = 'http://192.168.8.113:9090'
axios.defaults.baseURL = 'http://39.105.142.246:9090'
// axios.defaults.baseURL = 'http://127.0.0.1:9090'
Vue.use(Element, { size: 'small', zIndex: 3000 });
......