5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
![]() |
/** 免登录白名单 */
|
||
|
const whiteList = ['/login']
|
||
|
|
||
|
export { whiteList }
|