# flag 设置优化
This commit is contained in:
parent
3dbeb5ae8b
commit
9a9fbd01c5
|
@ -87,6 +87,7 @@ export default {
|
|||
}).then(() => {
|
||||
this.map.clearMap()
|
||||
this.handleDrivingClick()
|
||||
this.flag = true
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: '跳转成功!'
|
||||
|
@ -244,7 +245,6 @@ export default {
|
|||
if (target.nodeName.toLocaleLowerCase() === 'button') {
|
||||
console.log('the content is: ', target.innerHTML)
|
||||
this.gotoDriving()
|
||||
this.flag = true
|
||||
}
|
||||
},
|
||||
getDevicesInitMap(params) {
|
||||
|
|
Loading…
Reference in New Issue