This commit is contained in:
ival 2019-08-12 14:10:57 +08:00
commit 9c51afb419

View File

@ -243,9 +243,10 @@ export default {
x: em.clientX,
y: em.clientY
};
var menu = getDeviceMenuByDeviceType('Cancel');
this.$store.dispatch('menuOperation/setPopMenu', { position: this.point, menu: menu });
if (!em.deviceType) {
var menu = getDeviceMenuByDeviceType('Cancel');
this.$store.dispatch('menuOperation/setPopMenu', { position: this.point, menu: menu });
}
},
saveMapEvent() {
if (this.$refs.jlmapVisual) {