From 2891aa37d99bc458a2ce501cb4ea185b363744f4 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 20 Jul 2021 18:00:46 +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