hookehuyr

fix

...@@ -15,12 +15,8 @@ declare module '@vue/runtime-core' { ...@@ -15,12 +15,8 @@ declare module '@vue/runtime-core' {
15 InfoWindowWarn: typeof import('./src/components/InfoWindowWarn.vue')['default'] 15 InfoWindowWarn: typeof import('./src/components/InfoWindowWarn.vue')['default']
16 RouterLink: typeof import('vue-router')['RouterLink'] 16 RouterLink: typeof import('vue-router')['RouterLink']
17 RouterView: typeof import('vue-router')['RouterView'] 17 RouterView: typeof import('vue-router')['RouterView']
18 - VanCol: typeof import('vant/es')['Col']
19 VanDialog: typeof import('vant/es')['Dialog'] 18 VanDialog: typeof import('vant/es')['Dialog']
20 VanIcon: typeof import('vant/es')['Icon'] 19 VanIcon: typeof import('vant/es')['Icon']
21 VanPopup: typeof import('vant/es')['Popup'] 20 VanPopup: typeof import('vant/es')['Popup']
22 - VanRow: typeof import('vant/es')['Row']
23 - VanTab: typeof import('vant/es')['Tab']
24 - VanTabs: typeof import('vant/es')['Tabs']
25 } 21 }
26 } 22 }
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
107 var spotInfo = [ 107 var spotInfo = [
108 { 108 {
109 name: '照壁', 109 name: '照壁',
110 - position: [120.587912, 31.312874], 110 + position: [120.587882, 31.312914],
111 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png', 111 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
112 details: [ 112 details: [
113 { 113 {
...@@ -120,7 +120,7 @@ var spotInfo = [ ...@@ -120,7 +120,7 @@ var spotInfo = [
120 }, 120 },
121 { 121 {
122 name: '福德智慧二桥', 122 name: '福德智慧二桥',
123 - position: [120.588204, 31.31295], 123 + position: [120.588164, 31.31305],
124 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png', 124 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
125 details: [ 125 details: [
126 { 126 {
...@@ -133,7 +133,7 @@ var spotInfo = [ ...@@ -133,7 +133,7 @@ var spotInfo = [
133 }, 133 },
134 { 134 {
135 name: '御赐牌楼', 135 name: '御赐牌楼',
136 - position: [120.587843, 31.313296], 136 + position: [120.587823, 31.313296],
137 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png', 137 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
138 details: [ 138 details: [
139 { 139 {
...@@ -146,7 +146,7 @@ var spotInfo = [ ...@@ -146,7 +146,7 @@ var spotInfo = [
146 }, 146 },
147 { 147 {
148 name: '山门殿', 148 name: '山门殿',
149 - position: [120.587821, 31.313488], 149 + position: [120.587811, 31.313528],
150 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png', 150 icon: 'https://cdn.ipadbiz.cn/xys/map/%E6%AE%BF%E5%A0%82@2x.png',
151 details: [ 151 details: [
152 { 152 {
......
1 <!-- 1 <!--
2 * @Date: 2023-05-19 14:54:27 2 * @Date: 2023-05-19 14:54:27
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-06-26 14:44:03 4 + * @LastEditTime: 2023-06-26 15:10:06
5 * @FilePath: /map-demo/src/views/index.vue 5 * @FilePath: /map-demo/src/views/index.vue
6 * @Description: 地图主体页面 6 * @Description: 地图主体页面
7 --> 7 -->
...@@ -289,7 +289,7 @@ export default { ...@@ -289,7 +289,7 @@ export default {
289 showBuildingBlock: false, // 是否展示地图 3D 楼块 289 showBuildingBlock: false, // 是否展示地图 3D 楼块
290 zooms: [17, 19], // 地图显示的缩放级别范围, 默认为 [2, 20] ,取值范围 [2 ~ 30] 290 zooms: [17, 19], // 地图显示的缩放级别范围, 默认为 [2, 20] ,取值范围 [2 ~ 30]
291 showLabel: true, // 是否展示地图文字和 POI 信息 291 showLabel: true, // 是否展示地图文字和 POI 信息
292 - zoom: 19, // 设置地图显示的缩放级别 292 + zoom: 18, // 设置地图显示的缩放级别
293 pitch: 0, // 俯仰角度,默认 0,最大值根据地图当前 zoom 级别不断增大,2D地图下无效 。 293 pitch: 0, // 俯仰角度,默认 0,最大值根据地图当前 zoom 级别不断增大,2D地图下无效 。
294 rotation: 0, // 地图顺时针旋转角度,取值范围 [0-360] ,默认值:0 294 rotation: 0, // 地图顺时针旋转角度,取值范围 [0-360] ,默认值:0
295 center: [120.587382, 31.314504], // 设置地图中心点坐标 295 center: [120.587382, 31.314504], // 设置地图中心点坐标
......