Compare commits
No commits in common. "bff5b6150046ec2b41566374648cec125154fb54" and "541b5dad538b72b6fb1f4bc87857481cd9410e89" have entirely different histories.
bff5b61500
...
541b5dad53
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue