From e1c516bbc63ebf94b2f7e1c557e2a68af45db169 Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 01 Aug 2022 14:52:50 +0800
Subject: [PATCH] 错字修改

---
 src/router/page/index.js                                    |  783 +++++++++++++++++++++++++++------------------------
 src/api/pc/label.js                                         |    4 
 src/api/pc/orgnav/index.js                                  |    4 
 src/api/mobile/ip/index.js                                  |    4 
 src/components/mobilePopupOurAfter/index.vue                |    2 
 src/api/mobile/buildsClock/buildsClock.js                   |   14 
 src/api/mobile/outIn/index.js                               |    4 
 src/api/mobile/orgnav/index.js                              |    6 
 src/components/map/components/campusBuildingSearch copy.vue |    2 
 src/pcviews/orgnav/masses.vue                               |    4 
 src/api/mobile/hd/hd.js                                     |   18 
 11 files changed, 448 insertions(+), 397 deletions(-)

diff --git a/src/api/mobile/buildsClock/buildsClock.js b/src/api/mobile/buildsClock/buildsClock.js
index a81e77d..7215c22 100644
--- a/src/api/mobile/buildsClock/buildsClock.js
+++ b/src/api/mobile/buildsClock/buildsClock.js
@@ -4,13 +4,13 @@
  * @Last Modified by: mikey.zhaopeng
  * @Last Modified time: 2022-02-08 15:20:47
  */
-// 党群机构
+// 党政机构
 import request from "@/router/axios";
 
 export const getBuildClock = (params) => {
-  return request({
-    url: `/blade-architecture/architecture/detail`,
-    method: "get",
-    params: params,
-  });
-};
+    return request({
+        url: `/blade-architecture/architecture/detail`,
+        method: "get",
+        params: params,
+    });
+};
\ No newline at end of file
diff --git a/src/api/mobile/hd/hd.js b/src/api/mobile/hd/hd.js
index f2f03bd..9cc0765 100644
--- a/src/api/mobile/hd/hd.js
+++ b/src/api/mobile/hd/hd.js
@@ -4,19 +4,19 @@
  * @Last Modified by: liu
  * @Last Modified time: 2022-01-14 17:35:21
  */
-// 党群机构
+// 党政机构
 import request from "@/router/axios";
 
 export const getActivity = (params) => {
-  return request({
-    url: `blade-hd/hd/list`,
-    method: "get",
-  });
+    return request({
+        url: `blade-hd/hd/list`,
+        method: "get",
+    });
 };
 
 export const getdetail = (id) => {
-  return request({
-    url: `blade-hd/hd/detail?id=` + id,
-    method: "get",
-  });
+    return request({
+        url: `blade-hd/hd/detail?id=` + id,
+        method: "get",
+    });
 };
\ No newline at end of file
diff --git a/src/api/mobile/ip/index.js b/src/api/mobile/ip/index.js
index 93f5a6e..21ac4cb 100644
--- a/src/api/mobile/ip/index.js
+++ b/src/api/mobile/ip/index.js
@@ -4,7 +4,7 @@
  * @Last Modified by: liu
  * @Last Modified time: 2021-12-15 16:43:48
  */
-// 党群机构
+// 党政机构
 import request from '@/router/axios'
 
 export const getIp = (params) => {
@@ -15,4 +15,4 @@
         method: 'get',
         // params: params
     })
-}
+}
\ No newline at end of file
diff --git a/src/api/mobile/orgnav/index.js b/src/api/mobile/orgnav/index.js
index 1a86161..64c5daa 100644
--- a/src/api/mobile/orgnav/index.js
+++ b/src/api/mobile/orgnav/index.js
@@ -4,13 +4,13 @@
  * @Last Modified by: liu
  * @Last Modified time: 2021-12-20 11:57:07
  */
-// 党群机构
+// 党政机构
 import request from '@/router/axios'
 
