From e582d72465583b0ec3d9d3efe7fbbb9946c8980a Mon Sep 17 00:00:00 2001
From: liangjin <liangjin@finlean.com>
Date: Fri, 23 Apr 2021 10:25:06 +0800
Subject: [PATCH] 和微分改造
---
src/store/index.js | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/src/store/index.js b/src/store/index.js
index 39b336e..5be4725 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',
--
Gitblit v1.8.0