首页🐱🐱

This commit is contained in:
Kunagisa 2025-07-24 21:17:17 +08:00
parent 2a85a09bc8
commit b588915cb2
3 changed files with 1080 additions and 3 deletions

View File

@ -16,7 +16,8 @@ const routes = [
children: [
{
path: '',
redirect: '/maps'
name: 'Home',
component: () => import('@/views/index/Home.vue')
},
{
path: 'demands',

View File

@ -329,6 +329,7 @@ function handlePasswordChangeError(errorMessage) {
<i class="fas fa-bars"></i>
</button>
<div class="nav-left" :class="{ active: showMobileMenu }">
<a href="/" class="nav-link">首页</a>
<!-- 地图 一级菜单 -->
<div class="nav-dropdown">
<span class="nav-link">地图与作者推荐</span>
@ -447,8 +448,7 @@ function handlePasswordChangeError(errorMessage) {
<p>Byz解忧杂货铺</p>
</div>
<p class="beian">
<img src="../assets/备案图标.png" alt="公安备案图标" class="police-icon"/>
<a href="https://beian.miit.gov.cn/" rel="noreferrer" target="_blank">京ICP备2025120142号-1</a>
<a href="https://beian.miit.gov.cn/" rel="noreferrer" target="_blank">注册号 : 京ICP备2025120142号-1</a>
</p>
<p class="beian">
<img src="../assets/备案图标.png" alt="公安备案图标" class="police-icon"/>

1076
src/views/index/Home.vue Normal file

File diff suppressed because it is too large Load Diff