feat: 增加register2页面
CI / build (20.15.1) (push) Has been cancelled

This commit is contained in:
2025-12-11 06:31:19 -08:00
parent b0c8cfb024
commit f7fa3a46d2
10 changed files with 722 additions and 16 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export default function Providers({
const { setCommon, setUser } = useGlobalStore();
const pathname = usePathname();
const whiteList = ['/', '/register'];
const whiteList = ['/', '/register', '/register2'];
const isWhite = whiteList.includes(pathname);
useEffect(() => {