|
@@ -61,7 +61,7 @@ export const enter = (dom, isLocal) => {
|
|
|
let getMeasureFunction = function (measure, bus) {
|
|
|
|
|
|
measure.addEventListener('highlight',(e)=>{
|
|
|
- console.log('3d->2d highlight',e.state)
|
|
|
+ //console.log('3d->2d highlight',e.state)
|
|
|
bus.emit('highlight', e.state)
|
|
|
})
|
|
|
measure.addEventListener('marker_dropped',(e)=>{//拖拽结束后发送changeCallBack
|