Commit 743046cddf25163aa7edcdafdccb2db20dd235a5
1 parent
e976c5984f
Exists in
admin
server staging
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main.js
... | ... | @@ -41,7 +41,7 @@ Vue.config.productionTip = false |
41 | 41 | // http://174.138.121.70:3006/pd |
42 | 42 | |
43 | 43 | Vue.prototype.moment = moment |
44 | -axios.defaults.baseURL = 'http://174.138.121.70:3006/pg' | |
44 | +axios.defaults.baseURL = 'http://174.138.121.70:3007/pg' | |
45 | 45 | |
46 | 46 | /* eslint-disable no-new */ |
47 | 47 | new Vue({ | ... | ... |