问题修复
This commit is contained in:
parent
87c90c3fbf
commit
d90ce11d91
|
|
@ -68,12 +68,13 @@ service.interceptors.request.use(
|
|||
? 'true'
|
||||
: 'false'
|
||||
// 数据完整性校验
|
||||
config.headers['checkIntegrity'] =
|
||||
systemConfig.requestConfig.checkIntegrity &&
|
||||
checkIntegrity &&
|
||||
isProduction
|
||||
? 'true'
|
||||
: 'false'
|
||||
// config.headers['checkIntegrity'] =
|
||||
// systemConfig.requestConfig.checkIntegrity &&
|
||||
// checkIntegrity &&
|
||||
// isProduction
|
||||
// ? 'true'
|
||||
// : 'false'
|
||||
config.headers['checkIntegrity'] = 'false'
|
||||
//回参是否加密
|
||||
config.headers['encryptResponse'] =
|
||||
systemConfig.requestConfig.encryptResponse &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue