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 => {