Browse Source

开启加密

lifanagju_citu 6 months ago
parent
commit
8bbf921428
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/api/enterprise.js

+ 2 - 0
src/api/enterprise.js

@@ -114,6 +114,7 @@ export const getEnterpriseBaseInfo = async () => {
 export const updateEnterpriseBaseInfo = async (data) => {
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/update',
+    openEncryption: true,
     data
   })
 }
@@ -130,6 +131,7 @@ export const updateEnterpriseAlbum = async (data) => {
 export const saveEnterpriseBusiness = async (data) => {
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/business/save',
+    openEncryption: true,
     data
   })
 }