diff --git a/src/https.js b/src/https.js index 93e752c..27d677d 100644 --- a/src/https.js +++ b/src/https.js @@ -4,7 +4,7 @@ axios.defaults.timeout = 5000 axios.defaults.baseURL = 'http://39.98.54.240:8090/' // post请求头 -axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'; +axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8' // http request 拦截器 axios.interceptors.request.use(