src/router/index.ts @@ -106,7 +106,8 @@ } /** 路由白名单 */ const whiteList = ["/login",'/']; // const whiteList = ["/login"]; const whiteList = []; const { VITE_HIDE_HOME } = import.meta.env;