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 | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 39b336e..7f2068e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -294,15 +294,7 @@ console.log(userPage) - 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', @@ -329,9 +321,6 @@ path: '/user/register' }); } - - - commit(SET_FOOTER_NAV, footernav); -- Gitblit v1.8.0