Browse Source

hide console

gemercheung 2 years ago
parent
commit
b0d6276433

+ 1 - 1
packages/qjkankan-editor/src/core/angle.js

@@ -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) {

+ 1 - 1
packages/qjkankan-editor/src/mixins/debuggerHelper.js

@@ -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);
 
     }
 

+ 1 - 1
packages/qjkankan-editor/src/views/hotspot/EditPanel.vue

@@ -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 + ");");

+ 1 - 1
packages/qjkankan-editor/src/views/hotspot/HotSpotList.vue

@@ -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;

+ 1 - 1
packages/qjkankan-view/src/utils/debuggerHelper.js

@@ -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);
 
     }