From b7ed685b961b4db606fd652d824db04beb907620 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 14 Dec 2018 10:44:06 +0800 Subject: [PATCH] 赤峰分支 --- src/https.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- libgit2 0.21.4