Commit 9593ce69 9593ce6918ddd3b72f796fe4b27fad5572e27944 by zhanghao

commit

1 parent 3bdfe0b3
...@@ -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.216', 16 host: '192.168.8.113',
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,
......
...@@ -12,7 +12,7 @@ import vueClipboard from 'vue-clipboard2' ...@@ -12,7 +12,7 @@ import vueClipboard from 'vue-clipboard2'
12 Vue.config.productionTip = false 12 Vue.config.productionTip = false
13 Vue.prototype.$http = axios 13 Vue.prototype.$http = axios
14 Vue.prototype.$qs=qs 14 Vue.prototype.$qs=qs
15 axios.defaults.baseURL = 'http://192.168.8.216:9090' 15 axios.defaults.baseURL = 'http://192.168.8.113:9090'
16 // axios.defaults.baseURL = 'http://127.0.0.1:9090' 16 // axios.defaults.baseURL = 'http://127.0.0.1:9090'
17 17
18 Vue.use(Element, { size: 'small', zIndex: 3000 }); 18 Vue.use(Element, { size: 'small', zIndex: 3000 });
......