登录界面优化

This commit is contained in:
2026-06-18 15:41:28 +08:00
parent 8041f5734b
commit d99af327fd
6 changed files with 331 additions and 4 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
<view class="wrap login">
<!-- 顶部背景图 -->
<view class="login-header">
<image class="login-header__bg" src="/static/images/bg.jpg" mode="widthFix" />
<image class="login-header__bg" src="/static/images/bg.jpg" mode="aspectFill" />
</view>
<!-- 登录表单卡片 -->
@@ -35,7 +35,6 @@
</template>
<script setup>
import { ref, reactive } from 'vue';
import { useUserStore } from '@/store';
const userStore = useUserStore();
const {loginForm, fetchLogin} = userStore;