dounai1306 / vue

vue的一些相关记录
0 stars 0 forks source link

Vue.http.options.root 根访问设置 #12

Open dounai1306 opened 6 years ago

dounai1306 commented 6 years ago
if (process.env.NODE_ENV === 'development') {
Vue.http.options.root = 'http://127.0.0.1:8082/api/test/dounai'
} else {
Vue.http.options.root = 'https://github.com/api/test/dounai'
}

this.$http.get('user/current')