From 096e1c3c3b5fcf0e3d19297b6fb83798cebfeb7c Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 5 Sep 2023 08:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages.json b/pages.json index 8c33fc9..6959412 100644 --- a/pages.json +++ b/pages.json @@ -640,38 +640,38 @@ "list": [{ "pagePath": "pages/oaHome/oaHome", "text": "首页", - "iconPath": "/static/tabs-icon/home.png", - "selectedIconPath": "/static/tabs-icon/home-a.png" + "iconPath": "static/tabs-icon/home.png", + "selectedIconPath": "static/tabs-icon/home-a.png" }, { "pagePath": "pages/oaExamine/oaExamine", "text": "审批", - "iconPath": "/static/tabs-icon/Task.png", - "selectedIconPath": "/static/tabs-icon/Task-a.png" + "iconPath": "static/tabs-icon/Task.png", + "selectedIconPath": "static/tabs-icon/Task-a.png" }, { "pagePath": "pages/oaTask/oaTask", "text": "任务", - "iconPath": "/static/tabs-icon/approval.png", - "selectedIconPath": "/static/tabs-icon/approval-a.png" + "iconPath": "static/tabs-icon/approval.png", + "selectedIconPath": "static/tabs-icon/approval-a.png" }, // { // "pagePath": "pages/oaManager/oaManager", // "text": "片区经理", - // "iconPath": "/static/tabs-icon/manager.png", - // "selectedIconPath": "/static/tabs-icon/manager-a.png" + // "iconPath": "static/tabs-icon/manager.png", + // "selectedIconPath": "static/tabs-icon/manager-a.png" // }, { "pagePath": "pages/business/business", "text": "商机", - "iconPath": "/static/tabs-icon/manager.png", - "selectedIconPath": "/static/tabs-icon/manager-a.png" + "iconPath": "static/tabs-icon/manager.png", + "selectedIconPath": "static/tabs-icon/manager-a.png" }, { "pagePath": "pages/oaMy/oaMy", "text": "我的", - "iconPath": "/static/tabs-icon/my.png", - "selectedIconPath": "/static/tabs-icon/my-a.png" + "iconPath": "static/tabs-icon/my.png", + "selectedIconPath": "static/tabs-icon/my-a.png" } ] },