fix:注册界面少了 excludeLoginPath 排除登录拦截

This commit is contained in:
YunaiV
2025-12-23 13:07:20 +08:00
parent 512fe664df
commit 8f159a8ea2

View File

@@ -109,6 +109,7 @@ definePage({
style: {
navigationStyle: 'custom',
},
excludeLoginPath: true,
})
const toast = useToast()