mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-21 21:07:49 +08:00
fix: 修复登录页背景图加载失败问题
This commit is contained in:
parent
b2000cba9a
commit
6659779d91
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user