From 55c8a4c0a1d446ed8d080df2b6f4b7f1bb357447 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Wed, 23 Apr 2025 14:27:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 ++++++------ pages/index/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 58428d7..5426877 100644 --- a/pages.json +++ b/pages.json @@ -264,12 +264,12 @@ "selectedIconPath" : "/static/images/selectHome.png", "text" : "首页" }, - { - "pagePath" : "pages/map/map", - "iconPath" : "/static/images/map.png", - "selectedIconPath" : "/static/images/selectMap.png", - "text" : "地图" - }, + // { + // "pagePath" : "pages/map/map", + // "iconPath" : "/static/images/map.png", + // "selectedIconPath" : "/static/images/selectMap.png", + // "text" : "地图" + // }, { "pagePath" : "pages/user/user", "iconPath" : "/static/images/mine.png", diff --git a/pages/index/index.vue b/pages/index/index.vue index f9a67c0..473c842 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -125,7 +125,7 @@ - + {{item.title}} @@ -295,7 +295,7 @@ }, onShow() { - // 后台文章id 4,副标题和地址切换 + // 后台文章id 4,副标题(subtitle)和地址(address)切换 this.Post({ id: 4 },'/api/article/getArticleById').then(res => {