-export const getList = (params) => { //获取党群机构
+export const getList = (params) => { //获取党政机构
     return request({
         url: 'blade-mechanism/mechanism/list',
         method: 'get',
         params: params
     })
-}
+}
\ No newline at end of file
diff --git a/src/api/mobile/outIn/index.js b/src/api/mobile/outIn/index.js
index 96de938..cc417b9 100644
--- a/src/api/mobile/outIn/index.js
+++ b/src/api/mobile/outIn/index.js
@@ -7,10 +7,10 @@
 // 出入口
 import request from '@/router/axios'
 
-export const getListdoor = (params) => { //获取党群机构
+export const getListdoor = (params) => { //获取党政机构
     return request({
         url: 'blade-door/door/list',
         method: 'get',
         params: params
     })
-}
+}
\ No newline at end of file
diff --git a/src/api/pc/label.js b/src/api/pc/label.js
index 2eb26bd..cb4b7db 100644
--- a/src/api/pc/label.js
+++ b/src/api/pc/label.js
@@ -4,7 +4,7 @@
  * @Last Modified by: Morpheus
  * @Last Modified time: 2022-04-29 16:53:53
  */
-// 党群机构
+// 党政机构
 import request from '@/router/axios'
 
 export const setlabel = (data) => {
@@ -41,4 +41,4 @@
             ids: id
         }
     })
-}
+}
\ No newline at end of file
diff --git a/src/api/pc/orgnav/index.js b/src/api/pc/orgnav/index.js
index 0b8271c..2627334 100644
--- a/src/api/pc/orgnav/index.js
+++ b/src/api/pc/orgnav/index.js
@@ -4,7 +4,7 @@
  * @Last Modified by: Morpheus
  * @Last Modified time: 2021-12-14 08:58:30
  */
-// 党群机构
+// 党政机构
 import request from '@/router/axios'
 
 export const getList = (params) => {
@@ -13,4 +13,4 @@
         method: 'get',
         params: params
     })
-}
+}
\ No newline at end of file
diff --git a/src/components/map/components/campusBuildingSearch copy.vue b/src/components/map/components/campusBuildingSearch copy.vue
index 4752390..6580cd1 100644
--- a/src/components/map/components/campusBuildingSearch copy.vue
+++ b/src/components/map/components/campusBuildingSearch copy.vue
@@ -50,7 +50,7 @@
             shortcutList: [
                 // {
                 //     bgimg: '/img/search/org.png',
-                //     title: '党群机构',
+                //     title: '党政机构',
                 //     type: 'orgnav',
                 //     path: '/pcLayout/default/orgnav/masses',
                 //     code: 1
diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index f57a47e..94744ff 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -152,7 +152,7 @@
             ],
             // 全部调用数据
             openData1: [
-                { name: '党群机构', type: 1, method: getList },
+                { name: '党政机构', type: 1, method: getList },
                 { name: '职能部处', type: 2, method: getList },
                 { name: '直属及附属单位', type: 3, method: getList },
                 { name: '教学与科研机构', type: 4, method: getList },
diff --git a/src/pcviews/orgnav/masses.vue b/src/pcviews/orgnav/masses.vue
index 85ab385..67bedde 100644
--- a/src/pcviews/orgnav/masses.vue
+++ b/src/pcviews/orgnav/masses.vue
@@ -1,4 +1,4 @@
-/* * @Author: Morpheus * @Name: 党群机构 * @Date: 2021-11-15 10:02:12 * @Last
+/* * @Author: Morpheus * @Name: 党政机构 * @Date: 2021-11-15 10:02:12 * @Last
 Modified by: Morpheus * @Last Modified time: 2021-12-30 14:25:52 */
 <template>
     <div></div>
@@ -28,7 +28,7 @@
             this.$store.commit('SET_ARCNAVBARCODE', '')
             this.$store.commit('SET_ARCNAVBARFLAG', false)
         }
-        this.$store.commit('SET_ORGNAVBARTITLE', '党群机构')
+        this.$store.commit('SET_ORGNAVBARTITLE', '党政机构')
         this.$store.commit('SET_ORGNAVBARLIST', [])
 
         this.$store.commit('SET_ORGNAVBARFLAG', true)
diff --git a/src/router/page/index.js b/src/router/page/index.js
index 21e26d8..1e96f23 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -9,61 +9,112 @@
 import VueRouter from 'vue-router'
 Vue.use(VueRouter)
 
