From af0d8cd16a8292959ee47f875b6fda4c71dcf62f Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang Date: Mon, 17 May 2021 16:54:02 +0800 Subject: [PATCH] Merge branch '20120518-daili' into dev --- src/store/index.js | 25 +++---------------------- 1 files changed, 3 insertions(+), 22 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 8a462f1..7f2068e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -228,7 +228,7 @@ icon: 'iconshuju_h', Aicon: 'iconshuju', label: '数据', - path: '/main/home' + path: '/order/wxScore' }, { powerId: 100003, @@ -293,24 +293,8 @@ console.log(userPage) - //增加消息tabbar - if (orgType != 1 && orgType != 2) - footernav.push({ - powerId: 300000, - icon: 'iconxiaoxi_h', - Aicon: 'iconxiaoxi', - label: '消息', - path: '/main/message' - }) - if (orgType == 1 || orgType == 3 || orgType == 2) { - footernav.unshift({ - powerId: 100006, - icon: 'iconchanpin_h', - Aicon: 'iconchanpin', - label: '首页', - path: '/main/product' - }) - } + + footernav.push({ powerId: 200000, icon: 'iconguanli_h', @@ -337,9 +321,6 @@ path: '/user/register' }); } - - - commit(SET_FOOTER_NAV, footernav); -- Gitblit v1.8.0