diff --git a/src/assets/static/config.js b/src/assets/static/config.js
index d919578..fc1db30 100644
--- a/src/assets/static/config.js
+++ b/src/assets/static/config.js
@@ -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",
},
]
},
diff --git a/src/components/leftMenu.vue b/src/components/leftMenu.vue
index 6222375..64e5ed5 100644
--- a/src/components/leftMenu.vue
+++ b/src/components/leftMenu.vue
@@ -63,6 +63,8 @@
+
+
diff --git a/src/views/aboutUs/propystTechnology.vue b/src/views/aboutUs/propystTechnology.vue
index e69de29..9d7b711 100644
--- a/src/views/aboutUs/propystTechnology.vue
+++ b/src/views/aboutUs/propystTechnology.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/fulEdge/mobileSolution.vue b/src/views/fulEdge/mobileSolution.vue
index e69de29..9d7b711 100644
--- a/src/views/fulEdge/mobileSolution.vue
+++ b/src/views/fulEdge/mobileSolution.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/fulEdge/other.vue b/src/views/fulEdge/other.vue
index e69de29..9d7b711 100644
--- a/src/views/fulEdge/other.vue
+++ b/src/views/fulEdge/other.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/infoDtl.vue b/src/views/infoDtl.vue
index 6c9a22d..9d7b711 100644
--- a/src/views/infoDtl.vue
+++ b/src/views/infoDtl.vue
@@ -14,7 +14,7 @@