Browse Source

经纬度修改

master
chenkainan 1 year ago
parent
commit
f12f383db6
  1. 2
      dist/index.html
  2. 2
      dist/static/css/app.3c10ecc1.css
  3. 2
      dist/static/js/app.f77bb5e1.js
  4. 4
      src/views/Index.vue

2
dist/index.html

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"><link rel="icon" href="favicon.ico"><title>地图</title><script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=YVOBZ-MWJ3Z-34IXK-7J2GL-O33US-QLF5X"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script defer="defer" src="/static/js/chunk-vendors.c33f6caf.js"></script><script defer="defer" src="/static/js/app.faf9971e.js"></script><link href="/static/css/chunk-vendors.befb54be.css" rel="stylesheet"><link href="/static/css/app.ccc5c3b4.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but taihulake doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"><link rel="icon" href="favicon.ico"><title>地图</title><script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=YVOBZ-MWJ3Z-34IXK-7J2GL-O33US-QLF5X"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script defer="defer" src="/static/js/chunk-vendors.c33f6caf.js"></script><script defer="defer" src="/static/js/app.f77bb5e1.js"></script><link href="/static/css/chunk-vendors.befb54be.css" rel="stylesheet"><link href="/static/css/app.3c10ecc1.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but taihulake doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

2
dist/static/css/app.ccc5c3b4.css → dist/static/css/app.3c10ecc1.css

File diff suppressed because one or more lines are too long

2
dist/static/js/app.faf9971e.js → dist/static/js/app.f77bb5e1.js

File diff suppressed because one or more lines are too long

4
src/views/Index.vue

@ -330,13 +330,13 @@
address: item.address, // address: item.address, //
audioSrc: item.audio_file, // audioSrc: item.audio_file, //
spotId: item.id, // id spotId: item.id, // id
position: new TMap.LatLng(item.poi_gcj02[1], item.poi_gcj02[0]) position: new TMap.LatLng(JSON.parse(item.poi)[1], JSON.parse(item.poi)[0])
}) })
labels.push({ labels.push({
id: 'label', // id: 'label', //
styleId: 'label', // id styleId: 'label', // id
position: new TMap.LatLng(item.poi_gcj02[1], item.poi_gcj02[0]), // position: new TMap.LatLng(JSON.parse(item.poi)[1], JSON.parse(item.poi)[0]), //
content: item.name, // content: item.name, //
properties: { properties: {
// //

Loading…
Cancel
Save