Newer
Older
Nanping_sponge_JXKH / src / components / BackHome / index.vue
@liyingjing liyingjing on 25 Oct 451 bytes 海绵绩效考个

<template>
  <div>
    <a href="http://192.168.1.39:8132/door">
      <!-- <svg-icon class-name="home-Filled-icon" icon-class="home-Filled" /> -->
      <el-icon><HomeFilled /></el-icon>
    </a>
  </div>
</template>

<script setup>
function backHome() {}
</script>

<style lang="scss" scoped>
.home-Filled-icon {
  cursor: pointer;
  font-size: 28px;
  vertical-align: middle;
  color: #5a5e66;
  line-height: 50px;
  margin-bottom: 6px;
}
</style>