问题修复

This commit is contained in:
BianLzhaoMin 2025-09-29 15:15:11 +08:00
parent 87c90c3fbf
commit d90ce11d91
1 changed files with 7 additions and 6 deletions

View File

@ -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 &&