From 7d645c7400191c513295c075359c650dbe17808d Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <l287285524@qq.com>
Date: Sun, 07 Nov 2021 18:20:10 +0800
Subject: [PATCH] 门店管理

---
 src/store/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index d3ff808..f8f15a0 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -304,6 +304,14 @@
                             path: '/user/register'
                         });
                     }
+                    if (orgType === 1) {   // 代理角色新增门店管理功能
+                        userPage.push({
+                            powerId: 100004,
+                            icon: 'iconshanghuguanli',
+                            label: '门店管理',
+                            path: '/mine/stores'
+                        });
+                    }
                     commit(SET_FOOTER_NAV, footernav);
                     commit(SET_USER_PAGE, userPage);
                     commit(SET_USER_INFO, data.body);

--
Gitblit v1.8.0