From 351667a8a0d37f2c3ef375d8c31a859475133f71 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 15 Jul 2022 19:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8,=E6=88=91=E7=9A=84=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 3a99b031..0ed1b60a 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -125,12 +125,12 @@ export default { backgroundColor: "#ffffff", list: [ {pagePath: "pages/AppHome/AppHome", text: "首页", iconPath: "static/TabBar/home.png", selectedIconPath: "static/TabBar/home_selected.png"}, - {pagePath: "pages/service/service", text: "应用", iconPath: "static/TabBar/service.png", selectedIconPath: "static/TabBar/service_selected.png"}, + {pagePath: "pages/AppModules/AppModules", text: "应用", iconPath: "static/TabBar/service.png", selectedIconPath: "static/TabBar/service_selected.png"}, { pagePath: "pages/AppEnteringVillage/AppEnteringVillage", text: "进村", iconPath: "static/TabBar/custom.png", selectedIconPath: "static/TabBar/custom_selected.png" }, - {pagePath: "pages/mine/my", text: "我的", iconPath: "static/TabBar/me.png", selectedIconPath: "static/TabBar/me_selected.png"} + {pagePath: "pages/AppMine/AppMine", text: "我的", iconPath: "static/TabBar/me.png", selectedIconPath: "static/TabBar/me_selected.png"} ] } }