From bdf3641c9cc375b8f32220135e53a21d1520d55c Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 21 十一月 2024 17:41:36 +0800 Subject: [PATCH] feat:分享日计划车牌号限制 --- store/index.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/store/index.js b/store/index.js index 2433d0d..e2b3d14 100644 --- a/store/index.js +++ b/store/index.js @@ -158,6 +158,18 @@ 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 iconPath: '../../static/tabBar-icon/statistics.png', -- Gitblit v1.9.1