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