|
|
|
@ -58,11 +58,11 @@ service.interceptors.request.use( |
|
|
|
data: sm4EncryptMethod(JSON.stringify(data), randomString) |
|
|
|
} |
|
|
|
} |
|
|
|
// console.error('请求拦截---------->', randomString)
|
|
|
|
// console.error('请求拦截----headers------>', headers)
|
|
|
|
// console.log('请求拦截---------->', randomString)
|
|
|
|
// console.log('请求拦截----headers------>', headers)
|
|
|
|
// console.log('请求拦截----config---url--->', config.url)
|
|
|
|
// console.log('请求拦截----data------>', data)
|
|
|
|
// console.error('请求拦截----config------>', config)
|
|
|
|
// console.log('请求拦截----config------>', config)
|
|
|
|
|
|
|
|
// console.log('请求拦截----content-type------>', config.headers['Content-Type'])
|
|
|
|
// console.log('请求拦截----config------>', config.headers)
|
|
|
|
|