zhuhao 2 سال پیش
والد
کامیت
8dfdf7f0d7

+ 2 - 2
RMS-FrontEnd/src/utils/file.js

@@ -9,7 +9,7 @@ export const getFileMD5 = (file, callback) => {
   const fileReader = new FileReader()
   // 计算分片数
   const totalChunks = Math.ceil(file.size / chunkSize)
-  console.log('总分片数:' + totalChunks)
+  // console.log('总分片数:' + totalChunks)
   let currentChunk = 0
   const spark = new SparkMD5.ArrayBuffer()
   loadNext()
@@ -17,7 +17,7 @@ export const getFileMD5 = (file, callback) => {
     try {
       spark.append(e.target.result)
     } catch (error) {
-      console.log('获取Md5错误:' + currentChunk)
+      // console.log('获取Md5错误:' + currentChunk)
     }
     if (currentChunk < totalChunks) {
       currentChunk++

+ 2 - 2
RMS-FrontEnd/src/views/product/components/jsMind/components/jsmind/js/jsmind.screenshot.js

@@ -110,7 +110,7 @@
     jsMind.screenshot.prototype = {
         init:function(){
             if(this._inited){return;}
-            console.log('init');
+            // console.log('init');
             var c = $c('canvas');
             var ctx = c.getContext('2d');
 
@@ -190,7 +190,7 @@
             }
 
             function check_nodes_ready() {
-                console.log('check_node_ready'+new Date());
+                // console.log('check_node_ready'+new Date());
                 var allOk = true;
                 for(var nodeid in nodes){
                     node = nodes[nodeid];

+ 2 - 2
RMS-FrontEnd/src/views/product/components/marketingData.vue

@@ -233,7 +233,7 @@ export default {
                 'descending': 'desc',
                 'ascending': 'asc',
             }
-            console.log({ column, prop, order })
+            // console.log({ column, prop, order })
             this.queryParams.orderBy = prop
             this.queryParams.orderType = o[order]
             this.getList2()
@@ -339,7 +339,7 @@ export default {
                         this.btnLoading = false
                     })
                 } else {
-                    console.log('error submit!!');
+                    // console.log('error submit!!');
                     return false;
                 }
             });

+ 1 - 1
RMS-FrontEnd/src/views/report/components/SelectedPatent.vue

@@ -466,7 +466,7 @@
         // console.log(tab, event);
       },
       getFunInfo(val) {
-        console.log(this.queryParams.selected);
+        // console.log(this.queryParams.selected);
         if(this.quickSelect){
           var index4 = this.queryParams.selected.findIndex(item=>{
               return item == val

+ 1 - 1
RMS-FrontEnd/src/views/report/components/visual/reportVisual.vue

@@ -71,7 +71,7 @@ export default {
       });
     },
     open(data) {
-        console.log(document.documentElement.clientHeight - 200 +'px')
+        // console.log(document.documentElement.clientHeight - 200 +'px')
       this.chartData = data;
       this.refresh()
     },

+ 1 - 1
RMS-FrontEnd/src/views/report/reportDetails/components/basicMessage.vue

@@ -119,7 +119,7 @@ export default {
           this.srcList = []
         }else{
           this.FileUrl =  'http://192.168.1.24:8012/onlinePreview?url='+ btoa(encodeURIComponent(this.$p + item.url))
-          console.log(this.FileUrl,this.$p + item.url)
+          // console.log(this.FileUrl,this.$p + item.url)
           this.srcList = []
           this.FileVisible = true
           // downLoad2(item.url)