From 5b2a950acf53ef3deb57e6b65722cd6877516773 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 25 十月 2023 17:26:32 +0800 Subject: [PATCH] 再生 bugfix --- store/index.js | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/store/index.js b/store/index.js index e78739e..0878a06 100644 --- a/store/index.js +++ b/store/index.js @@ -43,12 +43,13 @@ text: '鎴戠殑' } ], - three: [{ - pagePath: 'pages/tabbar-page/index-tabbar/index-tabbar', - iconPath: '../../static/tabBar-icon/home.png', - selectedIconPath: '../../static/tabBar-icon/homeblue.png', - text: '棣栭〉' - }, + three: [ + // { + // pagePath: 'pages/tabbar-page/index-tabbar/index-tabbar', + // iconPath: '../../static/tabBar-icon/home.png', + // selectedIconPath: '../../static/tabBar-icon/homeblue.png', + // text: '棣栭〉' + // }, { pagePath: 'pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan', iconPath: '../../static/tabBar-icon/checking.png', -- Gitblit v1.9.1