From d4f4804aeedb44d81b7518cd5469abcb0c215d6b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 29 十月 2019 16:12:32 +0800 Subject: [PATCH] level1 menu --- src/store/action.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index e73abfb..071fda0 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -60,4 +60,12 @@ type: user.RESET_EDITSTATE, editState } +} + +// 閲嶇疆缂栬緫绾у埆 +export const resetEditLevel = (editLevel) => { + return { + type: user.RESET_EDITLEVEL, + editLevel + } } \ No newline at end of file -- Gitblit v1.8.0