Browse Source

打包

master
chenkainan 2 months ago
parent
commit
0835a6af4b
  1. 2
      dist/index.html
  2. 2
      dist/static/css/app.9cf3bbf6.css
  3. 2
      dist/static/js/app.43c42b08.js
  4. 6
      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.ae711bda.js"></script><script defer="defer" src="/static/js/app.a138d156.js"></script><link href="/static/css/chunk-vendors.befb54be.css" rel="stylesheet"><link href="/static/css/app.96d2541f.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.ae711bda.js"></script><script defer="defer" src="/static/js/app.43c42b08.js"></script><link href="/static/css/chunk-vendors.befb54be.css" rel="stylesheet"><link href="/static/css/app.9cf3bbf6.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.96d2541f.css → dist/static/css/app.9cf3bbf6.css

File diff suppressed because one or more lines are too long

2
dist/static/js/app.a138d156.js → dist/static/js/app.43c42b08.js

File diff suppressed because one or more lines are too long

6
src/views/Index.vue

@ -538,12 +538,12 @@
// })
// }
else {
//
this.isCanBuy = false
this.detailInfo = {
title: evt.geometry.name,
address: evt.geometry.address,
lon: evt.geometry.position.lng,
lat: evt.geometry.position.lat
scene_lon: evt.geometry.position.lng,
scene_lat: evt.geometry.position.lat
}
console.log(this.detailInfo)
this.productType = true

Loading…
Cancel
Save