<template> <div class="app-container home flex flex-v">首页</div> </template> <script setup name="Index"> // import homePng from "@/assets/images/businesPatrol/index.png"; </script> <style scoped lang="scss"> .home { height: 100%; background: #f5f7fe; } </style>