From 362f5c666a7bf22aeec6688bf6b0ca28749a5abd Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Fri, 14 May 2021 18:19:34 +0800 Subject: [PATCH] 和微分 --- 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