src/store/action.js @@ -112,6 +112,14 @@ } } // 修改自定义菜单 export const modifyCustomMenu = (customMenu) => { return { type: user.MODIFY_CUSTOMMENU, customMenu: customMenu } } // 退出重置 export const logout = () => { return {