From 438088cf1f19324b6c21430f2a64a24b92664b30 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 20 Jul 2021 17:56:05 +0800 Subject: [PATCH] 店员管理权限 --- src/store/index.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 5be4725..7f2068e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -323,9 +323,6 @@ } - - - commit(SET_FOOTER_NAV, footernav); commit(SET_USER_PAGE, userPage); commit(SET_USER_INFO, data.body); -- Gitblit v1.8.0