Showing
4 changed files
with
0 additions
and
1 deletions
| ... | @@ -19,7 +19,6 @@ axios.interceptors.request.use( | ... | @@ -19,7 +19,6 @@ axios.interceptors.request.use( |
| 19 | // POST PHP需要修改数据格式 | 19 | // POST PHP需要修改数据格式 |
| 20 | config.data = qs.stringify(config.data) | 20 | config.data = qs.stringify(config.data) |
| 21 | } | 21 | } |
| 22 | - console.warn(timestamp); | ||
| 23 | // 绑定默认请求头 | 22 | // 绑定默认请求头 |
| 24 | config.params = _.merge(config.params, { | 23 | config.params = _.merge(config.params, { |
| 25 | f: 'voice', | 24 | f: 'voice', | ... | ... |
-
Please register or login to post a comment