Commit 3eecadbdf27c05407b910ef017c748019967caab
1 parent
7559f82947
Exists in
admin
backend ip change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main.js
... | ... | @@ -40,7 +40,7 @@ Vue.config.productionTip = false |
40 | 40 | // http://174.138.121.70:3006/pg |
41 | 41 | // http://174.138.121.70:3006/pd |
42 | 42 | Vue.prototype.moment = moment |
43 | -axios.defaults.baseURL = 'http://174.138.121.70:3006/pd' | |
43 | +axios.defaults.baseURL = 'http://174.138.121.70:3006/pg' | |
44 | 44 | |
45 | 45 | /* eslint-disable no-new */ |
46 | 46 | new Vue({ | ... | ... |