feat: 去除配置项等待
CI / build (20.15.1) (push) Failing after 55s

This commit is contained in:
2025-12-10 04:41:15 -08:00
parent f86e3b4725
commit b0c8cfb024
2 changed files with 123 additions and 162 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export default function Providers({
const { setCommon, setUser } = useGlobalStore();
const pathname = usePathname();
const whiteList = ['/'];
const whiteList = ['/', '/register'];
const isWhite = whiteList.includes(pathname);
useEffect(() => {