浏览代码

开启加密

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
   })
 }