// 免登录白名单页面 const whiteList = [ '/error/401', '/error/403', '/error/404', '/error/500', '/bigscreen' // '/register' ] export default whiteList