# remove useless code

This commit is contained in:
xianfuxing 2018-09-04 18:27:51 +08:00
parent cd67e8a495
commit 89d570fb57
1 changed files with 0 additions and 3 deletions

View File

@ -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')