|
@@ -20,6 +20,12 @@ const HomeRoutes = {
|
|
|
meta: { title: "机场公司维护", elSvgIcon: "Fold", icon: "table" },
|
|
|
component: () => import("@/views/BasicsData/airportCompany/index.vue"),
|
|
|
},
|
|
|
+ {
|
|
|
+ path: "/BasicsData/airportInfo",
|
|
|
+ name: "AirportInfo",
|
|
|
+ meta: { title: "机场信息维护", elSvgIcon: "Fold", icon: "table" },
|
|
|
+ component: () => import("@/views/BasicsData/airportInfo/index.vue"),
|
|
|
+ },
|
|
|
{
|
|
|
path: "/BasicsData/deployNode",
|
|
|
name: "DeployNode",
|