Merge branch 'main' into example

This commit is contained in:
Soybean
2024-06-06 23:33:41 +08:00
28 changed files with 239 additions and 65 deletions

View File

@@ -6,7 +6,7 @@ import { useFormRules, useNaiveForm } from '@/hooks/common/form';
import { useCaptcha } from '@/hooks/business/captcha';
defineOptions({
name: 'CodeLogin'
name: 'Register'
});
const { toggleLoginModule } = useRouterPush();