# remove useless code
This commit is contained in:
parent
cd67e8a495
commit
89d570fb57
|
@ -169,10 +169,7 @@ export default {
|
||||||
const map = new AMap.Map('map-container')
|
const map = new AMap.Map('map-container')
|
||||||
const drivingOptions = {
|
const drivingOptions = {
|
||||||
map: map,
|
map: map,
|
||||||
// city: '中山市',
|
|
||||||
panel: 'panel'
|
panel: 'panel'
|
||||||
// cityd:'乌鲁木齐',
|
|
||||||
// policy: AMap.DrivingPolicy.LEAST_TIME
|
|
||||||
}
|
}
|
||||||
this.sleep(500)
|
this.sleep(500)
|
||||||
const button = document.getElementById('bt')
|
const button = document.getElementById('bt')
|
||||||
|
|
Loading…
Reference in New Issue