fix: 修复登录页背景图加载失败问题

This commit is contained in:
xiaoQQya
2025-06-25 10:19:57 +08:00
parent b2000cba9a
commit 6659779d91

View File

@@ -7,7 +7,7 @@
width: 100%;
height: 100vh;
display: flex;
background-image: url(/static/images/bg19.webp);
background-image: url(/static/images/bg19.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;"
@@ -61,7 +61,7 @@
</template>
<script>
import { validUsername } from '@/utils/validate'
import {validUsername} from '@/utils/validate'
export default {
name: 'Login',