-const large = () => import('../../pcviews/large/index.vue')
+const large = () =>
+    import ('../../pcviews/large/index.vue')
 
-const pcLayout = () => import('../../pcLayout/index.vue')
-const pcHome = () => import('../../pcviews/home/index.vue')
-const pcMapnav = () => import('../../pcviews/mapnav/index.vue')
-const pcOrgnav = () => import('../../pcviews/orgnav/index.vue')
-const pcOrgnavMasses = () => import('../../pcviews/orgnav/masses.vue')
-const pcOrgnavOfc = () => import('../../pcviews/orgnav/ofc.vue')
-const pcOrgnavDirectly = () => import('../../pcviews/orgnav/directly.vue')
-const pcOrgnavTeaching = () => import('../../pcviews/orgnav/teaching.vue')
-const pcOrgnavRest = () => import('../../pcviews/orgnav/rest.vue')
-const pcArc = () => import('../../pcviews/arc/index.vue')
-const pcArcEdifact = () => import('../../pcviews/arc/edifact.vue')
-const pcArcTeaching = () => import('../../pcviews/arc/teaching.vue')
-const pcArcVenue = () => import('../../pcviews/arc/venue.vue')
-const pcArcDorm = () => import('../../pcviews/arc/dorm.vue')
-const pcArcCulture = () => import('../../pcviews/arc/culture.vue')
-const pcArcFamily = () => import('../../pcviews/arc/family.vue')
-const pcArcRest = () => import('../../pcviews/arc/rest.vue')
-const pcService = () => import('../../pcviews/service/index.vue')
-const pcServiceCanteen = () => import('../../pcviews/service/canteen.vue')
-const pcServiceSupermarket = () => import('../../pcviews/service/supermarket.vue')
-const pcServiceMedical = () => import('../../pcviews/service/medical.vue')
-const pcServiceExpress = () => import('../../pcviews/service/express.vue')
-const pcServiceShowers = () => import('../../pcviews/service/showers.vue')
-const pcServiceTransfer = () => import('../../pcviews/service/transfer.vue')
-const pcServiceCopy = () => import('../../pcviews/service/copy.vue')
-const pcServiceBank = () => import('../../pcviews/service/bank.vue')
-const pcServiceAed = () => import('../../pcviews/service/aed.vue')
-const pcServiceService = () => import('../../pcviews/service/service.vue')
-const pcServicePark = () => import('../../pcviews/service/park.vue')
-const pcServiceAlleyway = () => import('../../pcviews/service/alleyway.vue')
-const pcAllquery = () => import('../../pcviews/allquery/index.vue')
-const pcCampusnav = () => import('../../pcviews/campusnav/index.vue')
-const pcCampusnavi = () => import('../../pcviews/campusnavi/index.vue')
+const pcLayout = () =>
+    import ('../../pcLayout/index.vue')
+const pcHome = () =>
+    import ('../../pcviews/home/index.vue')
+const pcMapnav = () =>
+    import ('../../pcviews/mapnav/index.vue')
+const pcOrgnav = () =>
+    import ('../../pcviews/orgnav/index.vue')
+const pcOrgnavMasses = () =>
+    import ('../../pcviews/orgnav/masses.vue')
+const pcOrgnavOfc = () =>
+    import ('../../pcviews/orgnav/ofc.vue')
+const pcOrgnavDirectly = () =>
+    import ('../../pcviews/orgnav/directly.vue')
+const pcOrgnavTeaching = () =>
+    import ('../../pcviews/orgnav/teaching.vue')
+const pcOrgnavRest = () =>
+    import ('../../pcviews/orgnav/rest.vue')
+const pcArc = () =>
+    import ('../../pcviews/arc/index.vue')
+const pcArcEdifact = () =>
+    import ('../../pcviews/arc/edifact.vue')
+const pcArcTeaching = () =>
+    import ('../../pcviews/arc/teaching.vue')
+const pcArcVenue = () =>
+    import ('../../pcviews/arc/venue.vue')
+const pcArcDorm = () =>
+    import ('../../pcviews/arc/dorm.vue')
+const pcArcCulture = () =>
+    import ('../../pcviews/arc/culture.vue')
+const pcArcFamily = () =>
+    import ('../../pcviews/arc/family.vue')
+const pcArcRest = () =>
+    import ('../../pcviews/arc/rest.vue')
+const pcService = () =>
+    import ('../../pcviews/service/index.vue')
+const pcServiceCanteen = () =>
+    import ('../../pcviews/service/canteen.vue')
+const pcServiceSupermarket = () =>
+    import ('../../pcviews/service/supermarket.vue')
+const pcServiceMedical = () =>
+    import ('../../pcviews/service/medical.vue')
+const pcServiceExpress = () =>
+    import ('../../pcviews/service/express.vue')
+const pcServiceShowers = () =>
+    import ('../../pcviews/service/showers.vue')
+const pcServiceTransfer = () =>
+    import ('../../pcviews/service/transfer.vue')
+const pcServiceCopy = () =>
+    import ('../../pcviews/service/copy.vue')
+const pcServiceBank = () =>
+    import ('../../pcviews/service/bank.vue')
+const pcServiceAed = () =>
+    import ('../../pcviews/service/aed.vue')
+const pcServiceService = () =>
+    import ('../../pcviews/service/service.vue')
+const pcServicePark = () =>
+    import ('../../pcviews/service/park.vue')
+const pcServiceAlleyway = () =>
+    import ('../../pcviews/service/alleyway.vue')
+const pcAllquery = () =>
+    import ('../../pcviews/allquery/index.vue')
+const pcCampusnav = () =>
+    import ('../../pcviews/campusnav/index.vue')
+const pcCampusnavi = () =>
+    import ('../../pcviews/campusnavi/index.vue')
 
