简历详情新增标签展示 统计分析style

This commit is contained in:
bin
2025-12-02 14:58:19 +08:00
parent a6a38b9b02
commit 6290119448
3 changed files with 95 additions and 64 deletions

View File

@@ -318,6 +318,7 @@ export const request = {
try {
// 解密响应数据
const decryptedData = decrypt(data.encryptedData);
// console.log(decryptedData)
response.data =
typeof decryptedData === 'string' ? JSON.parse(decryptedData) : decryptedData;
} catch (error) {