|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<template v-if="getShow"> |
|
|
|
<div v-if="getShow"> |
|
|
|
<LoginFormTitle class="enter-x" /> |
|
|
|
<LoginFormTitle class="enter-x" /> |
|
|
|
<Form class="p-4 enter-x" :model="formData" :rules="getFormRules" ref="formRef"> |
|
|
|
<Form class="p-4 enter-x" :model="formData" :rules="getFormRules" ref="formRef"> |
|
|
|
<FormItem name="account" class="enter-x"> |
|
|
|
<FormItem name="account" class="enter-x"> |
|
|
@ -37,7 +37,7 @@ |
|
|
|
{{ t('sys.login.backSignIn') }} |
|
|
|
{{ t('sys.login.backSignIn') }} |
|
|
|
</Button> |
|
|
|
</Button> |
|
|
|
</Form> |
|
|
|
</Form> |
|
|
|
</template> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<script lang="ts" setup> |
|
|
|
<script lang="ts" setup> |
|
|
|
import { reactive, ref, unref, computed } from 'vue' |
|
|
|
import { reactive, ref, unref, computed } from 'vue' |
|
|
|