登录界面优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user