From a22aa1086eeef39a26cc161326ce09cd183185ea Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Fri, 04 Mar 2022 15:57:47 +0800
Subject: [PATCH] 3.3 1.自定义标签,退出后自动清除 2.自定义标签,转换二维码的数据格式ok,移动端对接二维码ok, 3.自定义标签点击移动到指定位置 ok 4.面板自适应高度 4.更换定位依赖,自定义标签扫码入移动端可以定位并显示路线

---
 src/router/page/index.js |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/router/page/index.js b/src/router/page/index.js
index 3723630..672fc30 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -79,7 +79,7 @@
                 path: 'orgnav',
                 component: pcOrgnav,
                 meta: {
-                    title: '社区内机构导览'
+                    title: '校区内机构导览'
                 },
                 children: [{
                     path: 'masses',
@@ -120,7 +120,7 @@
                 path: 'arc',
                 component: pcArc,
                 meta: {
-                    title: '社区内建筑'
+                    title: '校区内建筑'
                 },
                 children: [{
                     path: 'edifact',
@@ -139,14 +139,14 @@
                     path: 'venue',
                     component: pcArcVenue,
                     meta: {
-                        title: '社区场馆'
+                        title: '校区场馆'
                     }
                 },
                 {
                     path: 'dorm',
                     component: pcArcDorm,
                     meta: {
-                        title: '社区宿舍'
+                        title: '校区宿舍'
                     }
                 }, {
                     path: 'culture',
@@ -193,7 +193,7 @@
                     path: 'medical',
                     component: pcServiceMedical,
                     meta: {
-                        title: '社区内医疗'
+                        title: '校区内医疗'
                     }
                 },
                 {
@@ -206,7 +206,7 @@
                     path: 'showers',
                     component: pcServiceShowers,
                     meta: {
-                        title: '社区浴室'
+                        title: '校区浴室'
                     }
                 },
                 {
@@ -269,14 +269,14 @@
                 path: 'campusnav',
                 component: pcCampusnav,
                 meta: {
-                    title: '社区导览'
+                    title: '校区导览'
                 }
             },
             {
                 path: 'campusnavi',
                 component: pcCampusnavi,
                 meta: {
-                    title: '社区导航'
+                    title: '校区导航'
                 }
             },
             {
@@ -289,14 +289,14 @@
                     path: 'celebrate',
                     component: pcSpecialmapCelebrate,
                     meta: {
-                        title: '社区庆'
+                        title: '校区庆'
                     }
                 },
                 {
                     path: 'welcome',
                     component: pcSpecialmapWelcome,
                     meta: {
-                        title: '社区迎新'
+                        title: '校区迎新'
                     }
                 }
                 ]

--
Gitblit v1.9.3