From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/store/action-type.js | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/store/action-type.js b/src/store/action-type.js index d822bda..c65f4df 100644 --- a/src/store/action-type.js +++ b/src/store/action-type.js @@ -1,8 +1,23 @@ +// 鍒濆鍖栬彍鍗曚俊鎭� +export const MODIFY_MENUTREE = 'MODIFY_MENUTREE' + // 鍒囨崲涓昏彍鍗� export const MODIFY_MAINMENU = 'MODIFY_MAINMENU' // 灞曞紑鍚堝苟鑿滃崟鏍� export const Toggle_COLLAPSE = 'Toggle_COLLAPSE' -// 淇敼瀵艰埅鏍忚彍鍗� -export const MODIFY_TABVIEW = 'MODIFY_TABVIEW' \ No newline at end of file +// 鍒锋柊tab椤甸潰 +export const REFRESH_TABVIEW = 'REFRESH_TABVIEW' + +// 閲嶇疆缂栬緫绾у埆 +export const RESET_EDITLEVEL = 'RESET_EDITLEVEL' + +// 鍒濆鍖栨寜閽潈闄� +export const INIT_ACTIONPERMISSION = 'INIT_ACTIONPERMISSION' + +// 鍒濆鍖栬彍鍗曟潈闄� +export const INIT_MENUPERMISSION = 'INIT_MENUPERMISSION' + +// 閫�鍑� +export const LOGOUT = 'LOGOUT' \ No newline at end of file -- Gitblit v1.8.0