Browse Source

feat: hide console and update

gemercheung 1 year ago
parent
commit
4fb89a2e1e

+ 2 - 2
packages/qjkankan-editor/.env.testprod

@@ -7,5 +7,5 @@ VUE_APP_PROXY_URL_ROOT='https://test.4dkankan.com'
 VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
 VUE_APP_ORIGIN=
 VUE_APP_URL_FILL=/qjkankan
-VUE_APP_DEBBUG_FLAG=1229-01
-VUE_APP_DEBBUG_NOTIFY=1
+VUE_APP_DEBBUG_FLAG=0105-01
+VUE_APP_DEBBUG_NOTIFY=0

+ 2 - 2
packages/qjkankan-editor/src/Store/modules/scene.js

@@ -163,11 +163,11 @@ export default {
         });
       }
       if (type === "earth") {
-        console.log("当前场景-earth", earth);
+        // console.log("当前场景-earth", earth);
         Array.from(rootState.info.scenes).forEach((item, index) => {
           if (item.type === "pano") {
             rootState.info.scenes[index]["customMask"]["earth"] = { ...earth };
-            console.log("rootState.info.scenes", rootState.info.scenes);
+            // console.log("rootState.info.scenes", rootState.info.scenes);
           }
         });
       }

+ 1 - 1
packages/qjkankan-editor/src/api/index.js

@@ -622,7 +622,7 @@ export function getMaterialList(data, ok, no) {
     url,
     data,
     (result) => {
-      console.log(result);
+      // console.log(result);
       // 处理旧版本时上传的素材没有新版本新加入的字段的问题
       if (result && result.code === 0 && result.data.list) {
         for (const item of result.data.list) {

+ 1 - 1
packages/qjkankan-editor/src/views/material/pano/index.vue

@@ -429,7 +429,7 @@ export default {
         const allList = this.uploadListForUI
           .concat(uploadMark)
           .filter((a) => !res.has(a.backendId) && res.set(a.backendId, 1));
-        console.log("allList", uploadMark);
+        // console.log("allList", uploadMark);
         if (allList.length > 0) {
           this.uploadListForUI = allList;
           this._checkMStatus();

+ 1 - 1
packages/qjkankan-view/.env.testprod

@@ -7,7 +7,7 @@ VUE_APP_PROXY_URL='https://test.4dkankan.com/qjkankan/'
 VUE_APP_URL_FILL=/qjkankan
 # 接口请求地址
 VUE_APP_APIS_URL=https://test.4dkankan.com/
-VUE_APP_DEBBUG_FLAG=0830-01
+VUE_APP_DEBBUG_FLAG=1229-01
 VUE_APP_DEBBUG_NOTIFY=0
 VUE_APP_DEBBUG_V4=0
 VUE_APP_DEBBUG_V4_URL="http://192.168.0.186:8081"