Browse Source

取消加密

lifanagju_citu 7 months ago
parent
commit
9af5822211
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/enterprise.js

+ 1 - 1
src/api/enterprise.js

@@ -115,7 +115,7 @@ export const getEnterpriseBaseInfo = async () => {
 export const updateEnterpriseBaseInfo = async (data) => {
 export const updateEnterpriseBaseInfo = async (data) => {
   return await request.post({
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/update',
     url: '/app-api/menduner/system/recruit/enterprise/update',
-    openEncryption: true,
+    // openEncryption: true,
     data
     data
   })
   })
 }
 }