@@ -17,7 +17,7 @@ export default class Angle {
* @param {*} hotspotType
*/
updateHotSpotData(hsName, hpname, ath, atv, from) {
- console.log('updateHotSpotData', hsName, from);
+ // console.log('updateHotSpotData', hsName, from);
this.ath = ath;
this.atv = atv;
if (ath && atv) {
@@ -5,7 +5,7 @@ export const debuggerHelper = (show = true) => {
// log.setColors({
var css = "background: #28b561; color:#fff;font-size:14px;padding:5px;";
- console.log(`%c 👉:当前测试版本::---> 1.3.0--${process.env.VUE_APP_DEBBUG_FLAG}`,css);
+ console.log(`%c 👉:当前版本::---> 1.3.0--${process.env.VUE_APP_DEBBUG_FLAG}`,css);
}
@@ -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 + ");");
@@ -170,7 +170,7 @@ export default {
let hptarget = this.someData.hotspots.find(
(item) => item.name.toLowerCase() == data.hpname.toLowerCase()
);
- console.log(" this.someData.hotspots", this.someData.hotspots);
+ // console.log(" this.someData.hotspots", this.someData.hotspots.length);
console.log("hptarget", hptarget);
hptarget.ath = data.ath;
hptarget.atv = data.atv;