Ver Fonte

是否是企业路由

lifanagju_citu há 8 meses atrás
pai
commit
eecdaed493
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/utils/auth.js

+ 1 - 1
src/utils/auth.js

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