This commit is contained in:
张成
2025-08-25 14:08:12 +08:00
parent 3f43eb15ca
commit a993c55d3f
16 changed files with 1577 additions and 602 deletions

View File

@@ -1,57 +0,0 @@
window.config = {
menus: [{
name: "首页",
url: "/index",
child: []
},
{
name: "我们的方案",
url: "/ourPlan",
child: [{
name: "三维展示",
url: "/ourPlan/reaEstate",
},
{
name: "房地产和物业管理",
url: "/ourPlan/estateManagement",
},
{
name: "物联网iot",
url: "/ourPlan/iot",
},
{
name: "技术和集成",
url: "/ourPlan/technologyIntegration",
},
]
},
{
name: "前沿",
url: "/fulEdge",
child: [{
name: "移动解决方案",
url: "/fulEdge/mobileSolution",
},
{
name: "其他",
url: "/fulEdge/other",
}
]
},
{
name: "关于我们",
url: "/aboutUs",
child: [{
name: "与我们合作",
url: "/aboutUs/cooperateWithUs",
},
{
name: "丙维科技",
url: "/aboutUs/propystTechnology",
},
]
},
]
}