herozhou / vue-framework-wz

👏vue后台管理框架👏
http://herozhou.coding.me/vue-framework-wz/#/dashboard
MIT License
4.32k stars 1.35k forks source link

怎么设置baseURL统一配置ip和端口,便于和后端联调时修改 #27

Open tongnn opened 6 years ago

rangewr commented 5 years ago

import Axios from "axios" Axios.defaults.baseURL = 'http://localhost:8080'; Axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';