feat 安全检测

This commit is contained in:
duanliang
2024-12-18 17:00:46 +08:00
parent 4a12039789
commit 8114a56034
21 changed files with 1338 additions and 1270 deletions

View File

@@ -18,7 +18,9 @@
<span>{{ name }}</span>
</div>
<ul class="nav-right">
<li class="nav-right-item" v-for="(item, index) in navRight" :key="index">
<li class="nav-right-item"
@click="handleNav(item, index)"
v-for="(item, index) in navRight" :key="index">
{{ item.name }}
</li>
</ul>