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