This commit is contained in:
hh
2021-12-31 17:24:58 +08:00
parent cab6a9cfa8
commit 6c59ae9f7f
12 changed files with 595 additions and 28 deletions

View File

@ -0,0 +1,9 @@
<template>
<div class="webFooter">
页面底部
</div>
</template>
<script setup lang="ts">
import { onMounted, reactive, watch } from "vue";
</script>

View File

@ -9,8 +9,8 @@
<li class="menu-item1">
<div
class="menu-item-tit"
:class="pagePath == '' ? 'active' : ''"
@click="handlePath('')"
:class="pagePath == '/' ? 'active' : ''"
@click="handlePath('/')"
>
首页
</div>
@ -136,7 +136,7 @@ dt {
list-style: none;
}
.webHead {
position: absolute;
position: fixed;
z-index: 2001;
top: 0;
left: 0;