-const pcSpecialmap = () => import('../../pcviews/specialmap/index.vue')
-const pcSpecialmapCelebrate = () => import('../../pcviews/specialmap/celebrate.vue')
-const pcSpecialmapWelcome = () => import('../../pcviews/specialmap/welcome.vue')
+const pcSpecialmap = () =>
+    import ('../../pcviews/specialmap/index.vue')
+const pcSpecialmapCelebrate = () =>
+    import ('../../pcviews/specialmap/celebrate.vue')
+const pcSpecialmapWelcome = () =>
+    import ('../../pcviews/specialmap/welcome.vue')
 
-const pcTool = () => import('../../pcviews/tool/index.vue')
-const pcToolDownload = () => import('../../pcviews/tool/download.vue')
-const pcToolSign = () => import('../../pcviews/tool/sign.vue')
-const pcToolRanging = () => import('../../pcviews/tool/ranging.vue')
-const pcToolArea = () => import('../../pcviews/tool/area.vue')
-const pcToolLayerManage = () => import('../../pcviews/tool/layer-manage.vue')
+const pcTool = () =>
+    import ('../../pcviews/tool/index.vue')
+const pcToolDownload = () =>
+    import ('../../pcviews/tool/download.vue')
+const pcToolSign = () =>
+    import ('../../pcviews/tool/sign.vue')
+const pcToolRanging = () =>
+    import ('../../pcviews/tool/ranging.vue')
+const pcToolArea = () =>
+    import ('../../pcviews/tool/area.vue')
+const pcToolLayerManage = () =>
+    import ('../../pcviews/tool/layer-manage.vue')
 
