Przeglądaj źródła

是否是企业路由

lifanagju_citu 8 miesięcy temu
rodzic
commit
eecdaed493
1 zmienionych plików z 1 dodań i 1 usunięć
  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