<template> <div id="app"> <router-view /> </div> </template> <script> export default { name: "app", }; </script> <style lang="scss"> #app { background-image: url("/static/images/overview/驾驶背景遮罩.png"); } </style>