From 6b4e897cdb41dfbbcb45b0d4667c8ad7c6d630b4 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Mon, 17 May 2021 09:09:08 +0800
Subject: [PATCH] 删除文件

---
 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