From a3fadb577e4d18c1d7ff60e23be4f3d27f63b9a3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 17:07:52 +0800
Subject: [PATCH] +

---
 src/components/map/components/campusBuildingSearch.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/map/components/campusBuildingSearch.vue b/src/components/map/components/campusBuildingSearch.vue
index a10793f..2129ee6 100644
--- a/src/components/map/components/campusBuildingSearch.vue
+++ b/src/components/map/components/campusBuildingSearch.vue
@@ -3,7 +3,7 @@
         <div class="map-campus-search"
              id="CampusSearchPanel">
             <el-input class="search-input"
-                      placeholder="校园搜索…"
+                      placeholder="社区搜索…"
                       v-model="searchInput"
                       @input="searchValueChange"
                       @focus="shortcutFlag = true">
@@ -81,14 +81,14 @@
                 },
                 {
                     bgimg: '/img/search/venue.png',
-                    title: '校内场馆',
+                    title: '社区场馆',
                     type: 'arc',
                     path: '/pcLayout/default/arc/venue',
                     code: 3
                 },
                 {
                     bgimg: '/img/search/dorm.png',
-                    title: '学生宿舍',
+                    title: '社区宿舍',
                     type: 'arc',
                     path: '/pcLayout/default/arc/dorm',
                     code: 4
@@ -110,7 +110,7 @@
     computed: {
         ...mapGetters([
             'viewer',
-            // 校内导航的显示关闭
+            // 社区内导航的显示关闭
             'campusNavFlag',
             'orgNavBarFlag',
             'arcNavBarFlag'
@@ -264,7 +264,7 @@
 
             this.newPopup(result)
             this.viewer.flyToPosition(
-                new this.DC.Position(Number(result.jd), Number(result.wd), 3000, Number(result.heading), Number(result.pitch), Number(result.roll)),
+                new this.DC.Position(Number(result.jd), Number(result.wd), 300, Number(result.heading), Number(result.pitch), Number(result.roll)),
                 () => {
 
                 },

--
Gitblit v1.9.3