Commit 5322aae5 authored by 纪泽龙's avatar 纪泽龙

Merge branch 'develop_jzl'

parents 13556055 1c9a6a14
...@@ -934,7 +934,7 @@ export default { ...@@ -934,7 +934,7 @@ export default {
} else { } else {
this.gaoMap.changeMarkIcon( this.gaoMap.changeMarkIcon(
device, device,
require(`@/assets/images/ylb.gif`) require(`@/assets/images/tyx.gif`)
); );
} }
}else if (device.getExtData().deviceType == 2) { }else if (device.getExtData().deviceType == 2) {
...@@ -946,7 +946,7 @@ export default { ...@@ -946,7 +946,7 @@ export default {
} else { } else {
this.gaoMap.changeMarkIcon( this.gaoMap.changeMarkIcon(
device, device,
require(`@/assets/images/ylb.gif`) require(`@/assets/images/fmj.gif`)
); );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment