hookehuyr

fix

...@@ -11,7 +11,7 @@ VITE_PROXY_PREFIX = /srv/ ...@@ -11,7 +11,7 @@ VITE_PROXY_PREFIX = /srv/
11 VITE_OUTDIR = map 11 VITE_OUTDIR = map
12 12
13 # 是否开启调试 13 # 是否开启调试
14 -VITE_CONSOLE = 1 14 +VITE_CONSOLE = 0
15 15
16 # appID相关 16 # appID相关
17 VITE_APPID=微信appID 17 VITE_APPID=微信appID
......
...@@ -16,8 +16,6 @@ declare module '@vue/runtime-core' { ...@@ -16,8 +16,6 @@ declare module '@vue/runtime-core' {
16 InfoWindowYard: typeof import('./src/components/InfoWindowYard.vue')['default'] 16 InfoWindowYard: typeof import('./src/components/InfoWindowYard.vue')['default']
17 RouterLink: typeof import('vue-router')['RouterLink'] 17 RouterLink: typeof import('vue-router')['RouterLink']
18 RouterView: typeof import('vue-router')['RouterView'] 18 RouterView: typeof import('vue-router')['RouterView']
19 - VanCell: typeof import('vant/es')['Cell']
20 - VanCellGroup: typeof import('vant/es')['CellGroup']
21 VanCol: typeof import('vant/es')['Col'] 19 VanCol: typeof import('vant/es')['Col']
22 VanDialog: typeof import('vant/es')['Dialog'] 20 VanDialog: typeof import('vant/es')['Dialog']
23 VanIcon: typeof import('vant/es')['Icon'] 21 VanIcon: typeof import('vant/es')['Icon']
......
...@@ -3,9 +3,13 @@ const testInfo = [ ...@@ -3,9 +3,13 @@ const testInfo = [
3 id: 0, 3 id: 0,
4 path: [ 4 path: [
5 [120.587882, 31.312884], 5 [120.587882, 31.312884],
6 + [120.587899, 31.312781],
7 + [120.588241, 31.312826],
6 [120.588164, 31.31305], 8 [120.588164, 31.31305],
9 + [120.587856, 31.313099],
7 [120.587823, 31.313276], 10 [120.587823, 31.313276],
8 [120.587811, 31.313508], 11 [120.587811, 31.313508],
12 + [120.587736, 31.314093],
9 [120.5875, 31.31407], 13 [120.5875, 31.31407],
10 [120.587103, 31.314234], 14 [120.587103, 31.314234],
11 [120.586912, 31.314195], 15 [120.586912, 31.314195],
...@@ -17,9 +21,13 @@ const testInfo = [ ...@@ -17,9 +21,13 @@ const testInfo = [
17 id: 1, 21 id: 1,
18 path: [ 22 path: [
19 [120.587882, 31.312884], 23 [120.587882, 31.312884],
24 + [120.587899, 31.312781],
25 + [120.588241, 31.312826],
20 [120.588164, 31.31305], 26 [120.588164, 31.31305],
27 + [120.587856, 31.313099],
21 [120.587823, 31.313276], 28 [120.587823, 31.313276],
22 [120.587811, 31.313508], 29 [120.587811, 31.313508],
30 + [120.587736, 31.314093],
23 [120.5875, 31.31407], 31 [120.5875, 31.31407],
24 [120.58769, 31.314535], 32 [120.58769, 31.314535],
25 [120.587352, 31.314496], 33 [120.587352, 31.314496],
...@@ -36,9 +44,13 @@ const testInfo = [ ...@@ -36,9 +44,13 @@ const testInfo = [
36 id: 2, 44 id: 2,
37 path: [ 45 path: [
38 [120.587882, 31.312884], 46 [120.587882, 31.312884],
47 + [120.587899, 31.312781],
48 + [120.588241, 31.312826],
39 [120.588164, 31.31305], 49 [120.588164, 31.31305],
50 + [120.587856, 31.313099],
40 [120.587823, 31.313276], 51 [120.587823, 31.313276],
41 [120.587811, 31.313508], 52 [120.587811, 31.313508],
53 + [120.587736, 31.314093],
42 [120.587985, 31.31411], 54 [120.587985, 31.31411],
43 [120.58769, 31.314535], 55 [120.58769, 31.314535],
44 [120.58798, 31.314679], 56 [120.58798, 31.314679],
......