-const pcTechnique = () => import('../../pcviews/technique/index.vue')
-const pcTechniqueMapData = () => import('../../pcviews/technique/map.vue')
-const pcTechniqueVideo = () => import('../../pcviews/technique/video.vue')
-const pcTechniqueData = () => import('../../pcviews/technique/data.vue')
-const pcTechniqueTurf = () => import('../../pcviews/technique/turf.vue')
-const pcTechniqueSpace = () => import('../../pcviews/technique/space.vue')
-const pcTechniqueGraph = () => import('../../pcviews/technique/graph.vue')
-const pcTechniquePath = () => import('../../pcviews/technique/path.vue')
+const pcTechnique = () =>
+    import ('../../pcviews/technique/index.vue')
+const pcTechniqueMapData = () =>
+    import ('../../pcviews/technique/map.vue')
+const pcTechniqueVideo = () =>
+    import ('../../pcviews/technique/video.vue')
+const pcTechniqueData = () =>
+    import ('../../pcviews/technique/data.vue')
+const pcTechniqueTurf = () =>
+    import ('../../pcviews/technique/turf.vue')
+const pcTechniqueSpace = () =>
+    import ('../../pcviews/technique/space.vue')
+const pcTechniqueGraph = () =>
+    import ('../../pcviews/technique/graph.vue')
+const pcTechniquePath = () =>
+    import ('../../pcviews/technique/path.vue')
 
 const routes = [
     // 大屏页面
@@ -93,336 +144,336 @@
                 title: '系统首页'
             },
             children: [{
-                path: 'mapnav',
-                component: pcMapnav,
-                meta: {
-                    title: '地图导览'
-                }
-            },
-            {
-                path: 'orgnav',
-                component: pcOrgnav,
-                meta: {
-                    title: '校区内机构导览'
-                },
-                children: [{
-                    path: 'masses',
-                    component: pcOrgnavMasses,
+                    path: 'mapnav',
+                    component: pcMapnav,
                     meta: {
-                        title: '党群机构'
+                        title: '地图导览'
                     }
                 },
                 {
-                    path: 'ofc',
-                    component: pcOrgnavOfc,
+                    path: 'orgnav',
+                    component: pcOrgnav,
                     meta: {
-                        title: '职能部处'
-                    }
-                }, {
-                    path: 'directly',
-                    component: pcOrgnavDirectly,
-                    meta: {
-                        title: '直属及附属单位'
-                    }
+                        title: '校区内机构导览'
+                    },
+                    children: [{
+                            path: 'masses',
+                            component: pcOrgnavMasses,
+                            meta: {
+                                title: '党政机构'
+                            }
+                        },
+                        {
+                            path: 'ofc',
+                            component: pcOrgnavOfc,
+                            meta: {
+                                title: '职能部处'
+                            }
+                        }, {
+                            path: 'directly',
+                            component: pcOrgnavDirectly,
+                            meta: {
+                                title: '直属及附属单位'
+                            }
+                        },
+                        {
+                            path: 'teaching',
+                            component: pcOrgnavTeaching,
+                            meta: {
+                                title: '教学与科研机构'
+                            }
+                        }, {
+                            path: 'rest',
+                            component: pcOrgnavRest,
+                            meta: {
+                                title: '其他机构'
+                            }
+                        }
+                    ]
                 },
                 {
-                    path: 'teaching',
-                    component: pcOrgnavTeaching,
+                    path: 'arc',
+                    component: pcArc,
                     meta: {
-                        title: '教学与科研机构'
-                    }
-                }, {
-                    path: 'rest',
-                    component: pcOrgnavRest,
-                    meta: {
-                        title: '其他机构'
-                    }
-                }
-                ]
-            },
-            {
-                path: 'arc',
-                component: pcArc,
-                meta: {
-                    title: '校区内建筑'
-                },
-                children: [{
-                    path: 'edifact',
-                    component: pcArcEdifact,
-                    meta: {
-                        title: '行政办公'
-                    }
-                },
-                {
-                    path: 'teaching',
-                    component: pcArcTeaching,
-                    meta: {
-                        title: '教学科研'
-                    }
-                }, {
-                    path: 'venue',
-                    component: pcArcVenue,
-                    meta: {
-                        title: '校区场馆'
-                    }
-                },
-                {
-                    path: 'dorm',
-                    component: pcArcDorm,
-                    meta: {
-                        title: '校区宿舍'
-                    }
-                }, {
-                    path: 'culture',
-                    component: pcArcCulture,
-                    meta: {
-                        title: '文化风景'
-                    }
-                },
-                {
-                    path: 'family',
-                    component: pcArcFamily,
-                    meta: {
-                        title: '家属住宅'
-                    }
-                }, {
-                    path: 'rest',
-                    component: pcArcRest,
-                    meta: {
-                        title: '主要楼宇'
-                    }
-                }
-                ]
-            },
-            {
-                path: 'service',
-                component: pcService,
-                meta: {
-                    title: '生活服务设施'
-                },
-                children: [{
-                    path: 'canteen',
-                    component: pcServiceCanteen,
-                    meta: {
-                        title: '食堂餐厅'
-                    }
-                },
-                {
-                    path: 'supermarket',
-                    component: pcServiceSupermarket,
-                    meta: {
-                        title: '购物超市'
-                    }
-                }, {
-                    path: 'medical',
-                    component: pcServiceMedical,
-                    meta: {
-                        title: '校区内医疗'
-                    }
-                },
-                {
-                    path: 'express',
-                    component: pcServiceExpress,
-                    meta: {
-                        title: '邮寄快递'
-                    }
-                }, {
-                    path: 'showers',
-                    component: pcServiceShowers,
-                    meta: {
-                        title: '校区浴室'
-                    }
-                },
-                {
-                    path: 'transfer',
-                    component: pcServiceTransfer,
-                    meta: {
-                        title: '圈存机'
-                    }
-                },
-                {
-                    path: 'copy',
-                    component: pcServiceCopy,
-                    meta: {
-                        title: '打字复印'
-                    }
-                },
-                {
-                    path: 'bank',
-                    component: pcServiceBank,
-                    meta: {
-                        title: '银行网点'
-                    }
-                }, {
-                    path: 'aed',
-                    component: pcServiceAed,
-                    meta: {
-                        title: 'AED'
-                    }
+                        title: '校区内建筑'
+                    },
+                    children: [{
+                            path: 'edifact',
+                            component: pcArcEdifact,
+                            meta: {
+                                title: '行政办公'
+                            }
+                        },
+                        {
+                            path: 'teaching',
+                            component: pcArcTeaching,
+                            meta: {
+                                title: '教学科研'
+                            }
+                        }, {
+                            path: 'venue',
+                            component: pcArcVenue,
+                            meta: {
+                                title: '校区场馆'
+                            }
+                        },
+                        {
+                            path: 'dorm',
+                            component: pcArcDorm,
+                            meta: {
+                                title: '校区宿舍'
+                            }
+                        }, {
+                            path: 'culture',
+                            component: pcArcCulture,
+                            meta: {
+                                title: '文化风景'
+                            }
+                        },
+                        {
+                            path: 'family',
+                            component: pcArcFamily,
+                            meta: {
+                                title: '家属住宅'
+                            }
+                        }, {
+                            path: 'rest',
+                            component: pcArcRest,
+                            meta: {
+                                title: '主要楼宇'
+                            }
+                        }
+                    ]
                 },
                 {
                     path: 'service',
-                    component: pcServiceService,
+                    component: pcService,
                     meta: {
-                        title: '通信营业厅'
-                    }
-                }, {
-                    path: 'park',
-                    component: pcServicePark,
+                        title: '生活服务设施'
+                    },
+                    children: [{
+                            path: 'canteen',
+                            component: pcServiceCanteen,
+                            meta: {
+                                title: '食堂餐厅'
+                            }
+                        },
+                        {
+                            path: 'supermarket',
+                            component: pcServiceSupermarket,
+                            meta: {
+                                title: '购物超市'
+                            }
+                        }, {
+                            path: 'medical',
+                            component: pcServiceMedical,
+                            meta: {
+                                title: '校区内医疗'
+                            }
+                        },
+                        {
+                            path: 'express',
+                            component: pcServiceExpress,
+                            meta: {
+                                title: '邮寄快递'
+                            }
+                        }, {
+                            path: 'showers',
+                            component: pcServiceShowers,
+                            meta: {
+                                title: '校区浴室'
+                            }
+                        },
+                        {
+                            path: 'transfer',
+                            component: pcServiceTransfer,
+                            meta: {
+                                title: '圈存机'
+                            }
+                        },
+                        {
+                            path: 'copy',
+                            component: pcServiceCopy,
+                            meta: {
+                                title: '打字复印'
+                            }
+                        },
+                        {
+                            path: 'bank',
+                            component: pcServiceBank,
+                            meta: {
+                                title: '银行网点'
+                            }
+                        }, {
+                            path: 'aed',
+                            component: pcServiceAed,
+                            meta: {
+                                title: 'AED'
+                            }
+                        },
+                        {
+                            path: 'service',
+                            component: pcServiceService,
+                            meta: {
+                                title: '通信营业厅'
+                            }
+                        }, {
+                            path: 'park',
+                            component: pcServicePark,
+                            meta: {
+                                title: '停车场'
+                            }
+                        },
+                        {
+                            path: 'alleyway',
+                            component: pcServiceAlleyway,
+                            meta: {
+                                title: '出入口'
+                            }
+                        }
+                    ]
+                },
+                {
+                    path: 'allquery',
+                    component: pcAllquery,
                     meta: {
-                        title: '停车场'
+                        title: '综合查询'
                     }
                 },
                 {
-                    path: 'alleyway',
-                    component: pcServiceAlleyway,
+                    path: 'campusnav',
+                    component: pcCampusnav,
                     meta: {
-                        title: '出入口'
+                        title: '校区导览'
                     }
+                },
+                {
+                    path: 'campusnavi',
+                    component: pcCampusnavi,
+                    meta: {
+                        title: '校区导航'
+                    }
+                },
+                {
+                    path: 'specialmap',
+                    component: pcSpecialmap,
+                    meta: {
+                        title: '专题地图'
+                    },
+                    children: [{
+                            path: 'celebrate',
+                            component: pcSpecialmapCelebrate,
+                            meta: {
+                                title: '校区庆'
+                            }
+                        },
+                        {
+                            path: 'welcome',
+                            component: pcSpecialmapWelcome,
+                            meta: {
+                                title: '校区迎新'
+                            }
+                        }
+                    ]
+                },
+                {
+                    path: 'tool',
+                    component: pcTool,
+                    meta: {
+                        title: '工具'
+                    },
+                    children: [{
+                            path: 'download',
+                            component: pcToolDownload,
+                            meta: {
+                                title: '地图下载'
+                            }
+                        }, {
+                            path: 'sign',
+                            component: pcToolSign,
+                            meta: {
+                                title: '地图标记'
+                            }
+                        },
+                        {
+                            path: 'ranging',
+                            component: pcToolRanging,
+                            meta: {
+                                title: '地图测距'
+                            }
+                        },
+                        {
+                            path: 'area',
+                            component: pcToolArea,
+                            meta: {
+                                title: '地图测面'
+                            }
+                        },
+                        {
+                            path: 'layer-manage',
+                            component: pcToolLayerManage,
+                            meta: {
+                                title: '图层管理'
+                            }
+                        }
+                    ]
+                },
+                {
+                    path: 'technique',
+                    component: pcTechnique,
+                    meta: {
+                        title: '创新'
+                    },
+                    children: [{
+                            path: 'map',
+                            component: pcTechniqueMapData,
+                            meta: {
+                                title: '地图数据加载'
+                            }
+                        }, {
+                            path: 'video',
+                            component: pcTechniqueVideo,
+                            meta: {
+                                title: '视频融合'
+                            }
+                        },
+                        {
+                            path: 'data',
+                            component: pcTechniqueData,
+                            meta: {
+                                title: '数据动画和特效'
+                            }
+                        },
+                        {
+                            path: 'turf',
+                            component: pcTechniqueTurf,
+                            meta: {
+                                title: 'turf计算'
+                            }
+                        },
+                        {
+                            path: 'space',
+                            component: pcTechniqueSpace,
+                            meta: {
+                                title: '三维空间分析'
+                            }
+                        },
+                        {
+                            path: 'graph',
+                            component: pcTechniqueGraph,
+                            meta: {
+                                title: '第三方图形库的集成'
+                            }
+                        },
+                        {
+                            path: 'path',
+                            component: pcTechniquePath,
+                            meta: {
+                                title: '路径漫游和定点巡航'
+                            }
+                        }
+                    ]
                 }
