lifanagju_citu před 8 měsíci
rodič
revize
9c13746e20
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/utils/auth.js

+ 1 - 1
src/utils/auth.js

@@ -16,7 +16,7 @@ const isEnterprise = () => {
   return bool
 }
 
-export const getIsEnterprise = () => { isEnterprise() }
+export const getIsEnterprise = () => { return isEnterprise() }
 
 // 获取token
 export const getToken = (index) => { // index=1: 使用招聘token; index=2: 使用求职token