<template> <div> <!-- <a href="https://server1.wh-nf.cn:8132/door"> --> <a href="https://server1.wh-nf.cn:8127/door/#/"> <svg-icon class-name="home-Filled-icon" icon-class="home-Filled" /> </a> </div> </template> <script setup> function backHome() {} </script> <style lang="scss" scoped> .home-Filled-icon { cursor: pointer; font-size: 28px; vertical-align: middle; color: #4a86ff; line-height: 50px; margin-bottom: 6px; } </style>