可信代码库-添加接口加密处理页面解密处理

This commit is contained in:
付民康
2025-06-27 17:49:32 +08:00
parent f664d855bf
commit 1c52b54651

View File

@@ -200,7 +200,7 @@ const proxyService = (params: any, customConfigs?: CustomConfigs) => {
// response 拦截器
service.interceptors.response.use(
(response) => {
// response.data.data = $Decrypt('OTNNwNE3Q6oeb4diUBcOiA==')
response.data.data = $Decrypt(response.data.data)
return response;
},
async (error) => {