Pārlūkot izejas kodu

是否是企业路由

lifanagju_citu 8 mēneši atpakaļ
vecāks
revīzija
eecdaed493
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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