feat: 注册
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user