From c417b1b86b80a9b2a06f011af1a520f5304ee5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=BE=89?= Date: Thu, 30 Apr 2026 15:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=A0=E5=AF=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/request.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/utils/request.js b/utils/request.js index d63981a..4c4e0ee 100644 --- a/utils/request.js +++ b/utils/request.js @@ -16,10 +16,16 @@ const needToEncryptSet = new Set([ const encryptPathPrefixes = [ '/app/common/', - '/app/chat/', - '/app/speech/', - '/app/job/', - '/app/company/', + '/app/chat/', + '/app/speech/', + '/app/job/', + '/app/company/', + '/app/companycontact/', + '/app/appskill/', + '/app/userworkexperiences/', + '/app/user/', + '/app/user/resume/', + '/cms/job/recommen/', ]; const isEncryptNeeded = (method, url) => {