|
@@ -250,7 +250,7 @@ export default {
|
|
|
hotspot: {
|
|
|
handler(val) {
|
|
|
// console.error("this.hotspot", val);
|
|
|
- console.error("hotspot", val);
|
|
|
+ // console.error("hotspot", val);
|
|
|
this.$bus.emit("edithotspot", val);
|
|
|
// console.log("this.$bus", this.$bus);
|
|
|
// this.$getKrpano().call("removeJQHotspot(" + val.name + ");");
|