lifanagju_citu 8 mesiacov pred
rodič
commit
9c13746e20
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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