From 58060e64e1fa9cf3ffcf5e29f09c4c2edf8f2126 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 21 Jul 2022 17:25:34 +0800
Subject: [PATCH] 数据显示更换
---
src/router/page/index.js | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 102 insertions(+), 13 deletions(-)
diff --git a/src/router/page/index.js b/src/router/page/index.js
index 9e7047d..21e26d8 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -1,13 +1,15 @@
/*
* @Author: Morpheus
* @Date: 2021-04-30 14:12:09
- * @Last Modified by: mikey.zhaopeng
- * @Last Modified time: 2022-02-10 10:21:12
+ * @Last Modified by: Morpheus
+ * @Last Modified time: 2022-04-28 11:55:30
*/
import Vue from 'vue'
import VueRouter from 'vue-router'
Vue.use(VueRouter)
+
+const large = () => import('../../pcviews/large/index.vue')
const pcLayout = () => import('../../pcLayout/index.vue')
const pcHome = () => import('../../pcviews/home/index.vue')
@@ -42,18 +44,41 @@
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 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 routes = [
+ // 大屏页面
+ {
+ path: '/large',
+ meta: {
+ title: '大屏页面'
+ },
+ component: large
+ },
+ {
+ path: '/',
+ redirect: '/pcLayout'
+ },
// pc端
-
{
path: '/pcLayout',
redirect: '/pcLayout/default',
@@ -78,7 +103,7 @@
path: 'orgnav',
component: pcOrgnav,
meta: {
- title: '社区内机构导览'
+ title: '校区内机构导览'
},
children: [{
path: 'masses',
@@ -119,7 +144,7 @@
path: 'arc',
component: pcArc,
meta: {
- title: '社区内建筑'
+ title: '校区内建筑'
},
children: [{
path: 'edifact',
@@ -138,14 +163,14 @@
path: 'venue',
component: pcArcVenue,
meta: {
- title: '社区场馆'
+ title: '校区场馆'
}
},
{
path: 'dorm',
component: pcArcDorm,
meta: {
- title: '社区宿舍'
+ title: '校区宿舍'
}
}, {
path: 'culture',
@@ -192,7 +217,7 @@
path: 'medical',
component: pcServiceMedical,
meta: {
- title: '社区内医疗'
+ title: '校区内医疗'
}
},
{
@@ -205,7 +230,7 @@
path: 'showers',
component: pcServiceShowers,
meta: {
- title: '社区浴室'
+ title: '校区浴室'
}
},
{
@@ -268,14 +293,14 @@
path: 'campusnav',
component: pcCampusnav,
meta: {
- title: '社区导览'
+ title: '校区导览'
}
},
{
path: 'campusnavi',
component: pcCampusnavi,
meta: {
- title: '社区导航'
+ title: '校区导航'
}
},
{
@@ -288,14 +313,14 @@
path: 'celebrate',
component: pcSpecialmapCelebrate,
meta: {
- title: '社区庆'
+ title: '校区庆'
}
},
{
path: 'welcome',
component: pcSpecialmapWelcome,
meta: {
- title: '社区迎新'
+ title: '校区迎新'
}
}
]
@@ -332,9 +357,73 @@
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: '路径漫游和定点巡航'
+ }
}
]
}
+
]
}]
},
--
Gitblit v1.9.3