首页🐱🐱
This commit is contained in:
parent
2a85a09bc8
commit
b588915cb2
@ -16,7 +16,8 @@ const routes = [
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
redirect: '/maps'
|
name: 'Home',
|
||||||
|
component: () => import('@/views/index/Home.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'demands',
|
path: 'demands',
|
||||||
|
@ -329,6 +329,7 @@ function handlePasswordChangeError(errorMessage) {
|
|||||||
<i class="fas fa-bars"></i>
|
<i class="fas fa-bars"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="nav-left" :class="{ active: showMobileMenu }">
|
<div class="nav-left" :class="{ active: showMobileMenu }">
|
||||||
|
<a href="/" class="nav-link">首页</a>
|
||||||
<!-- 地图 一级菜单 -->
|
<!-- 地图 一级菜单 -->
|
||||||
<div class="nav-dropdown">
|
<div class="nav-dropdown">
|
||||||
<span class="nav-link">地图与作者推荐</span>
|
<span class="nav-link">地图与作者推荐</span>
|
||||||
@ -447,8 +448,7 @@ function handlePasswordChangeError(errorMessage) {
|
|||||||
<p>Byz解忧杂货铺</p>
|
<p>Byz解忧杂货铺</p>
|
||||||
</div>
|
</div>
|
||||||
<p class="beian">
|
<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>
|
||||||
<p class="beian">
|
<p class="beian">
|
||||||
<img src="../assets/备案图标.png" alt="公安备案图标" class="police-icon"/>
|
<img src="../assets/备案图标.png" alt="公安备案图标" class="police-icon"/>
|
||||||
|
1076
src/views/index/Home.vue
Normal file
1076
src/views/index/Home.vue
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user