Compare commits

...

3 Commits

Author SHA1 Message Date
ihzero bff5b61500 Merge branch 'temp' of https://gitea.peidikeji.cn/zhouhui/lcny-vue3-antd-admin into temp 2022-11-11 13:20:24 +08:00
ihzero ec9e19557a 登录 2022-11-11 13:19:59 +08:00
ihzero bbf7b663e4 修改 2022-11-11 13:08:06 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<div class="container relative h-full py-2 mx-auto sm:px-10">
<div class="flex h-full">
<div class="hidden min-h-full pl-4 mr-4 xl:flex xl:flex-col xl:w-6/12">
<AppLogo class="-enter-x" />
<!-- <AppLogo class="-enter-x" /> -->
<div class="my-auto">
<img
:alt="title"

View File

@ -6,7 +6,7 @@
:rules="getFormRules"
ref="formRef"
v-show="getShow"
@keypress.enter="handleLogin"
@keypress.enter="handleLogin('/')"
>
<FormItem name="account" class="enter-x">
<Input
@ -45,7 +45,7 @@
</ARow> -->
<FormItem class="enter-x">
<Button type="primary" size="large" block @click="handleLogin" :loading="loading">
<Button type="primary" size="large" block @click="handleLogin('/')" :loading="loading">
登录后台
</Button>
<Button size="large" class="mt-4" block @click="handleLogin('/v')" :loading="loading">