export default { //不需要登录的页面,白名单 whiteList: [ "/pages/login/login", ], //登录页 loginPage: "/pages/login/login" }