no message
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -121,8 +121,7 @@ export const httpGet = params => { | ... | @@ -121,8 +121,7 @@ export const httpGet = params => { |
121 | headers.sessionId = getToken(); | 121 | headers.sessionId = getToken(); |
122 | } | 122 | } |
123 | return axios.get(reqUrl, { | 123 | return axios.get(reqUrl, { |
124 | params: data | 124 | params: data, |
125 | }, { | ||
126 | headers, | 125 | headers, |
127 | opt | 126 | opt |
128 | }).then(res => res.data.content); | 127 | }).then(res => res.data.content); | ... | ... |
-
Please register or sign in to post a comment