简历详情新增标签展示 统计分析style
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user