-                ]
-            },
-            {
-                path: 'allquery',
-                component: pcAllquery,
-                meta: {
-                    title: '综合查询'
-                }
-            },
-            {
-                path: 'campusnav',
-                component: pcCampusnav,
-                meta: {
-                    title: '校区导览'
-                }
-            },
-            {
-                path: 'campusnavi',
-                component: pcCampusnavi,
-                meta: {
-                    title: '校区导航'
-                }
-            },
-            {
-                path: 'specialmap',
-                component: pcSpecialmap,
-                meta: {
-                    title: '专题地图'
-                },
-                children: [{
-                    path: 'celebrate',
-                    component: pcSpecialmapCelebrate,
-                    meta: {
-                        title: '校区庆'
-                    }
-                },
-                {
-                    path: 'welcome',
-                    component: pcSpecialmapWelcome,
-                    meta: {
-                        title: '校区迎新'
-                    }
-                }
-                ]
-            },
-            {
-                path: 'tool',
-                component: pcTool,
-                meta: {
-                    title: '工具'
-                },
-                children: [{
-                    path: 'download',
-                    component: pcToolDownload,
-                    meta: {
-                        title: '地图下载'
-                    }
-                }, {
-                    path: 'sign',
-                    component: pcToolSign,
-                    meta: {
-                        title: '地图标记'
-                    }
-                },
-                {
-                    path: 'ranging',
-                    component: pcToolRanging,
-                    meta: {
-                        title: '地图测距'
-                    }
-                },
-                {
-                    path: 'area',
-                    component: pcToolArea,
-                    meta: {
-                        title: '地图测面'
-                    }
-                },
-                {
-                    path: 'layer-manage',
-                    component: pcToolLayerManage,
-                    meta: {
-                        title: '图层管理'
-                    }
-                }
-                ]
-            },
-            {
-                path: 'technique',
-                component: pcTechnique,
-                meta: {
-                    title: '创新'
-                },
-                children: [{
-                    path: 'map',
-                    component: pcTechniqueMapData,
-                    meta: {
-                        title: '地图数据加载'
-                    }
-                }, {
-                    path: 'video',
-                    component: pcTechniqueVideo,
-                    meta: {
-                        title: '视频融合'
-                    }
-                },
-                {
-                    path: 'data',
-                    component: pcTechniqueData,
-                    meta: {
-                        title: '数据动画和特效'
-                    }
-                },
-                {
-                    path: 'turf',
-                    component: pcTechniqueTurf,
-                    meta: {
-                        title: 'turf计算'
-                    }
-                },
-                {
-                    path: 'space',
-                    component: pcTechniqueSpace,
-                    meta: {
-                        title: '三维空间分析'
-                    }
-                },
-                {
-                    path: 'graph',
-                    component: pcTechniqueGraph,
-                    meta: {
-                        title: '第三方图形库的集成'
-                    }
-                },
-                {
-                    path: 'path',
-                    component: pcTechniquePath,
-                    meta: {
-                        title: '路径漫游和定点巡航'
-                    }
-                }
-                ]
-            }
 
             ]
         }]
@@ -446,7 +497,7 @@
     {
         path: '/403',
         component: () =>
-            import(/* webpackChunkName: "page" */ '@/components/error-page/403'),
+            import ( /* webpackChunkName: "page" */ '@/components/error-page/403'),
         name: '403',
         meta: {
             title: '403页面'
@@ -455,7 +506,7 @@
     {
         path: '/404',
         component: () =>
-            import(/* webpackChunkName: "page" */ '@/components/error-page/404'),
+            import ( /* webpackChunkName: "page" */ '@/components/error-page/404'),
         name: '404',
         meta: {
             title: '404页面'
@@ -465,7 +516,7 @@
     {
         path: '/500',
         component: () =>
-            import(/* webpackChunkName: "page" */ '@/components/error-page/500'),
+            import ( /* webpackChunkName: "page" */ '@/components/error-page/500'),
         name: '500',
         meta: {
             title: '500页面'
@@ -483,4 +534,4 @@
     routes
 })
 
-export default router
+export default router
\ No newline at end of file

--
Gitblit v1.9.3