Merge branch 'master' of https://git.qcloud.com/joylink/jl-nclient
This commit is contained in:
commit
9c51afb419
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user