|
@@ -3,9 +3,10 @@ let menuData = [
|
|
|
icon: "menuIcons/index.png",
|
|
icon: "menuIcons/index.png",
|
|
|
title: "首页",
|
|
title: "首页",
|
|
|
code: "VOYAGELIST",
|
|
code: "VOYAGELIST",
|
|
|
|
|
+ path: "/index",
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
- path: "/",
|
|
|
|
|
|
|
+ path: "/index",
|
|
|
name: "首页",
|
|
name: "首页",
|
|
|
code: "VOYAGELIST",
|
|
code: "VOYAGELIST",
|
|
|
},
|
|
},
|
|
@@ -15,6 +16,7 @@ let menuData = [
|
|
|
icon: "menuIcons/ship.png",
|
|
icon: "menuIcons/ship.png",
|
|
|
title: "航次管理",
|
|
title: "航次管理",
|
|
|
code: "VOYAGEMANAGE",
|
|
code: "VOYAGEMANAGE",
|
|
|
|
|
+ path: "/voyage",
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
path: "/voyage/voyageList",
|
|
path: "/voyage/voyageList",
|
|
@@ -27,6 +29,7 @@ let menuData = [
|
|
|
icon: "menuIcons/agency.png",
|
|
icon: "menuIcons/agency.png",
|
|
|
title: "代理管理",
|
|
title: "代理管理",
|
|
|
code: "PROXYMANAGE",
|
|
code: "PROXYMANAGE",
|
|
|
|
|
+ path: "/agencyManage",
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
path: "/agencyManage/agencyCompanyList",
|
|
path: "/agencyManage/agencyCompanyList",
|
|
@@ -39,6 +42,7 @@ let menuData = [
|
|
|
icon: "menuIcons/cargo.png",
|
|
icon: "menuIcons/cargo.png",
|
|
|
title: "货种管理",
|
|
title: "货种管理",
|
|
|
code: "CARGOMANAGE",
|
|
code: "CARGOMANAGE",
|
|
|
|
|
+ path: "/cargoManage",
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
path: "/cargoManage/cargoList",
|
|
path: "/cargoManage/cargoList",
|
|
@@ -51,6 +55,7 @@ let menuData = [
|
|
|
icon: "menuIcons/account.png",
|
|
icon: "menuIcons/account.png",
|
|
|
title: "账户管理",
|
|
title: "账户管理",
|
|
|
code: "ACCOUNTMANAGE",
|
|
code: "ACCOUNTMANAGE",
|
|
|
|
|
+ path: "/accountManage",
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
path: "/accountManage/subAccountList",
|
|
path: "/accountManage/subAccountList",
|
|
@@ -68,6 +73,7 @@ let menuData = [
|
|
|
icon: "menuIcons/setting.png",
|
|
icon: "menuIcons/setting.png",
|
|
|
title: "权限管理",
|
|
title: "权限管理",
|
|
|
code: "PERMISSIONMANAGE",
|
|
code: "PERMISSIONMANAGE",
|
|
|
|
|
+ path: "/authManage",
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
path: "/authManage/departmentList",
|
|
path: "/authManage/departmentList",
|