Browse Source

取消加密

lifanagju_citu 8 tháng trước cách đây
mục cha
commit
9af5822211
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {
   return await request.post({
     url: '/app-api/menduner/system/recruit/enterprise/update',
-    openEncryption: true,
+    // openEncryption: true,
     data
   })
 }