From aa8f8f7e7358058ea76318281b2b7abd161d9e94 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Wed, 22 Feb 2023 14:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=97=E7=AE=A1=E7=90=86=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=A7=8D=E6=A4=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.js | 2 +- pages/massif/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.js b/pages.js index 7603931..7bf1229 100644 --- a/pages.js +++ b/pages.js @@ -16,7 +16,7 @@ module.exports = hot((pagesJson)=>{ backgroundColor:"#fff", list:[ {pagePath:"pages/home/index",visible:true,text:"首页",iconPath: "/static/tab_home.png",selectedIconPath: "/static/tab_home_active.png"}, - {pagePath:"pages/massif/index",text:"地块管理",iconPath: "/static/tab_massif.png",selectedIconPath: "/static/tab_massif_active.png"}, + {pagePath:"pages/massif/index",text:"种植管理",iconPath: "/static/tab_massif.png",selectedIconPath: "/static/tab_massif_active.png"}, {pagePath:"pages/home/my",text:"我的",iconPath: "/static/tab_my.png",selectedIconPath: "/static/tab_my_active.png"}, ] }, diff --git a/pages/massif/index.vue b/pages/massif/index.vue index b27b265..c7050a3 100644 --- a/pages/massif/index.vue +++ b/pages/massif/index.vue @@ -78,7 +78,7 @@