From 03e16245b1409bfaeeb76f7ad426366e1b4cdcc9 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang
Date: Fri, 16 Apr 2021 15:36:57 +0800
Subject: [PATCH] test

---
 src/store/index.js |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index 8a462f1..39b336e 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,15 +293,7 @@
 
                 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,

--
Gitblit v1.8.0