<template> <div id="WangJiaPIng"></div> </template> <script setup name="WangJiaPIng"> import { ref, reactive, toRefs, onMounted } from "vue"; const AllData = reactive({}); onMounted(() => {}); </script> <style lang="scss" scoped> #WangJiaPIng { width: 100%; height: 100%; position: absolute; background: url("@/assets/images/Sponge_screen/QiaoLiang/BIM.png") no-repeat center center; } </style>