let menuData = [ { icon: "el-icon-s-data", title: "航次管理", code: "VOYAGEMANAGE", items: [ { path: "/voyage/voyageList", name: "航次列表", code: "VOYAGELIST", }, ], }, { icon: "el-icon-s-data", title: "代理管理", code: "PROXYMANAGE", items: [ { path: "/agencyManage/agencyCompanyList", name: "代理公司列表", code: "PROXYLIST", }, ], }, { icon: "el-icon-s-data", title: "货种管理", code: "CARGOMANAGE", items: [ { path: "/cargoManage/cargoList", name: "货种列表", code: "CARGOLIST", }, ], }, { icon: "el-icon-s-data", title: "账户管理", code: "ACCOUNTMANAGE", items: [ { path: "/accountManage/subAccountList", name: "子账户列表", code: "ACCOUNTLIST", }, ], }, { icon: "el-icon-s-data", title: "部门权限管理", code: "PERMISSIONMANAGE", items: [ { path: "/authManage/departmentList", name: "部门列表", code: "DEPTMANAGE", }, { path: "/authManage/roleList", name: "角色列表", code: "ROLELIST", }, ], }, ]; export default menuData;