<template> <view class="jyy-bg"> </view> </template> <script> export default { data() { return { }; } } </script> <style> .jyy-bg{ height: 1250upx; background-image: url("/static/access/bg.png"); } </style>