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