[ci skip] force getRaw to return raw response

上级 8960c99d
......@@ -19,7 +19,9 @@ const RepoService = {
},
getRaw(url) {
return axios.get(url);
return axios.get(url, {
transformResponse: [res => res],
});
},
buildParams(url = this.url) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册