相關代碼修改

This commit is contained in:
2018-10-28 19:46:07 +08:00
parent d7d405ecd6
commit cbed31eafd
13 changed files with 176 additions and 20 deletions

View File

@@ -6,39 +6,39 @@ window.config = {
},
{
name: "我们的方案",
url: "/facilityManagement",
url: "/ourPlan",
child: [{
name: "设施管理",
url: "/facilityManagement",
url: "/ourPlan/facilityManagement",
},
{
name: "房地产",
url: "/reaEstate",
url: "/ourPlan/reaEstate",
},
{
name: "物业管理",
url: "/estateManagement",
url: "/ourPlan/estateManagement",
},
{
name: "系统智能建筑和物联网iot",
url: "/iot",
url: "/ourPlan/iot",
},
{
name: "技术和集成",
url: "/technologyIntegration",
url: "/ourPlan/technologyIntegration",
},
]
},
{
name: "前沿",
url: "/mobileSolution",
url: "/fulEdge/mobileSolution",
child: [{
name: "移动解决方案",
url: "/mobileSolution",
url: "/fulEdge/mobileSolution",
},
{
name: "其他",
url: "/other",
url: "/fulEdge/other",
}
]
},
@@ -47,11 +47,11 @@ window.config = {
url: "/aboutUs",
child: [{
name: "与我们合作",
url: "/acooperateWithUs",
url: "/aboutUs/acooperateWithUs",
},
{
name: "丙维科技",
url: "/PropystTechnology",
url: "/aboutUs/PropystTechnology",
},
]
},