feat: 注册

This commit is contained in:
汪少伟
2025-03-18 14:40:33 +08:00
parent ff6e140045
commit a620eefcbb

View File

@@ -784,7 +784,7 @@ onUnmounted(() => {
:class="['login-modal', formType === 'login' ? 'login-modal-l' : 'login-modal-r']" :class="['login-modal', formType === 'login' ? 'login-modal-l' : 'login-modal-r']"
> >
<template #default> <template #default>
<iframe src="https://gitcode.com/login/?be_nested=1"></iframe> <iframe :src="`https://gitcode.com/${formType || 'login'}/?be_nested=1`"></iframe>
</template> </template>
</Modal> </Modal>
</template> </template>