From 5d993fd4f755d92d7103f327df42a46051146d5d Mon Sep 17 00:00:00 2001 From: wk Date: 星期一, 23 九月 2024 14:20:53 +0800 Subject: [PATCH] feat:分享日计划 --- store/index.js | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/store/index.js b/store/index.js index 5de4632..e2b3d14 100644 --- a/store/index.js +++ b/store/index.js @@ -157,18 +157,18 @@ // #endif text: '棣栭〉' }, - // { - // pagePath: 'pages/loadUnload-page/historyOrder/index', - // //#ifdef MP-WEIXIN - // iconPath: '../../static/tabBar-icon/home.png', - // selectedIconPath: '../../static/tabBar-icon/homeblue.png', - // // #endif - // //#ifdef H5 - // iconPath: '/static/tabBar-icon/home.png', - // selectedIconPath: '/static/tabBar-icon/homeblue.png', - // // #endif - // text: '鍘嗗彶鏀跺彂鍗�' - // }, + { + pagePath: 'pages/loadUnload-page/historyOrder/index', + //#ifdef MP-WEIXIN + iconPath: '../../static/tabBar-icon/home.png', + selectedIconPath: '../../static/tabBar-icon/homeblue.png', + // #endif + //#ifdef H5 + iconPath: '/static/tabBar-icon/home.png', + selectedIconPath: '/static/tabBar-icon/homeblue.png', + // #endif + text: '鍘嗗彶鏀跺彂鍗�' + }, { pagePath: 'pages/loadUnload-page/orderPlanList/index', //#ifdef MP-WEIXIN -- Gitblit v1.9.1