소스 검색

开启加密

lifanagju_citu 6 달 전
부모
커밋
8bbf921428
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
   })
 }