Skip to content

Console Output

Skipping 97 KB.. Full Log
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:236:7:
15:45:52   234 |     reset() {
15:45:52   235 |       console.log("reset", this.stationId);
15:45:52 > 236 |       console.log("reset", this.form);
15:45:52       |       ^
15:45:52   237 |       this.form.id = "";
15:45:52   238 |       this.form.name = "";
15:45:52   239 |       this.form.ruleType = "Exit";
15:45:52 
15:45:52 
15:45:52 9 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/excel_upload.vue:400:19:
15:45:52   398 |                     errMessage += arr[i] + '\n'
15:45:52   399 |                   }
15:45:52 > 400 |                   console.log("errMessage-->",errMessage)
15:45:52       |                   ^
15:45:52   401 |                   // this.$notify.error({
15:45:52   402 |                   //   title: response.data.errmsg,
15:45:52   403 |                   //   message: `${errMessage}`
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:27:5:
15:45:52   25 |   ],
15:45:52   26 |   created: function() {
15:45:52 > 27 |     console.log("openParams-->",this.openParams)
15:45:52      |     ^
15:45:52   28 |     this.initSearchForm({
15:45:52   29 |       appId: this.appId,
15:45:52   30 |       viewId: this.viewId
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:42:7:
15:45:52   40 |   methods: {
15:45:52   41 |     findField(id) {
15:45:52 > 42 |       console.log(this.appId+'--测试-'+this.viewId)
15:45:52      |       ^
15:45:52   43 |      
15:45:52   44 |       let data = this.formdata  
15:45:52   45 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:46:7:
15:45:52   44 |       let data = this.formdata  
15:45:52   45 |
15:45:52 > 46 |       console.log('变量:'+this.$store.state.searchFlag)
15:45:52      |       ^
15:45:52   47 |       for (let i = 0; i < data.fields.length; i++) {
15:45:52   48 |         let fld = data.fields[i];
15:45:52   49 |         console.log(fld.value)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:49:9:
15:45:52   47 |       for (let i = 0; i < data.fields.length; i++) {
15:45:52   48 |         let fld = data.fields[i];
15:45:52 > 49 |         console.log(fld.value)
15:45:52      |         ^
15:45:52   50 |         // data.fields[i].value='1' 
15:45:52   51 |         console.log(this.$store.state.searchDataStore)   
15:45:52   52 |         if(this.$store.state.searchDataStore.length){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:51:9:
15:45:52   49 |         console.log(fld.value)
15:45:52   50 |         // data.fields[i].value='1' 
15:45:52 > 51 |         console.log(this.$store.state.searchDataStore)   
15:45:52      |         ^
15:45:52   52 |         if(this.$store.state.searchDataStore.length){
15:45:52   53 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
15:45:52   54 |             console.log(66)     
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:54:13:
15:45:52   52 |         if(this.$store.state.searchDataStore.length){
15:45:52   53 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
15:45:52 > 54 |             console.log(66)     
15:45:52      |             ^
15:45:52   55 |             this.$store.state.searchDataStore.forEach(item=>{
15:45:52   56 |                if(item.appId==this.appId&&item.viewId==this.viewId){                
15:45:52   57 |                   Object.keys(item).forEach((key)=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:59:25:
15:45:52   57 |                   Object.keys(item).forEach((key)=>{
15:45:52   58 |                       if(key==fld.name){
15:45:52 > 59 |                         console.log('测试数据'+item[key])  
15:45:52      |                         ^
15:45:52   60 |                           this.$set(data.fields[i],'value',item[key])
15:45:52   61 |                           if(i==data.fields.length-1){  
15:45:52   62 |                             setTimeout(()=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_customize_searchform.vue:73:9:
15:45:52   71 |         }   
15:45:52   72 |  
15:45:52 > 73 |         console.log(fld)
15:45:52      |         ^
15:45:52   74 |         if (id == fld.id) return fld;
15:45:52   75 |       }  
15:45:52   76 |       
15:45:52 
15:45:52 
15:45:52 8 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1041:7:
15:45:52   1039 |       let docId = formData.id;
15:45:52   1040 |       let document = allData;
15:45:52 > 1041 |       console.log("document-1-->", document);
15:45:52        |       ^
15:45:52   1042 |       if (pJson) {
15:45:52   1043 |         //手写签名
15:45:52   1044 |         document.signatureJson = JSON.stringify(pJson);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1093:7:
15:45:52   1091 |     //保存重新编辑的意见
15:45:52   1092 |     updateSuggestion() {
15:45:52 > 1093 |       console.log("更新编辑的数据-->");
15:45:52        |       ^
15:45:52   1094 |       console.log(this.inputSecond);
15:45:52   1095 |       let opinion = this.inputSecond;
15:45:52   1096 |       if(!opinion) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1094:7:
15:45:52   1092 |     updateSuggestion() {
15:45:52   1093 |       console.log("更新编辑的数据-->");
15:45:52 > 1094 |       console.log(this.inputSecond);
15:45:52        |       ^
15:45:52   1095 |       let opinion = this.inputSecond;
15:45:52   1096 |       if(!opinion) {
15:45:52   1097 |         this.$message({
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1133:11:
15:45:52   1131 |       API.deleteMostUseSuggestion(employeeId, opId, {
15:45:52   1132 |         onSucess: (response) => {
15:45:52 > 1133 |           console.log(response.data.data);
15:45:52        |           ^
15:45:52   1134 |           //后台返回500,未执行以下步骤
15:45:52   1135 |           if (response.data.data) {
15:45:52   1136 |             let delId = response.data.data.id;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1152:7:
15:45:52   1150 |     //添加意见
15:45:52   1151 |     addSuggestion() {
15:45:52 > 1152 |       console.log(this.input);
15:45:52        |       ^
15:45:52   1153 |       let opinion = this.input;
15:45:52   1154 |       const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ;
15:45:52   1155 |       API.AddMostUseSuggestion(employeeId, opinion, {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1157:11:
15:45:52   1155 |       API.AddMostUseSuggestion(employeeId, opinion, {
15:45:52   1156 |         onSucess: (response) => {
15:45:52 > 1157 |           console.log(response.data.data);
15:45:52        |           ^
15:45:52   1158 |           let newSuggest = response.data.data;
15:45:52   1159 |           this.allSuggests.push(newSuggest);
15:45:52   1160 |           this.input = "";
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1277:7:
15:45:52   1275 |     },
15:45:52   1276 |     canvasLeave(e) {
15:45:52 > 1277 |       console.log(e);
15:45:52        |       ^
15:45:52   1278 |       this.existCanvas = true;
15:45:52   1279 |       this.canvasMoveUse = false;
15:45:52   1280 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1590:21:
15:45:52   1588 |                     subFlow.nodeid = subflowData.nodeid;
15:45:52   1589 |                     document.subFlowApprover.push(subFlow);
15:45:52 > 1590 |                     console.log("subflowData--->", subflowData);
15:45:52        |                     ^
15:45:52   1591 |                     console.log("document--->", document);
15:45:52   1592 |                   }
15:45:52   1593 |                 } else {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1591:21:
15:45:52   1589 |                     document.subFlowApprover.push(subFlow);
15:45:52   1590 |                     console.log("subflowData--->", subflowData);
15:45:52 > 1591 |                     console.log("document--->", document);
15:45:52        |                     ^
15:45:52   1592 |                   }
15:45:52   1593 |                 } else {
15:45:52   1594 |                   subflowData = Object.assign(
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_flowpanel.vue:1944:7:
15:45:52   1942 |     //隐藏小意见框
15:45:52   1943 |     hiddenSuggest() {
15:45:52 > 1944 |       console.log("隐藏小意见框");
15:45:52        |       ^
15:45:52   1945 |       this.isOrSuggest = !this.isOrSuggest;
15:45:52   1946 |     },
15:45:52   1947 |
15:45:52 
15:45:52 
15:45:52 10 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:579:5:
15:45:52   577 |   },
15:45:52   578 |   created(){
15:45:52 > 579 |     console.log('props', this.$props)
15:45:52       |     ^
15:45:52   580 |   },
15:45:52   581 |   beforeCreate(){
15:45:52   582 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:610:9:
15:45:52   608 | 			  return
15:45:52   609 | 		   }
15:45:52 > 610 |         console.log('e', e)
15:45:52       |         ^
15:45:52   611 |         let form=new FormData();
15:45:52   612 |         form.append("files",e.file)   
15:45:52   613 |         console.log(form)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:613:9:
15:45:52   611 |         let form=new FormData();
15:45:52   612 |         form.append("files",e.file)   
15:45:52 > 613 |         console.log(form)
15:45:52       |         ^
15:45:52   614 |         form.forEach(function (value, key) {
15:45:52   615 | 				if (value instanceof File) {
15:45:52   616 | 					form.set(key, value, value.name.replace(/ /g, ''))//去掉文件名称所有空格
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:636:17:
15:45:52   634 |           {
15:45:52   635 |             onSucess: response => {
15:45:52 > 636 |                 console.log(response.data.data) 
15:45:52       |                 ^
15:45:52   637 |                 if(response.data.data.length){
15:45:52   638 |                     let obj={
15:45:52   639 |                         name:response.data.data[0].fileName,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:658:12:
15:45:52   656 |         },
15:45:52   657 |         (res)=>{
15:45:52 > 658 |            console.log(res)
15:45:52       |            ^
15:45:52   659 |         },
15:45:52   660 |         e.file.uid,
15:45:52   661 |         
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:665:9:
15:45:52   663 |     },
15:45:52   664 |     obsFile(e){//obs文件上传
15:45:52 > 665 | 	       console.log(e)
15:45:52       | 	       ^
15:45:52   666 |       //去掉文件名称空格start
15:45:52   667 | 			let form = new FormData();
15:45:52   668 | 			form.append("files", e.file);			
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:675:4:
15:45:52   673 | 			})
15:45:52   674 | 			form.get('files')
15:45:52 > 675 | 			console.log(form.get('files'))
15:45:52       | 			^
15:45:52   676 | 			e.file=form.get('files')
15:45:52   677 |       //去掉文件名称空格end
15:45:52   678 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:701:5:
15:45:52   699 | 				SourceFile:e.file //获取file文件
15:45:52   700 | 			}).then(function(result) {
15:45:52 > 701 | 				console.log(result)
15:45:52       | 				^
15:45:52   702 |
15:45:52   703 | 				if(result.CommonMsg.Status < 300){
15:45:52   704 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:705:6:
15:45:52   703 | 				if(result.CommonMsg.Status < 300){
15:45:52   704 |
15:45:52 > 705 | 					console.log('Create object:' + objectKey + ' successfully!\n');
15:45:52       | 					^
15:45:52   706 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
15:45:52   707 |
15:45:52   708 | 					let uploadTime = '';
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:735:8:
15:45:52   733 | 	    },
15:45:52   734 |     handleRemove(file, fileList){
15:45:52 > 735 |        console.log(file)
15:45:52       |        ^
15:45:52   736 |        this.fileList.forEach((item,index)=>{
15:45:52   737 |            if(item.uid == file.uid){
15:45:52   738 |              this.fileList.splice(index,1)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:744:6:
15:45:52   742 |     handleExceed(files, fileList) {	//文件超出个数限制时的钩子
15:45:52   743 | 			if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
15:45:52 > 744 | 			  console.log(files[0])
15:45:52       | 			  ^
15:45:52   745 | 			  files[0].uid=new Date().getTime()
15:45:52   746 | 			  this.fileList=[]
15:45:52   747 | 			  let e={file:files[0]}
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:862:11:
15:45:52   860 |             viewId: "",
15:45:52   861 |           };
15:45:52 > 862 |           console.log("-3---->", document);
15:45:52       |           ^
15:45:52   863 |           this.$api.InitiateWorkFlow(appId, docId, document, {
15:45:52   864 |             onSucess: (response) => {
15:45:52   865 |               let status;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1323:7:
15:45:52   1321 |     //保存重新编辑的意见
15:45:52   1322 |     updateSuggestion() {
15:45:52 > 1323 |       console.log("更新编辑的数据-->");
15:45:52        |       ^
15:45:52   1324 |       console.log(this.inputSecond);
15:45:52   1325 |       let opinion = this.inputSecond;
15:45:52   1326 |       if(!opinion) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1324:7:
15:45:52   1322 |     updateSuggestion() {
15:45:52   1323 |       console.log("更新编辑的数据-->");
15:45:52 > 1324 |       console.log(this.inputSecond);
15:45:52        |       ^
15:45:52   1325 |       let opinion = this.inputSecond;
15:45:52   1326 |       if(!opinion) {
15:45:52   1327 |         this.$message({
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1362:11:
15:45:52   1360 |       API.deleteMostUseSuggestion(employeeId, opId, {
15:45:52   1361 |         onSucess: (response) => {
15:45:52 > 1362 |           console.log(response.data.data);
15:45:52        |           ^
15:45:52   1363 |           //后台返回500,未执行以下步骤
15:45:52   1364 |           if (response.data.data) {
15:45:52   1365 |             let delId = response.data.data.id;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1381:7:
15:45:52   1379 |     //添加意见
15:45:52   1380 |     addSuggestion() {
15:45:52 > 1381 |       console.log(this.input);
15:45:52        |       ^
15:45:52   1382 |       const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ;
15:45:52   1383 |
15:45:52   1384 |       let opinion = this.input;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1387:11:
15:45:52   1385 |       API.AddMostUseSuggestion(employeeId, opinion, {
15:45:52   1386 |         onSucess: (response) => {
15:45:52 > 1387 |           console.log(response.data.data);
15:45:52        |           ^
15:45:52   1388 |           let newSuggest = response.data.data;
15:45:52   1389 |           this.allSuggests.push(newSuggest);
15:45:52   1390 |           this.input = "";
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1809:25:
15:45:52   1807 |                       let subUserids = ''
15:45:52   1808 |                       if(s.subFlowApproverData && s.subFlowApproverData.approver && s.subFlowApproverData.approver.length > 0) {
15:45:52 > 1809 |                         console.log("subFlowApproverData-->",s.subFlowApproverData)
15:45:52        |                         ^
15:45:52   1810 |                         s.subFlowApproverData.approver[0].userids.forEach(el => {
15:45:52   1811 |                           subUserids += el + ";";
15:45:52   1812 |                         });
15:45:52 
15:45:52 
15:45:52 error: Unexpected 'debugger' statement (no-debugger) at src/components/form_new_flowpanel.vue:2061:7:
15:45:52   2059 |       let docId = formData.id;
15:45:52   2060 |       // 这里多加上 上传附件
15:45:52 > 2061 |       debugger
15:45:52        |       ^
15:45:52   2062 |       allData.fileList = this.fileList
15:45:52   2063 |       let document = allData;
15:45:52   2064 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2180:9:
15:45:52   2178 |       );
15:45:52   2179 |       } catch (error) {
15:45:52 > 2180 |         console.log(error);
15:45:52        |         ^
15:45:52   2181 |       }
15:45:52   2182 |      
15:45:52   2183 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2187:7:
15:45:52   2185 |     //隐藏小意见框
15:45:52   2186 |     hiddenSuggest() {
15:45:52 > 2187 |       console.log("隐藏小意见框");
15:45:52        |       ^
15:45:52   2188 |       this.isOrSuggest = !this.isOrSuggest;
15:45:52   2189 |     },
15:45:52   2190 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2281:9:
15:45:52   2279 |           viewId: "",
15:45:52   2280 |         };
15:45:52 > 2281 |         console.log(document)
15:45:52        |         ^
15:45:52   2282 |         API.getFlowPanel(appId, docId, document, {
15:45:52   2283 |           onSucess: (response) => {
15:45:52   2284 |             let nodesArr = response.data.data.nextNodes;
15:45:52 
15:45:52 
15:45:52 22 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:76:7:
15:45:52   74 |       // }else if(this.act.type == 58) { //协办
15:45:52   75 |       // }
15:45:52 > 76 |       console.log("选择合并------>");
15:45:52      |       ^
15:45:52   77 |       this.nodesList.forEach(item => {
15:45:52   78 |         for(let i=0; i<this.newHostOrCohostList.length; i++) {
15:45:52   79 |           if(item.id == this.newHostOrCohostList[i].id) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:109:9:
15:45:52   107 |       });
15:45:52   108 |       if(this.act.type == 57) { //主办
15:45:52 > 109 |         console.log("主办-->")
15:45:52       |         ^
15:45:52   110 |         this.$api.processHosting(this.openParams.appId, this.openParams._select, array, {
15:45:52   111 |           onSucess: response => {
15:45:52   112 |             if(response.data.errcode == 0) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:124:9:
15:45:52   122 |         })
15:45:52   123 |       }else if(this.act.type == 58) { //协办
15:45:52 > 124 |         console.log("协办-->");
15:45:52       |         ^
15:45:52   125 |         this.$api.processCoHosting(this.openParams.appId, this.openParams._select, array, {
15:45:52   126 |           onSucess: response => {
15:45:52   127 |             if(response.data.errcode == 0) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:144:9:
15:45:52   142 |     listUp(index) {
15:45:52   143 |       if(index == 0) {
15:45:52 > 144 |         console.log("最顶部-->");
15:45:52       |         ^
15:45:52   145 |       }else {
15:45:52   146 |         let arr = this.nodesList;
15:45:52   147 |         arr[index] = arr.splice(index-1, 1, arr[index])[0];
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:156:9:
15:45:52   154 |     listDown(index) {
15:45:52   155 |       if(index == this.nodesList.length-1) {
15:45:52 > 156 |         console.log("最底部-->")
15:45:52       |         ^
15:45:52   157 |       }else {
15:45:52   158 |         let arr = this.nodesList;
15:45:52   159 |         arr[index] = arr.splice(index+1, 1, arr[index])[0];
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:167:9:
15:45:52   165 |       if(this.act.type == 57) {
15:45:52   166 |         this.nodesList = this.approvers[0].nodes[0].auditors;
15:45:52 > 167 |         console.log("加签主办-->",this.nodesList);
15:45:52       |         ^
15:45:52   168 |       }else if (this.act.type == 58) {
15:45:52   169 |         this.nodesList = this.approvers[0].nodes[0].coAuditors;
15:45:52   170 |         console.log("加签协办-->",this.nodesList);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_processHosting_flowpanel.vue:170:9:
15:45:52   168 |       }else if (this.act.type == 58) {
15:45:52   169 |         this.nodesList = this.approvers[0].nodes[0].coAuditors;
15:45:52 > 170 |         console.log("加签协办-->",this.nodesList);
15:45:52       |         ^
15:45:52   171 |       }
15:45:52   172 |     },
15:45:52   173 |     //获取返回的数据
15:45:52 
15:45:52 
15:45:52 7 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:51:7:
15:45:52   49 |   methods: {  
15:45:52   50 |     getAllFields(){
15:45:52 > 51 |       console.log(this.$parent)      
15:45:52      |       ^
15:45:52   52 |       if(this.$store.state.searchFlag==0){
15:45:52   53 |         return this.formdata.fields;
15:45:52   54 |       }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:57:7:
15:45:52   55 |     },
15:45:52   56 |     findField(id) {
15:45:52 > 57 |       console.log(this.appId+'--测试-'+this.viewId)
15:45:52      |       ^
15:45:52   58 |      
15:45:52   59 |       let data = this.formdata  
15:45:52   60 |       console.log('变量:'+this.$store.state.searchFlag)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:60:7:
15:45:52   58 |      
15:45:52   59 |       let data = this.formdata  
15:45:52 > 60 |       console.log('变量:'+this.$store.state.searchFlag)
15:45:52      |       ^
15:45:52   61 |       for (let i = 0; i < data.fields.length; i++) {
15:45:52   62 |         let fld = data.fields[i];
15:45:52   63 |         console.log(fld.value)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:63:9:
15:45:52   61 |       for (let i = 0; i < data.fields.length; i++) {
15:45:52   62 |         let fld = data.fields[i];
15:45:52 > 63 |         console.log(fld.value)
15:45:52      |         ^
15:45:52   64 |         // data.fields[i].value='1' 
15:45:52   65 |         console.log(this.$store.state.searchDataStore)   
15:45:52   66 |         if(this.$store.state.searchDataStore.length){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:65:9:
15:45:52   63 |         console.log(fld.value)
15:45:52   64 |         // data.fields[i].value='1' 
15:45:52 > 65 |         console.log(this.$store.state.searchDataStore)   
15:45:52      |         ^
15:45:52   66 |         if(this.$store.state.searchDataStore.length){
15:45:52   67 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
15:45:52   68 |             console.log(66)     
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:68:13:
15:45:52   66 |         if(this.$store.state.searchDataStore.length){
15:45:52   67 |           if(this.$store.state.searchFlag==2&&i<=data.fields.length){   
15:45:52 > 68 |             console.log(66)     
15:45:52      |             ^
15:45:52   69 |             this.$store.state.searchDataStore.forEach(item=>{
15:45:52   70 |                if(item.appId==this.appId&&item.viewId==this.viewId){                
15:45:52   71 |                   Object.keys(item).forEach((key)=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:73:25:
15:45:52   71 |                   Object.keys(item).forEach((key)=>{
15:45:52   72 |                       if(key==fld.name){
15:45:52 > 73 |                         console.log('测试数据'+item[key])  
15:45:52      |                         ^
15:45:52   74 |                           this.$set(data.fields[i],'value',item[key])
15:45:52   75 |                           if(i==data.fields.length-1){
15:45:52   76 |                             setTimeout(()=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:79:30:
15:45:52   77 |                              this.$store.commit('searchFlag',1)
15:45:52   78 |                              },800)
15:45:52 > 79 |                              console.log(this.$parent.$parent)
15:45:52      |                              ^
15:45:52   80 |                              this.$parent.$parent.openSearchTemplate()//打开高级查询按钮
15:45:52   81 |                           }
15:45:52   82 |                       }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_searchform.vue:89:9:
15:45:52   87 |         }   
15:45:52   88 |  
15:45:52 > 89 |         console.log(fld)
15:45:52      |         ^
15:45:52   90 |         if (id == fld.id) return fld;
15:45:52   91 |       }  
15:45:52   92 |       
15:45:52 
15:45:52 
15:45:52 9 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:37:20:
15:45:52   35 |                 //        loading.close();//关闭加载
15:45:52   36 |                 //    });
15:45:52 > 37 |                    console.log("banner______________",response.data.data.data)
15:45:52      |                    ^
15:45:52   38 |                    if(response.data.data.data){
15:45:52   39 |                        let Arry=[]
15:45:52   40 |                        response.data.data.data.forEach(item=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAdvert.vue:49:24:
15:45:52   47 |                        })
15:45:52   48 |                        this.bannerArr=Arry
15:45:52 > 49 |                        console.log(this.bannerArr)
15:45:52      |                        ^
15:45:52   50 |                    }
15:45:52   51 |                 }
15:45:52   52 |             })
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:80:13:
15:45:52   78 |         else {
15:45:52   79 |             this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels
15:45:52 > 80 |             console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
15:45:52      |             ^
15:45:52   81 |             if(this.organizationLevels&&this.organizationLevels.includes('Premium')){
15:45:52   82 |                 this.appLevelsList()
15:45:52   83 |             }else{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:98:13:
15:45:52    96 |                 key: ""
15:45:52    97 |             }
15:45:52 >  98 |             console.log(this.$listeners)
15:45:52       |             ^
15:45:52    99 |             this.addTab(param)
15:45:52   100 |         },
15:45:52   101 |         applistIframe() {//查询应用列表
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:109:25:
15:45:52   107 |
15:45:52   108 |                     if (response.data && response.data.errmsg == "ok") {
15:45:52 > 109 |                         console.log(response.data)
15:45:52       |                         ^
15:45:52   110 |                         if (response.data.data.data.length) {
15:45:52   111 |                             let arr = []
15:45:52   112 |                             response.data.data.data.forEach((item, index) => {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:128:29:
15:45:52   126 |
15:45:52   127 |                             })
15:45:52 > 128 |                             console.log(arr)
15:45:52       |                             ^
15:45:52   129 |                             arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 
15:45:52   130 |
15:45:52   131 |                             const titleMap = {}
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:189:29:
15:45:52   187 |                                 }
15:45:52   188 |                             }
15:45:52 > 189 |                             console.log(arr2)
15:45:52       |                             ^
15:45:52   190 |                             this.appcateArrList = arr2
15:45:52   191 |
15:45:52   192 |                             //前端缓存本地代码块--切换不同组织的所有应用列表
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:203:13:
15:45:52   201 |         },
15:45:52   202 |         loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 
15:45:52 > 203 |             console.log(this.$parent.$parent.$parent.$parent)
15:45:52       |             ^
15:45:52   204 |             console.log('当前appId', appId)
15:45:52   205 |             let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000
15:45:52   206 |             if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:204:13:
15:45:52   202 |         loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单 
15:45:52   203 |             console.log(this.$parent.$parent.$parent.$parent)
15:45:52 > 204 |             console.log('当前appId', appId)
15:45:52       |             ^
15:45:52   205 |             let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000
15:45:52   206 |             if (appId == '__TS2n9hoVZ2MjWTPyJH9') {//警保指挥调度台应用直接跳转
15:45:52   207 |                 this.$nextTick(() => {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:214:17:
15:45:52   212 |             }
15:45:52   213 |             if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页
15:45:52 > 214 |                 console.log(this.$parent.$parent)
15:45:52       |                 ^
15:45:52   215 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(1)
15:45:52   216 |                 return
15:45:52   217 |             }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:223:17:
15:45:52   221 |
15:45:52   222 |             if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口
15:45:52 > 223 |                 console.log(this.$parent.$parent)
15:45:52       |                 ^
15:45:52   224 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(100)
15:45:52   225 |                 return
15:45:52   226 |             }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:228:17:
15:45:52   226 |             }
15:45:52   227 |             if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口
15:45:52 > 228 |                 console.log(this.$parent.$parent)
15:45:52       |                 ^
15:45:52   229 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(101)
15:45:52   230 |                 return
15:45:52   231 |             }
15:45:52 
15:45:52 
15:45:52 10 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeBoard.vue:55:9:
15:45:52   53 |     },
15:45:52   54 |     mounted() {
15:45:52 > 55 |         console.log(this)
15:45:52      |         ^
15:45:52   56 |     },
15:45:52   57 |     components:{
15:45:52   58 |         homeWelcome,
15:45:52 
15:45:52 
15:45:52 error: The "homeAdvert" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:59:9:
15:45:52   57 |     components:{
15:45:52   58 |         homeWelcome,
15:45:52 > 59 |         homeAdvert,
15:45:52      |         ^
15:45:52   60 |         homeToAlert,
15:45:52   61 |         homeMyused,
15:45:52   62 |         homeAllApp,
15:45:52 
15:45:52 
15:45:52 error: The "homeMyused" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:61:9:
15:45:52   59 |         homeAdvert,
15:45:52   60 |         homeToAlert,
15:45:52 > 61 |         homeMyused,
15:45:52      |         ^
15:45:52   62 |         homeAllApp,
15:45:52   63 |         homeManageCockPit,
15:45:52   64 |         homeSecCockPit,
15:45:52 
15:45:52 
15:45:52 error: The "homeSecCockPit" component has been registered but not used (vue/no-unused-components) at src/components/homeBoard.vue:64:9:
15:45:52   62 |         homeAllApp,
15:45:52   63 |         homeManageCockPit,
15:45:52 > 64 |         homeSecCockPit,
15:45:52      |         ^
15:45:52   65 |         homeCalendarBox
15:45:52   66 |     }
15:45:52   67 | }
15:45:52 
15:45:52 
15:45:52 4 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:66:11:
15:45:52   64 |             key:""
15:45:52   65 |           }
15:45:52 > 66 |           console.log(this.$listeners)
15:45:52      |           ^
15:45:52   67 |           this.addTab(param)
15:45:52   68 |         },        
15:45:52   69 |         applistIframe(){//查询应用列表 
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:76:25:
15:45:52   74 |                 onSucess: response => {                   
15:45:52   75 |                     if (response.data && response.data.errmsg == "ok") {
15:45:52 > 76 |                         console.log(response.data)
15:45:52      |                         ^
15:45:52   77 |                         if(response.data.data.data.length){
15:45:52   78 |                             let arr=[]
15:45:52   79 |                             response.data.data.data.forEach((item,index)=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:95:29:
15:45:52   93 |                                   
15:45:52   94 |                             })  
15:45:52 > 95 |                             console.log(arr)
15:45:52      |                             ^
15:45:52   96 |                             arr.sort((a,b)=>{return Number(a.cateSort)-Number(b.cateSort)}) //分类排序cateSort 
15:45:52   97 |                            
15:45:52   98 |                             const titleMap = {}
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:146:28:
15:45:52   144 |                                 } 
15:45:52   145 |                             }
15:45:52 > 146 |                            console.log(arr2)  
15:45:52       |                            ^
15:45:52   147 |                            this.appcateArrList=arr2
15:45:52   148 |                           
15:45:52   149 |                            if(this.appcateArrList[0].children[0].appid=='__d1qEDy3wYq8VF5KvUoE'){//智能人事(__xkeybkGaZa1SboC9GL1)、机构用户管理(__d1qEDy3wYq8VF5KvUoE)
15:45:52 
15:45:52 
15:45:52 4 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:325:12:
15:45:52   323 |             this.activeIndex=index 
15:45:52   324 |            var dayobjectStr=new Date(dayobject.day)
15:45:52 > 325 |            console.log(dayobjectStr.getFullYear())
15:45:52       |            ^
15:45:52   326 |            console.log(dayobjectStr.getMonth()+1)
15:45:52   327 |            console.log(dayobjectStr.getDate())
15:45:52   328 |            let year=dayobjectStr.getFullYear()
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:326:12:
15:45:52   324 |            var dayobjectStr=new Date(dayobject.day)
15:45:52   325 |            console.log(dayobjectStr.getFullYear())
15:45:52 > 326 |            console.log(dayobjectStr.getMonth()+1)
15:45:52       |            ^
15:45:52   327 |            console.log(dayobjectStr.getDate())
15:45:52   328 |            let year=dayobjectStr.getFullYear()
15:45:52   329 |            let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:327:12:
15:45:52   325 |            console.log(dayobjectStr.getFullYear())
15:45:52   326 |            console.log(dayobjectStr.getMonth()+1)
15:45:52 > 327 |            console.log(dayobjectStr.getDate())
15:45:52       |            ^
15:45:52   328 |            let year=dayobjectStr.getFullYear()
15:45:52   329 |            let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1)
15:45:52   330 |            let day=dayobjectStr.getDate()<10?'0'+dayobjectStr.getDate():dayobjectStr.getDate()
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:346:13:
15:45:52   344 |             let str=this.currentYear+'-'+currentMonthStr     
15:45:52   345 |             let obj={startTime:str}
15:45:52 > 346 |             console.log(obj)
15:45:52       |             ^
15:45:52   347 |            this.$api.v3searchCalendarListApi(obj,{
15:45:52   348 |                 onSucess: response => {
15:45:52   349 |                     console.log(response.data)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:349:21:
15:45:52   347 |            this.$api.v3searchCalendarListApi(obj,{
15:45:52   348 |                 onSucess: response => {
15:45:52 > 349 |                     console.log(response.data)
15:45:52       |                     ^
15:45:52   350 |                     if(response.data.code){
15:45:52   351 |                         this.calendarAllItem=response.data.datas  
15:45:52   352 |                         console.log(this.calendarAllItem)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:352:25:
15:45:52   350 |                     if(response.data.code){
15:45:52   351 |                         this.calendarAllItem=response.data.datas  
15:45:52 > 352 |                         console.log(this.calendarAllItem)
15:45:52       |                         ^
15:45:52   353 |                         if(this.calendarAllItem.length){
15:45:52   354 |                             this.calendarAllItem.forEach(item=>{
15:45:52   355 |                                let date=new Date(item.item_starttime.time)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:362:29:
15:45:52   360 |                                this.$set(item,'itemStartTimeAllTime',dateStr) 
15:45:52   361 |                             })
15:45:52 > 362 |                             console.log(this.calendarAllItem)
15:45:52       |                             ^
15:45:52   363 |                             
15:45:52   364 |                             //同一天                           
15:45:52   365 |                             this.days.forEach(item=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:370:44:
15:45:52   368 |                                           this.$nextTick(()=>{
15:45:52   369 |                                            this.$set(item,'count',item.count+1)
15:45:52 > 370 |                                            console.log(its.item_state)
15:45:52       |                                            ^
15:45:52   371 |                                             if(its.item_state=='已完成'){
15:45:52   372 |                                                 this.$set(item,'itemstatecount',item.itemstatecount+1)
15:45:52   373 |                                             }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:379:29:
15:45:52   377 |                             })
15:45:52   378 |
15:45:52 > 379 |                             console.log(this.days)
15:45:52       |                             ^
15:45:52   380 |                         }
15:45:52   381 |                     }
15:45:52   382 |                 }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:401:13:
15:45:52   399 |             }   
15:45:52   400 |             let obj={startTime:str}
15:45:52 > 401 |             console.log(obj)
15:45:52       |             ^
15:45:52   402 |            this.$api.v3searchCalendarListApi(obj,{
15:45:52   403 |                 onSucess: response => {
15:45:52   404 |                     console.log(response.data)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:404:21:
15:45:52   402 |            this.$api.v3searchCalendarListApi(obj,{
15:45:52   403 |                 onSucess: response => {
15:45:52 > 404 |                     console.log(response.data)
15:45:52       |                     ^
15:45:52   405 |                     if(response.data.code){
15:45:52   406 |                           this.calendarDataItems=response.data.datas  
15:45:52   407 |                           if(this.calendarDataItems.length){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:416:26:
15:45:52   414 |                              }) 
15:45:52   415 |                           }
15:45:52 > 416 |                          console.log(this.calendarDataItems) 
15:45:52       |                          ^
15:45:52   417 |                     }
15:45:52   418 |                 }
15:45:52   419 |             })
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:422:13:
15:45:52   420 |         },
15:45:52   421 |         itemState(item){
15:45:52 > 422 |             console.log(item)            
15:45:52       |             ^
15:45:52   423 |            let obj={
15:45:52   424 |                id:item.id,
15:45:52   425 |                state:item.item_stateFlag?'已完成':'未完成'
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:429:21:
15:45:52   427 |            this.$api.v3CanlendarFinishStatusApi(obj,{
15:45:52   428 |                 onSucess: response => {
15:45:52 > 429 |                     console.log(response.data)
15:45:52       |                     ^
15:45:52   430 |                     if(response.data.code){
15:45:52   431 |                           this.searchCalendarList() 
15:45:52   432 |                           this.searchCalendarListDay() 
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:467:13:
15:45:52   465 |         },
15:45:52   466 |         submit(){
15:45:52 > 467 |             console.log(this.formList.startTime)
15:45:52       |             ^
15:45:52   468 |             console.log(typeof this.formList.startTime)
15:45:52   469 |             console.log(this.formList)
15:45:52   470 |             console.log(this.resultArr)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:468:13:
15:45:52   466 |         submit(){
15:45:52   467 |             console.log(this.formList.startTime)
15:45:52 > 468 |             console.log(typeof this.formList.startTime)
15:45:52       |             ^
15:45:52   469 |             console.log(this.formList)
15:45:52   470 |             console.log(this.resultArr)
15:45:52   471 |             if(this.formList.endTime){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:469:13:
15:45:52   467 |             console.log(this.formList.startTime)
15:45:52   468 |             console.log(typeof this.formList.startTime)
15:45:52 > 469 |             console.log(this.formList)
15:45:52       |             ^
15:45:52   470 |             console.log(this.resultArr)
15:45:52   471 |             if(this.formList.endTime){
15:45:52   472 |                if(this.formList.endTime<this.formList.startTime) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:470:13:
15:45:52   468 |             console.log(typeof this.formList.startTime)
15:45:52   469 |             console.log(this.formList)
15:45:52 > 470 |             console.log(this.resultArr)
15:45:52       |             ^
15:45:52   471 |             if(this.formList.endTime){
15:45:52   472 |                if(this.formList.endTime<this.formList.startTime) {
15:45:52   473 |                    this.$message({type:'warning',message:'结束时间不能小于开始时间'})
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:489:22:
15:45:52   487 |                         ParticipantName=ParticipantName.substring(0,ParticipantName.length-1)                  
15:45:52   488 |                     }
15:45:52 > 489 |                      console.log(participant) 
15:45:52       |                      ^
15:45:52   490 |                     let obj={  
15:45:52   491 |                           items:{           
15:45:52   492 |                             thescheduleofTheType:this.formList.thescheduleofTheType,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:509:33:
15:45:52   507 |                         this.$api.v3CalendarOkUpdateApi(obj,{
15:45:52   508 |                             onSucess: response => {
15:45:52 > 509 |                                 console.log(response.data)
15:45:52       |                                 ^
15:45:52   510 |                             if(response.data.code==0){                            
15:45:52   511 |                                 this.dialog=false
15:45:52   512 |                                 this.$nextTick(function () {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:524:33:
15:45:52   522 |                     this.$api.v3CalendarOkApi(obj,{
15:45:52   523 |                             onSucess: response => {
15:45:52 > 524 |                                 console.log(response.data)
15:45:52       |                                 ^
15:45:52   525 |                             if(response.data.code==0){                            
15:45:52   526 |                                 this.dialog=false
15:45:52   527 |                                 this.$nextTick(function () {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:551:13:
15:45:52   549 |         }, 
15:45:52   550 |         filterMethod(val){//输入框过滤搜索
15:45:52 > 551 |             console.log(val)//输入框关键词名称
15:45:52       |             ^
15:45:52   552 |             this.params.keyword=val
15:45:52   553 |             let obj2={domainId:localStorage.getItem("domainId")||''}
15:45:52   554 |             this.$api.v3employeeTableListApi(this.params,obj2,{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:588:13:
15:45:52   586 |         }, 
15:45:52   587 |         filterMethodParty(val){//输入框过滤搜索
15:45:52 > 588 |             console.log(val)//输入框关键词名称
15:45:52       |             ^
15:45:52   589 |             this.params2.keyword=val
15:45:52   590 |             let obj2={domainId:localStorage.getItem("domainId")||''}
15:45:52   591 |             this.$api.v3employeeTableListApi(this.params2,obj2,{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:613:13:
15:45:52   611 |             this.resultArr=resultArr2
15:45:52   612 |             this.resultArr=[...new Set(this.resultArr)]
15:45:52 > 613 |             console.log(this.resultArr)   
15:45:52       |             ^
15:45:52   614 |         },
15:45:52   615 |         removetagParty(val){
15:45:52   616 |             console.log(val)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:616:13:
15:45:52   614 |         },
15:45:52   615 |         removetagParty(val){
15:45:52 > 616 |             console.log(val)
15:45:52       |             ^
15:45:52   617 |             this.resultArr.forEach(item=>{
15:45:52   618 |                 if(item.id==val){
15:45:52   619 |                 this.resultArr.splice(item,1)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:622:13:
15:45:52   620 |                 }
15:45:52   621 |             })
15:45:52 > 622 |             console.log(this.resultArr)
15:45:52       |             ^
15:45:52   623 |         },
15:45:52   624 |         uploadImg(e) {
15:45:52   625 |             // alert(this.fileList.length)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:630:13:
15:45:52   628 |             //     return false
15:45:52   629 |             // }
15:45:52 > 630 |             console.log(e.file)     
15:45:52       |             ^
15:45:52   631 |             let fd=new FormData()
15:45:52   632 |             fd.append("file",e.file)   
15:45:52   633 |             console.log(fd)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:633:13:
15:45:52   631 |             let fd=new FormData()
15:45:52   632 |             fd.append("file",e.file)   
15:45:52 > 633 |             console.log(fd)
15:45:52       |             ^
15:45:52   634 |             this.$api.v3commonFileUploadApi(fd,{
15:45:52   635 |                 onSucess: response => {
15:45:52   636 |                     console.log(response.data.data) 
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:636:21:
15:45:52   634 |             this.$api.v3commonFileUploadApi(fd,{
15:45:52   635 |                 onSucess: response => {
15:45:52 > 636 |                     console.log(response.data.data) 
15:45:52       |                     ^
15:45:52   637 |                     let obj={
15:45:52   638 |                         name:e.file.name,
15:45:52   639 |                         path:response.data.data,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:656:12:
15:45:52   654 |         },
15:45:52   655 |         handleRemove(file, fileList){
15:45:52 > 656 |            console.log(file)
15:45:52       |            ^
15:45:52   657 |            this.fileList.forEach((item,index)=>{
15:45:52   658 |                if(item==file){
15:45:52   659 |                  this.fileList.splice(index,1)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:700:11:
15:45:52   698 |         },   
15:45:52   699 |         onpreview(file){
15:45:52 > 700 |           console.log(file)
15:45:52       |           ^
15:45:52   701 |           if(file.path.indexOf('http')==-1){
15:45:52   702 |               if(location.origin.indexOf('test')>-1){
15:45:52   703 |                   window.open('/v3/shared'+file.path)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:727:29:
15:45:52   725 |                 this.$api.v3CanlendarDelApi(obj,{
15:45:52   726 |                         onSucess: response => {
15:45:52 > 727 |                             console.log(response.data)
15:45:52       |                             ^
15:45:52   728 |                             if(response.data.code){
15:45:52   729 |                                 this.searchCalendarList() 
15:45:52   730 |                                 this.searchCalendarListDay() 
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:745:21:
15:45:52   743 |            this.$api.v3CanlendarFinishStatusApi(obj,{
15:45:52   744 |                 onSucess: response => {
15:45:52 > 745 |                     console.log(response.data)
15:45:52       |                     ^
15:45:52   746 |                     if(response.data.code){
15:45:52   747 |                           this.searchCalendarList() 
15:45:52   748 |                           this.searchCalendarListDay() 
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:766:25:
15:45:52   764 |                    if(response.data.code==0){
15:45:52   765 |                         this.formList=response.data.datas[0]
15:45:52 > 766 |                         console.log(this.formList)
15:45:52       |                         ^
15:45:52   767 |                         if(this.formList.item_starttime){
15:45:52   768 |                             let date=new Date(this.formList.item_starttime.time)
15:45:52   769 |                             let year=date.getFullYear()
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:775:29:
15:45:52   773 |                             let mm=date.getMinutes()<10?'0'+date.getMinutes():date.getMinutes()
15:45:52   774 |                             let startTime=year+'-'+month+'-'+dates+'  '+HH+':'+mm
15:45:52 > 775 |                             console.log(startTime)
15:45:52       |                             ^
15:45:52   776 |                             console.log(typeof startTime)
15:45:52   777 |                             this.$set(this.formList,'startTime',startTime)
15:45:52   778 |                         }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:776:29:
15:45:52   774 |                             let startTime=year+'-'+month+'-'+dates+'  '+HH+':'+mm
15:45:52   775 |                             console.log(startTime)
15:45:52 > 776 |                             console.log(typeof startTime)
15:45:52       |                             ^
15:45:52   777 |                             this.$set(this.formList,'startTime',startTime)
15:45:52   778 |                         }
15:45:52   779 |                         if(this.formList.item_endtime){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:796:29:
15:45:52   794 |                         this.$set(this.formList,'executorName',this.formList.item_executorname)
15:45:52   795 |                         if(this.formList.item_participant){
15:45:52 > 796 |                             console.log(this.formList.item_participant)
15:45:52       |                             ^
15:45:52   797 |                          let  participantStr=this.formList.item_participant.split(";")  
15:45:52   798 |                         this.$set(this.formList,'participant',participantStr)
15:45:52   799 |                         this.$set(this.formList,'ParticipantName',this.formList.item_participantname)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:869:13:
15:45:52   867 |                 this.$set(item,'count',0)
15:45:52   868 |             })
15:45:52 > 869 |             console.log(this.days)
15:45:52       |             ^
15:45:52   870 |         },
15:45:52   871 |         pickPre(year, month){
15:45:52   872 |             // setDate(0); 上月最后一天
15:45:52 
15:45:52 
15:45:52 38 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeSecCockPit.vue:80:21:
15:45:52   78 |             this.$api.v3manageCockPitListApi(data,{
15:45:52   79 |                 onSucess: response => {
15:45:52 > 80 |                     console.log(response.data)
15:45:52      |                     ^
15:45:52   81 |                    if(response.data.code==0){
15:45:52   82 |                       let dataNums=response.data.data
15:45:52   83 |                       if(dataNums.length){
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9:
15:45:52   53 |     },
15:45:52   54 |     created() {
15:45:52 > 55 |         console.log(this.$root.user)
15:45:52      |         ^
15:45:52   56 |         this.network = __network__
15:45:52   57 |         if(this.network){
15:45:52   58 |             this.getLocation();   
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24:
15:45:52   105 |                    if(response.data.data){
15:45:52   106 |                        this.hiredDate=response.data.data.hiredDate
15:45:52 > 107 |                        console.log(this.hiredDate)
15:45:52       |                        ^
15:45:52   108 |                        this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
15:45:52   109 |                    }
15:45:52   110 |                 }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23:
15:45:52   119 |                 onSucess: response => {
15:45:52   120 |                    if(response.data.data){
15:45:52 > 121 |                       console.log(response.data.data)
15:45:52       |                       ^
15:45:52   122 |                       if(response.data.data.datas.length){
15:45:52   123 |                          this.getAnnouncementFirst=response.data.data.datas[0]
15:45:52   124 |                       }else{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21:
15:45:52   157 |                 function onComplete (data) {
15:45:52   158 |                     // data是具体的定位信息
15:45:52 > 159 |                     console.log('定位成功信息:', data.addressComponent.city);
15:45:52       |                     ^
15:45:52   160 |                     self.city = data.addressComponent.city;
15:45:52   161 |                     AMap.plugin('AMap.Weather', function() {
15:45:52   162 |                         console.log(self.city)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25:
15:45:52   160 |                     self.city = data.addressComponent.city;
15:45:52   161 |                     AMap.plugin('AMap.Weather', function() {
15:45:52 > 162 |                         console.log(self.city)
15:45:52       |                         ^
15:45:52   163 |                         var weather = new AMap.Weather();
15:45:52   164 |                             weather.getLive(self.city, function(err, data) {
15:45:52   165 |                             if (!err) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33:
15:45:52   164 |                             weather.getLive(self.city, function(err, data) {
15:45:52   165 |                             if (!err) {
15:45:52 > 166 |                                 console.log(data)
15:45:52       |                                 ^
15:45:52   167 |                                 self.cityInfo=data
15:45:52   168 |                                 if(data.weather.indexOf('晴')>-1){
15:45:52   169 |                                     self.weatherImg=self.sun
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21:
15:45:52   198 |                 function onError (data) {
15:45:52   199 |                     // 定位出错
15:45:52 > 200 |                     console.log('定位失败错误:', data);
15:45:52       |                     ^
15:45:52   201 |                     self.city=''//定位失败隐藏
15:45:52   202 |                     // 调用IP定位
15:45:52   203 |                     self.getLngLatLocation();
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21:
15:45:52   211 |                 if (status === 'complete' && result.info === 'OK') {
15:45:52   212 |                     // 查询成功,result即为当前所在城市信息
15:45:52 > 213 |                     console.log('通过ip获取当前城市:', result);
15:45:52       |                     ^
15:45:52   214 |                     // 逆向地理编码
15:45:52   215 |                     AMap.plugin('AMap.Geocoder', function () {
15:45:52   216 |                     var geocoder = new AMap.Geocoder({
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25:
15:45:52   223 |                         if (status === 'complete' && data.info === 'OK') {
15:45:52   224 |                         // result为对应的地理位置详细信息
15:45:52 > 225 |                         console.log(data);
15:45:52       |                         ^
15:45:52   226 |                         }
15:45:52   227 |                     });
15:45:52   228 |                     });
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20:
15:45:52   244 |                 //        loading.close();//关闭加载
15:45:52   245 |                 //    });
15:45:52 > 246 |                    console.log('banner______________',response.data.data.data)
15:45:52       |                    ^
15:45:52   247 |                    if(response.data.data.data){
15:45:52   248 |                        let Arry=[]
15:45:52   249 |                        response.data.data.data.forEach(item=>{
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24:
15:45:52   256 |                        })
15:45:52   257 |                        this.bannerArr=Arry
15:45:52 > 258 |                        console.log(this.bannerArr)
15:45:52       |                        ^
15:45:52   259 |                    }
15:45:52   260 |                 }
15:45:52   261 |             })
15:45:52 
15:45:52 
15:45:52 11 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/main_content.vue:237:7:
15:45:52   235 |     onTabClick: function(tab,index) {
15:45:52   236 |       // debugger
15:45:52 > 237 |       console.log(tab)
15:45:52       |       ^
15:45:52   238 |       console.log(index)
15:45:52   239 |       this.$emit("active-tab", tab,index);      
15:45:52   240 |       //点击tab标签左边菜单显示对应的应用--bcx新增功能
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_content.vue:238:7:
15:45:52   236 |       // debugger
15:45:52   237 |       console.log(tab)
15:45:52 > 238 |       console.log(index)
15:45:52       |       ^
15:45:52   239 |       this.$emit("active-tab", tab,index);      
15:45:52   240 |       //点击tab标签左边菜单显示对应的应用--bcx新增功能
15:45:52   241 |       let appId=tab.appId
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_content.vue:255:9:
15:45:52   253 |             this.$root.appid = appId;
15:45:52   254 |         }     
15:45:52 > 255 |         console.log(tab)
15:45:52       |         ^
15:45:52   256 |         this.setMaincontent(false)
15:45:52   257 |         this.$parent.showApp=true
15:45:52   258 |         this.$parent.showWait=false
15:45:52 
15:45:52 
15:45:52 3 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:157:7:
15:45:52   155 |     defaultClickFirst(dataArr){
15:45:52   156 |       // debugger
15:45:52 > 157 |       console.log(dataArr)
15:45:52       |       ^
15:45:52   158 |         if(dataArr[0].children){
15:45:52   159 |           if(dataArr[0].children[0].children){
15:45:52   160 |             this.onMenuClick(dataArr[0].children[0].children[0])
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:165:11:
15:45:52   163 |           }
15:45:52   164 |         }else{
15:45:52 > 165 |           console.log(dataArr[0])
15:45:52       |           ^
15:45:52   166 |           this.onMenuClick(dataArr[0])
15:45:52   167 |         }        
15:45:52   168 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:171:7:
15:45:52   169 |     onMenuClick: function(menu) {
15:45:52   170 |       // debugger
15:45:52 > 171 |       console.log(menu)
15:45:52       |       ^
15:45:52   172 |       this.currentMenuId = menu.id;
15:45:52   173 |       if(menu.opentarget == "target") {
15:45:52   174 |         let paramKey = '';
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:198:1:
15:45:52   196 |             });            
15:45:52   197 |
15:45:52 > 198 | console.log(routeData,'routeDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteData');
15:45:52       | ^
15:45:52   199 |
15:45:52   200 |         window.open(routeData.href, '_blank');
15:45:52   201 |         
15:45:52 
15:45:52 
15:45:52 4 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/main_pending.vue:605:9:
15:45:52   603 |     activate() {
15:45:52   604 |       if (this.backlogRight.length === 0) {
15:45:52 > 605 |         console.log("--->0");
15:45:52       |         ^
15:45:52   606 |       }
15:45:52   607 |     },
15:45:52   608 |     //点击左侧导航触发待办事项
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/main_processing.vue:248:7:
15:45:52   246 |     },
15:45:52   247 |     isComplete() {
15:45:52 > 248 |       console.log("isComplete---->",this.status);
15:45:52       |       ^
15:45:52   249 |       let appId = this.openParams.appId ? this.openParams.appId : this.currentAppId;
15:45:52   250 |       let params = {
15:45:52   251 |           applicationId: appId,
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/main_read.vue:209:7:
15:45:52   207 |     },
15:45:52   208 |     onRowClick(row, column, event ) {
15:45:52 > 209 |       console.log("row--->",row.index);
15:45:52       |       ^
15:45:52   210 |       
15:45:52   211 |       let params = {
15:45:52   212 |         appId: this.$root.appid,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_read.vue:351:9:
15:45:52   349 |     activate() {
15:45:52   350 |       if (this.backlogRight.length === 0) {
15:45:52 > 351 |         console.log("--->0");
15:45:52       |         ^
15:45:52   352 |       }
15:45:52   353 |     },
15:45:52   354 |     //点击左侧导航触发待办事项
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/main_unread.vue:211:7:
15:45:52   209 |     },
15:45:52   210 |     onRowClick(row, column, event ) {
15:45:52 > 211 |       console.log("row--->",row.index);
15:45:52       |       ^
15:45:52   212 |       
15:45:52   213 |       let params = {
15:45:52   214 |         appId: this.$root.appid,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/main_unread.vue:353:9:
15:45:52   351 |     activate() {
15:45:52   352 |       if (this.backlogRight.length === 0) {
15:45:52 > 353 |         console.log("--->0");
15:45:52       |         ^
15:45:52   354 |       }
15:45:52   355 |     },
15:45:52   356 |     //点击左侧导航触发待办事项
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/map_arcGIS.vue:122:9:
15:45:52   120 |       
15:45:52   121 |     }, reason => {
15:45:52 > 122 |         console.log (reason);
15:45:52       |         ^
15:45:52   123 |     })
15:45:52   124 |   },
15:45:52   125 |
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5:
15:45:52   47 |   created() {
15:45:52   48 |
15:45:52 > 49 |     console.log(this.openParams,'openParams');
15:45:52      |     ^
15:45:52   50 |
15:45:52   51 |     // Function to check if the URL contains the specified domain and redirect
15:45:52   52 |     function checkAndRedirect(v) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:84:11:
15:45:52   82 |       if(mainFrame.contentDocument){//同源有contentDocument,监听iframe页面点击,鼠标,键盘事件
15:45:52   83 |         mainFrame.contentDocument.onclick=function(){
15:45:52 > 84 |           console.log('点击同源iframe onclick页面')
15:45:52      |           ^
15:45:52   85 |           that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间
15:45:52   86 |         }
15:45:52   87 |         mainFrame.contentDocument.onkeyup=function(){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:88:11:
15:45:52   86 |         }
15:45:52   87 |         mainFrame.contentDocument.onkeyup=function(){
15:45:52 > 88 |           console.log('点击同源iframe onkeyup页面')
15:45:52      |           ^
15:45:52   89 |           that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间
15:45:52   90 |         }
15:45:52   91 |         mainFrame.contentDocument.onmousemove=function(){
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:92:11:
15:45:52   90 |         }
15:45:52   91 |         mainFrame.contentDocument.onmousemove=function(){
15:45:52 > 92 |           console.log('点击同源iframe onmousemove页面')
15:45:52      |           ^
15:45:52   93 |           that.$store.commit('SET_LASTTIME',new Date().getTime())//全局触发点击事件--获取最后一次时间
15:45:52   94 |         }
15:45:52   95 |         window.addEventListener('message',function(obj){//接收监听子元素iframe发过来的信息
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:96:12:
15:45:52   94 |         }
15:45:52   95 |         window.addEventListener('message',function(obj){//接收监听子元素iframe发过来的信息
15:45:52 > 96 |            console.log('接收监听子元素iframe发过来的信息', obj)
15:45:52      |            ^
15:45:52   97 |            if(obj.data){
15:45:52   98 |               let url=obj.data.url
15:45:52   99 |               if(url&&url.indexOf('http')>-1){
15:45:52 
15:45:52 
15:45:52 5 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_calctext.vue:47:7:
15:45:52   45 |   methods: {
15:45:52   46 |     setValue(value) {
15:45:52 > 47 |       console.log(value)
15:45:52      |       ^
15:45:52   48 |       if(value&&value.indexOf("pdfviewer.html") > -1) {
15:45:52   49 |         let statiContextPath = obpmConfig.statiContextPath;
15:45:52   50 |         if(statiContextPath) { //5.0 trunk
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_dept_select.vue:297:11:
15:45:52   295 |         onSucess: (res) => {
15:45:52   296 |           this.tableData = res.data.data;
15:45:52 > 297 |           console.log(this.tableData);
15:45:52       |           ^
15:45:52   298 |         },
15:45:52   299 |       });
15:45:52   300 |     },
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:323:7:
15:45:52   321 |         this.activeRightDept.push(key);
15:45:52   322 |       }
15:45:52 > 323 |       console.log("------------->", this.activeRightDept);
15:45:52       |       ^
15:45:52   324 |     },
15:45:52   325 |     selectType(val) {
15:45:52   326 |       if (val == "TORIGHT") {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:524:13:
15:45:52   522 |             // name: "test123"
15:45:52   523 |             // userCount: 21
15:45:52 > 524 |             console.log("this.nodes--->", nodes);
15:45:52       |             ^
15:45:52   525 |             resolve(nodes);
15:45:52   526 |           },
15:45:52   527 |         });
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:252:11:
15:45:52   250 |       this.$api.templateDownload(name, path, {
15:45:52   251 |         onSucess: (response) => {
15:45:52 > 252 |           console.log("res--->", response);
15:45:52       |           ^
15:45:52   253 |           let fileName = "";
15:45:52   254 |           let type = response.headers["content-type"];
15:45:52   255 |           if (response.headers["content-disposition"]) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:333:7:
15:45:52   331 |     },
15:45:52   332 |     openKmDialog() {
15:45:52 > 333 |       console.log("------------>", this.selectData);
15:45:52       |       ^
15:45:52   334 |       this.dialogVisible = true;
15:45:52   335 |       //fileName=&orderByfield=CREATE_DATE&orderMode=desc&pageNo=1&linesPerPage=10&_=1594349604925
15:45:52   336 |       let params = {
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:387:9:
15:45:52   385 |     listUp(index) {
15:45:52   386 |       if (index == 0) {
15:45:52 > 387 |         console.log("最顶部-->");
15:45:52       |         ^
15:45:52   388 |       } else {
15:45:52   389 |         let arr = this.field.value;
15:45:52   390 |         arr[index] = arr.splice(index - 1, 1, arr[index])[0];
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:397:9:
15:45:52   395 |     listDown(index) {
15:45:52   396 |       if (index == this.field.value.length - 1) {
15:45:52 > 397 |         console.log("最底部-->");
15:45:52       |         ^
15:45:52   398 |       } else {
15:45:52   399 |         let arr = this.field.value;
15:45:52   400 |         arr[index] = arr.splice(index + 1, 1, arr[index])[0];
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:419:4:
15:45:52   417 | 	
15:45:52   418 | 		uploadImg(e){
15:45:52 > 419 | 			console.log(e.file)
15:45:52       | 			^
15:45:52   420 | 			//obs文件上传start
15:45:52   421 |            if(__network__){
15:45:52   422 |               this.obsFile(e)//obs文件上传
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:668:5:
15:45:52   666 | 				}
15:45:52   667 | 				link.href = op + "/runtime/file/download?filename=" + encodeURI(file.name) + "&filepath=" + file.path+'&v='+new Date().getTime();
15:45:52 > 668 | 				console.log(link.href)
15:45:52       | 				^
15:45:52   669 | 				link.setAttribute('download', file.name);
15:45:52   670 | 				link.click();
15:45:52   671 | 			}
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:676:6:
15:45:52   674 | 		handleExceed(files, fileList) {	//文件超出个数限制时的钩子
15:45:52   675 | 			if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
15:45:52 > 676 | 			  console.log(files[0])
15:45:52       | 			  ^
15:45:52   677 | 			  files[0].uid=new Date().getTime()
15:45:52   678 | 			  this.field.value=[]
15:45:52   679 | 			  let e={file:files[0]}
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:850:4:
15:45:52   848 | 			})
15:45:52   849 | 			form.get('files')
15:45:52 > 850 | 			console.log(form.get('files'))
15:45:52       | 			^
15:45:52   851 | 			e.file=form.get('files')
15:45:52   852 |             //去掉文件名称空格end
15:45:52   853 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:876:5:
15:45:52   874 | 				SourceFile:e.file //获取file文件
15:45:52   875 | 			}).then(function(result) {
15:45:52 > 876 | 				console.log(result)
15:45:52       | 				^
15:45:52   877 |
15:45:52   878 | 				if(result.CommonMsg.Status < 300){
15:45:52   879 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:880:6:
15:45:52   878 | 				if(result.CommonMsg.Status < 300){
15:45:52   879 |
15:45:52 > 880 | 					console.log('Create object:' + objectKey + ' successfully!\n');
15:45:52       | 					^
15:45:52   881 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
15:45:52   882 | 					httpurl = convertCdnPath(httpurl);
15:45:52   883 | 					// let ob = {};
15:45:52 
15:45:52 
15:45:52 8 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:310:4:
15:45:52   308 | 			}
15:45:52   309 |
15:45:52 > 310 | 			console.log("formData.value-->",formData.value)
15:45:52       | 			^
15:45:52   311 |
15:45:52   312 |
15:45:52   313 | 			if(formData.value && formData.value.length > 0) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:463:4:
15:45:52   461 |
15:45:52   462 | 		uploadSuccess(response, file, fileList) {
15:45:52 > 463 | 			console.log(file);
15:45:52       | 			^
15:45:52   464 | 			console.log(fileList);
15:45:52   465 | 			let obj = {
15:45:52   466 | 					name: response.data[0].fileName,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:464:4:
15:45:52   462 | 		uploadSuccess(response, file, fileList) {
15:45:52   463 | 			console.log(file);
15:45:52 > 464 | 			console.log(fileList);
15:45:52       | 			^
15:45:52   465 | 			let obj = {
15:45:52   466 | 					name: response.data[0].fileName,
15:45:52   467 | 					path: response.data[0].filePath,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:569:4:
15:45:52   567 | 		
15:45:52   568 | 		handleRemove(file, fileList) {
15:45:52 > 569 | 			console.log("file--->",file);
15:45:52       | 			^
15:45:52   570 | 			console.log(fileList);
15:45:52   571 | 			let appId = this.$root.appid;
15:45:52   572 |       let formId = this.field.formId;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:570:4:
15:45:52   568 | 		handleRemove(file, fileList) {
15:45:52   569 | 			console.log("file--->",file);
15:45:52 > 570 | 			console.log(fileList);
15:45:52       | 			^
15:45:52   571 | 			let appId = this.$root.appid;
15:45:52   572 |       let formId = this.field.formId;
15:45:52   573 |       let docId = this.field.docId;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:584:7:
15:45:52   582 | 							}
15:45:52   583 | 						}
15:45:52 > 584 | 						console.log("this.field.value--->",this.field.value);
15:45:52       | 						^
15:45:52   585 | 					}
15:45:52   586 |           if (this.field.refreshOnChanged){
15:45:52   587 |             // this.$parent.refresh(this.field.id);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:696:9:
15:45:52   694 |
15:45:52   695 | 		obsFile(e){//obs文件上传
15:45:52 > 696 | 	       console.log(e)
15:45:52       | 	       ^
15:45:52   697 | 		    //去掉文件名称空格start
15:45:52   698 | 			let form = new FormData();
15:45:52   699 | 			form.append("files", e.file);			
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:706:4:
15:45:52   704 | 			})
15:45:52   705 | 			form.get('files')
15:45:52 > 706 | 			console.log(form.get('files'))
15:45:52       | 			^
15:45:52   707 | 			e.file=form.get('files')
15:45:52   708 |             //去掉文件名称空格end
15:45:52   709 | 			
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:732:5:
15:45:52   730 | 				SourceFile:e.file //获取file文件
15:45:52   731 | 			}).then(function(result) {
15:45:52 > 732 | 				console.log(result)
15:45:52       | 				^
15:45:52   733 |
15:45:52   734 | 				if(result.CommonMsg.Status < 300){
15:45:52   735 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:736:6:
15:45:52   734 | 				if(result.CommonMsg.Status < 300){
15:45:52   735 |
15:45:52 > 736 | 					console.log('Create object:' + objectKey + ' successfully!\n');
15:45:52       | 					^
15:45:52   737 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
15:45:52   738 | 					httpurl = convertCdnPath(httpurl);
15:45:52   739 | 					
15:45:52 
15:45:52 
15:45:52 10 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:206:13:
15:45:52   204 |
15:45:52   205 |           if(formData.id.indexOf('shapeType')>-1){
15:45:52 > 206 |             console.log('shapeType',e.data)
15:45:52       |             ^
15:45:52   207 |               // formData.value=e.data.shapeType
15:45:52   208 |               formData.value=e.data.shapeType
15:45:52   209 |           }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:211:14:
15:45:52   209 |           }
15:45:52   210 |           if(formData.id.indexOf('shapedLocation')>-1){
15:45:52 > 211 |              console.log('shapedLocation',e.data)
15:45:52       |              ^
15:45:52   212 |               formData.value=JSON.stringify(e.data.shapedLocation)
15:45:52   213 |           }
15:45:52   214 |       })
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:243:9:
15:45:52   241 |       handler:function(newV,oldV){
15:45:52   242 |         this.value = newV
15:45:52 > 243 |         console.log('this.value',this.value)
15:45:52       |         ^
15:45:52   244 |         let field = this.field
15:45:52   245 |         if (field.refreshOnChanged) {//判断是否需要刷新
15:45:52   246 |           if(field.refreshMode == 1) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:346:11:
15:45:52   344 |           sub = arr[i].split("=");
15:45:52   345 |           sub = sub[0].split(":");
15:45:52 > 346 |           console.log(sub[1]);
15:45:52       |           ^
15:45:52   347 |
15:45:52   348 |           key = sub[0];
15:45:52   349 |           value = sub[1];
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:504:16:
15:45:52   502 |           let index=fieldStyle.lastIndexOf("width:") + 6
15:45:52   503 |                fieldStyle=fieldStyle.slice(index)
15:45:52 > 504 |                console.log(fieldStyle,1)
15:45:52       |                ^
15:45:52   505 |                if(fieldStyle.indexOf("%")!==-1){
15:45:52   506 |                  index=fieldStyle.indexOf("%")
15:45:52   507 |                  fieldStyle=fieldStyle.slice(0,index)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:508:21:
15:45:52   506 |                  index=fieldStyle.indexOf("%")
15:45:52   507 |                  fieldStyle=fieldStyle.slice(0,index)
15:45:52 > 508 |                     console.log(fieldStyle,2)
15:45:52       |                     ^
15:45:52   509 |                 if(fieldStyle.length<=3){
15:45:52   510 |                   console.log(fieldStyle,3)
15:45:52   511 |                   fieldStyle=parseFloat(fieldStyle)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_input.vue:510:19:
15:45:52   508 |                     console.log(fieldStyle,2)
15:45:52   509 |                 if(fieldStyle.length<=3){
15:45:52 > 510 |                   console.log(fieldStyle,3)
15:45:52       |                   ^
15:45:52   511 |                   fieldStyle=parseFloat(fieldStyle)
15:45:52   512 |                 
15:45:52   513 |                   this.$refs.inputWrap.style.width="100%"
15:45:52 
15:45:52 
15:45:52 7 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_map.vue:471:7:
15:45:52   469 |
15:45:52   470 |     handler({ BMap, map }) {
15:45:52 > 471 |       console.log({ BMap, map });
15:45:52       |       ^
15:45:52   472 |       this.center.lng = 116.404;
15:45:52   473 |       this.center.lat = 39.915;
15:45:52   474 |       this.zoom = 3;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_map.vue:478:7:
15:45:52   476 |
15:45:52   477 |     zoomEnd(e) {
15:45:52 > 478 |       console.log(e);
15:45:52       |       ^
15:45:52   479 |       this.zoom = e.target.getZoom();
15:45:52   480 |     },
15:45:52   481 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_map.vue:492:7:
15:45:52   490 |         this.zoom = 19;
15:45:52   491 |       }
15:45:52 > 492 |       console.log(this.zoom);
15:45:52       |       ^
15:45:52   493 |     },
15:45:52   494 |
15:45:52   495 |     //右键$t('shrink')
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_map.vue:599:7:
15:45:52   597 |
15:45:52   598 |     changeLAL() {
15:45:52 > 599 |       console.log("经纬度改变了");
15:45:52       |       ^
15:45:52   600 |       let that = this;
15:45:52   601 |       if (this.currentLongitude && this.currentLatitude) {
15:45:52   602 |         (this.center = {
15:45:52 
15:45:52 
15:45:52 4 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_photo.vue:156:11:
15:45:52   154 |         })
15:45:52   155 |         .catch((error) => {
15:45:52 > 156 |           console.error("摄像头开启失败,请检查摄像头是否可用!");
15:45:52       |           ^
15:45:52   157 |           console.log(error);
15:45:52   158 |         });
15:45:52   159 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_photo.vue:157:11:
15:45:52   155 |         .catch((error) => {
15:45:52   156 |           console.error("摄像头开启失败,请检查摄像头是否可用!");
15:45:52 > 157 |           console.log(error);
15:45:52       |           ^
15:45:52   158 |         });
15:45:52   159 |     },
15:45:52   160 |     // 拍照
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_photo.vue:167:7:
15:45:52   165 |       // 转base64格式、图片格式转换、图片质量压缩
15:45:52   166 |       let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7);
15:45:52 > 167 |       console.log("拍的图片-->");
15:45:52       |       ^
15:45:52   168 |       console.log(imgBase64);
15:45:52   169 |       this.savePhoto = imgBase64;
15:45:52   170 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_photo.vue:168:7:
15:45:52   166 |       let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7);
15:45:52   167 |       console.log("拍的图片-->");
15:45:52 > 168 |       console.log(imgBase64);
15:45:52       |       ^
15:45:52   169 |       this.savePhoto = imgBase64;
15:45:52   170 |     },
15:45:52   171 |     // 关闭摄像头
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_photo.vue:180:7:
15:45:52   178 |       });
15:45:52   179 |       this.$refs["video"].srcObject = null;
15:45:52 > 180 |       console.log("关闭了");
15:45:52       |       ^
15:45:52   181 |     },
15:45:52   182 |     showDialog() {
15:45:52   183 |       var explorer = window.navigator.userAgent;
15:45:52 
15:45:52 
15:45:52 5 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_reminder_history.vue:250:7:
15:45:52   248 |   methods: {
15:45:52   249 |     getFlowHistory(){
15:45:52 > 250 |       console.log("this.fleld---->",this.field);
15:45:52       |       ^
15:45:52   251 |       let appId = this.$root.appid
15:45:52   252 |       let docId = this.field.docId;
15:45:52   253 |       this.$api.getRemindHistorys(
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_textarea.vue:162:13:
15:45:52   160 |           // }
15:45:52   161 |           if(formData.id.indexOf('shapedLocation')>-1){
15:45:52 > 162 |             console.log('shapedLocation',e.data)
15:45:52       |             ^
15:45:52   163 |               formData.value=JSON.stringify(e.data.shapedLocation)
15:45:52   164 |           }
15:45:52   165 |       })
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:606:11:
15:45:52   604 |         onSucess: (res) => {
15:45:52   605 |           this.tableData = res.data.data;
15:45:52 > 606 |           console.log(this.tableData);
15:45:52       |           ^
15:45:52   607 |         },
15:45:52   608 |       });
15:45:52   609 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:715:7:
15:45:52   713 |       this.selectedUsers = arrID;
15:45:52   714 |       this.selectedUsersList = arr;
15:45:52 > 715 |       console.log("this.selectedUsersList---->", this.selectedUsersList);
15:45:52       |       ^
15:45:52   716 |     },
15:45:52   717 |
15:45:52   718 |     /**
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:831:7:
15:45:52   829 |     //加载更多在线用户
15:45:52   830 |     onlinesLoadingMore() {
15:45:52 > 831 |       console.log(111);
15:45:52       |       ^
15:45:52   832 |       this.loadingIcon = true;
15:45:52   833 |       let pageSize = 10;
15:45:52   834 |       API.getOnlines(this.onlinesPage++, pageSize, {
15:45:52 
15:45:52 
15:45:52 3 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/obpm_open_container.vue:82:5:
15:45:52   80 |   created() {
15:45:52   81 |     let op = this.openParams;
15:45:52 > 82 |     console.log(this.openParams)
15:45:52      |     ^
15:45:52   83 |     this.doAction(op);
15:45:52   84 |   },
15:45:52   85 |   mounted() {
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/platAd.vue:106:12:
15:45:52   104 |                value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开
15:45:52   105 |            }
15:45:52 > 106 |            console.log(value)
15:45:52       |            ^
15:45:52   107 |            return value
15:45:52   108 |         },  
15:45:52   109 |          // 取消
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/platAdPop.vue:114:12:
15:45:52   112 |                value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开
15:45:52   113 |            }
15:45:52 > 114 |            console.log(value)
15:45:52       |            ^
15:45:52   115 |            return value
15:45:52   116 |         },        
15:45:52   117 |         cancle() {// 取消
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/pop.vue:68:7:
15:45:52   66 |       this.formList = newRowData; //拷贝一份存储对象引用不同地址
15:45:52   67 |       this.OperType = type;
15:45:52 > 68 |       console.log(this.formList.parentId)
15:45:52      |       ^
15:45:52   69 |       if (this.OperType == 0) {        
15:45:52   70 |         this.title = this.agreementTitle;
15:45:52   71 |         
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/print_view.vue:55:5:
15:45:52   53 |       }
15:45:52   54 |     }
15:45:52 > 55 |     console.log("--->",this.$route.query)
15:45:52      |     ^
15:45:52   56 |   },
15:45:52   57 |   mounted() {
15:45:52   58 |     this.getViewData();
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:555:11:
15:45:52   553 |           }
15:45:52   554 |
15:45:52 > 555 |           console.log("arr---->", arr);
15:45:52       |           ^
15:45:52   556 |           this.flowData = arr;
15:45:52   557 |           this.$nextTick(() => {
15:45:52   558 |             for (let i = 0; i < arr.length; i++) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:882:11:
15:45:52   880 |           });
15:45:52   881 |           this.process = newData;
15:45:52 > 882 |           console.log("this.process--->", this.process);
15:45:52       |           ^
15:45:52   883 |         },
15:45:52   884 |       });
15:45:52   885 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:955:11:
15:45:52   953 |             }
15:45:52   954 |           }
15:45:52 > 955 |           console.log("arr---->", arr);
15:45:52       |           ^
15:45:52   956 |           this.flowData = arr;
15:45:52   957 |         },
15:45:52   958 |       });
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:1049:7:
15:45:52   1047 |     checkedMobile() {
15:45:52   1048 |       var phoneReg = /^1\d{10}$/;
15:45:52 > 1049 |       console.log(
15:45:52        |       ^
15:45:52   1050 |         !phoneReg.test(this.information.mobile) && !this.information.mobile
15:45:52   1051 |       );
15:45:52   1052 |       console.log(this.information.mobile);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:1052:7:
15:45:52   1050 |         !phoneReg.test(this.information.mobile) && !this.information.mobile
15:45:52   1051 |       );
15:45:52 > 1052 |       console.log(this.information.mobile);
15:45:52        |       ^
15:45:52   1053 |       if (
15:45:52   1054 |         !phoneReg.test(this.information.mobile) &&
15:45:52   1055 |         this.information.mobile !== "" &&
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:1189:13:
15:45:52   1187 |           },
15:45:52   1188 |           onError: (error) => {
15:45:52 > 1189 |             console.log(error);
15:45:52        |             ^
15:45:52   1190 |           },
15:45:52   1191 |         }
15:45:52   1192 |       );
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:1307:11:
15:45:52   1305 |           });
15:45:52   1306 |           this.process = newData;
15:45:52 > 1307 |           console.log("this.process--->", this.process);
15:45:52        |           ^
15:45:52   1308 |         },
15:45:52   1309 |       });
15:45:52   1310 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:1343:11:
15:45:52   1341 |           });
15:45:52   1342 |           this.process = newData;
15:45:52 > 1343 |           console.log("this.process--->", this.process);
15:45:52        |           ^
15:45:52   1344 |         },
15:45:52   1345 |       });
15:45:52   1346 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/profile.vue:1444:13:
15:45:52   1442 |           },
15:45:52   1443 |           onError: (error) => {
15:45:52 > 1444 |             console.log(error);
15:45:52        |             ^
15:45:52   1445 |           },
15:45:52   1446 |         }
15:45:52   1447 |       );
15:45:52 
15:45:52 
15:45:52 9 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:26:7:
15:45:52   24 |       this.employeeId = localStorage.getItem('employeeId');
15:45:52   25 |       this.organizationsId = localStorage.getItem('domainId');
15:45:52 > 26 |       console.info('href', window.location.href);
15:45:52      |       ^
15:45:52   27 |       let domainUrl = window.location.href.split('/')[2];
15:45:52   28 |       console.info('domain url', domainUrl);
15:45:52   29 |       // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:28:7:
15:45:52   26 |       console.info('href', window.location.href);
15:45:52   27 |       let domainUrl = window.location.href.split('/')[2];
15:45:52 > 28 |       console.info('domain url', domainUrl);
15:45:52      |       ^
15:45:52   29 |       // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
15:45:52   30 |       this.inviteUrl = `https://${domainUrl}/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
15:45:52   31 |       this.showDialog = newVal;
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/report.vue:152:7:
15:45:52   150 |     setImgUrl(id) {
15:45:52   151 |       let imgLists = document.getElementById(id).getElementsByTagName("img");
15:45:52 > 152 |       console.log("imgLists-->", imgLists);
15:45:52       |       ^
15:45:52   153 |       let src = "";
15:45:52   154 |       for (let i = 0; i < imgLists.length; i++) {
15:45:52   155 |         let imgName = imgLists[i].src.split("/");
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/service.vue:143:29:
15:45:52   141 |                             Arry.sort((a,b)=>{return Number(a.sort)-Number(b.sort)})  
15:45:52   142 |                             this.appMarketServiceArry=Arry
15:45:52 > 143 |                             console.log(this.appMarketServiceArry)
15:45:52       |                             ^
15:45:52   144 |                       }
15:45:52   145 |                    }
15:45:52   146 |                }
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_blank.vue:79:7:
15:45:52   77 |     contentType: function() {
15:45:52   78 |
15:45:52 > 79 |       console.log(this.params,"this.__________________________");
15:45:52      |       ^
15:45:52   80 |       let compName;
15:45:52   81 |       switch (this.params.linkType) {
15:45:52   82 |         case "00":
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:1965:7:
15:45:52   1963 |       }
15:45:52   1964 |       this.currentDocIds = docIds;
15:45:52 > 1965 |       console.log("docIds--->",docIds);
15:45:52        |       ^
15:45:52   1966 |     },
15:45:52   1967 |
15:45:52   1968 |     getShowListData(page, size, searchData, startTime, endTime,) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:2133:15:
15:45:52   2131 |             onSucess: response => {
15:45:52   2132 |               let viewData = response.data;
15:45:52 > 2133 |               console.log("viewData-------->",viewData)
15:45:52        |               ^
15:45:52   2134 |               resolve(viewData);
15:45:52   2135 |             }
15:45:52   2136 |           }
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_cardview.vue:126:11:
15:45:52   124 |           this.loading = false;
15:45:52   125 |           this.CardData = tds;
15:45:52 > 126 |           console.log("this.tableData---->", this.CardData);
15:45:52       |           ^
15:45:52   127 |         }
15:45:52   128 |       });
15:45:52   129 |     },
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:300:9:
15:45:52   298 |       })
15:45:52   299 |       if (hasSelect) {
15:45:52 > 300 |         console.log(selection)
15:45:52       |         ^
15:45:52   301 |         console.log(row)
15:45:52   302 |         this.$nextTick(() => {  
15:45:52   303 |           this.$refs.multipleTable.toggleRowSelection(row,true);          
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:301:9:
15:45:52   299 |       if (hasSelect) {
15:45:52   300 |         console.log(selection)
15:45:52 > 301 |         console.log(row)
15:45:52       |         ^
15:45:52   302 |         this.$nextTick(() => {  
15:45:52   303 |           this.$refs.multipleTable.toggleRowSelection(row,true);          
15:45:52   304 |         })
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:565:23:
15:45:52   563 |                         tds.push(rows);
15:45:52   564 |                       });
15:45:52 > 565 |                       console.log(tds)
15:45:52       |                       ^
15:45:52   566 |                       resolve(tds);
15:45:52   567 |                     }   
15:45:52   568 |                   }
15:45:52 
15:45:52 
15:45:52 error: Duplicated key 'reloadListView' (vue/no-dupe-keys) at src/components/view_collapsibleview.vue:583:5:
15:45:52   581 |     },
15:45:52   582 |
15:45:52 > 583 |     reloadListView(){
15:45:52       |     ^
15:45:52   584 |       this.getData(this.currentPage);
15:45:52   585 |     },
15:45:52   586 |
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:618:7:
15:45:52   616 |         docIds = [];
15:45:52   617 |       }
15:45:52 > 618 |       console.log(docIds)
15:45:52       |       ^
15:45:52   619 |       this.$emit("getDocIds",docIds);
15:45:52   620 |     },
15:45:52   621 |
15:45:52 
15:45:52 
15:45:52 5 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:460:7:
15:45:52   458 |     init(isCloseDialog) {
15:45:52   459 |       // debugger
15:45:52 > 460 |       console.log(this.jumpParams);
15:45:52       |       ^
15:45:52   461 |       let op = this.openParams;
15:45:52   462 |       let exparams = {};
15:45:52   463 |       if (op.exparams) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:676:7:
15:45:52   674 |     //包含元素弹出层和当前页打开都是使用这个刷新
15:45:52   675 |     closeDialog(isSave) {
15:45:52 > 676 |       console.log(this.viewType)
15:45:52       |       ^
15:45:52   677 |       this.$refs.delegate.reloadListView();
15:45:52   678 |       if (!isSave) {
15:45:52   679 |         this.dialogVisible = false;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:724:9:
15:45:52   722 |       }
15:45:52   723 |       if ((st && st == "tab") || (st && st == "include")) {
15:45:52 > 724 |         console.log(exparams);
15:45:52       |         ^
15:45:52   725 |         console.log(5455);
15:45:52   726 |         //如果是控件选项卡
15:45:52   727 |         exparams.parentId = op.parentId;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:725:9:
15:45:52   723 |       if ((st && st == "tab") || (st && st == "include")) {
15:45:52   724 |         console.log(exparams);
15:45:52 > 725 |         console.log(5455);
15:45:52       |         ^
15:45:52   726 |         //如果是控件选项卡
15:45:52   727 |         exparams.parentId = op.parentId;
15:45:52   728 |         exparams.isRelate = op.isRelate;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:730:7:
15:45:52   728 |         exparams.isRelate = op.isRelate;
15:45:52   729 |       }
15:45:52 > 730 |       console.info('delegate 1', appId);
15:45:52       |       ^
15:45:52   731 |       this.$api.getViewTemplate(appId, viewId, exparams, {
15:45:52   732 |         onSucess: (response) => {
15:45:52   733 |           // alert(88)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:736:11:
15:45:52   734 |           this.loading = true;
15:45:52   735 |
15:45:52 > 736 |           console.info('response', response);
15:45:52       |           ^
15:45:52   737 |           if (response.data.data) {
15:45:52   738 |             if (!response.data.data.activities) {
15:45:52   739 |               //后台配置的视图操作按钮为0
15:45:52 
15:45:52 
15:45:52 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:1519:19:
15:45:52   1517 |                   break;
15:45:52   1518 |                 case 16: //导出excel
15:45:52 > 1519 |                   debugger
15:45:52        |                   ^
15:45:52   1520 |                   this.isBlockClick = false;
15:45:52   1521 |                   this.currentClickBtnAct = act;
15:45:52   1522 |                   let excelColumns = [];
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1525:19:
15:45:52   1523 |                   let columns = this.copyColumns;
15:45:52   1524 |                   let selectAll = [];
15:45:52 > 1525 |                   console.log(columns)
15:45:52        |                   ^
15:45:52   1526 |                   for (let i = 0; i < columns.length; i++) {
15:45:52   1527 |                     if (columns[i].visible4ExpExcel) {
15:45:52   1528 |                       excelColumns.push(columns[i]);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1775:13:
15:45:52   1773 |           if (res.data.errcode === 0) {
15:45:52   1774 |             let url = res.data.data.content;
15:45:52 > 1775 |             console.log(url);
15:45:52        |             ^
15:45:52   1776 |             let queryString = act.dispatcherParams;
15:45:52   1777 |             let isForm = url.search("form.html") != -1; //兼容good的url的写法(后期改)
15:45:52   1778 |             let isView = url.search("view.html") != -1; //兼容good的url的写法(后期改)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1796:13:
15:45:52   1794 |             let isExternalLink = false;
15:45:52   1795 |
15:45:52 > 1796 |             console.log("编辑流程");
15:45:52        |             ^
15:45:52   1797 |             console.log(url);
15:45:52   1798 |             if (url && url.indexOf("processHtmlTem.html") > -1) {
15:45:52   1799 |               API.softwareApplication(this.openParams.appId, {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1797:13:
15:45:52   1795 |
15:45:52   1796 |             console.log("编辑流程");
15:45:52 > 1797 |             console.log(url);
15:45:52        |             ^
15:45:52   1798 |             if (url && url.indexOf("processHtmlTem.html") > -1) {
15:45:52   1799 |               API.softwareApplication(this.openParams.appId, {
15:45:52   1800 |                 onSucess: (res) => {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1881:21:
15:45:52   1879 |                   if (isOpenCurrentSoftwareData) {
15:45:52   1880 |                     let formParams = "";
15:45:52 > 1881 |                     console.log(obj);
15:45:52        |                     ^
15:45:52   1882 |                     for (let key in obj) {
15:45:52   1883 |                       if (
15:45:52   1884 |                         key != "name" &&
15:45:52 
15:45:52 
15:45:52 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2272:9:
15:45:52   2270 |           }
15:45:52   2271 |         }
15:45:52 > 2272 |         debugger
15:45:52        |         ^
15:45:52   2273 |         console.log(view)
15:45:52   2274 |         if (view.searchFormId != undefined) {
15:45:52   2275 |           //高级查询
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2273:9:
15:45:52   2271 |         }
15:45:52   2272 |         debugger
15:45:52 > 2273 |         console.log(view)
15:45:52        |         ^
15:45:52   2274 |         if (view.searchFormId != undefined) {
15:45:52   2275 |           //高级查询
15:45:52   2276 |           let sfd = this.$refs.delegate.getSearchformBuildData();
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2277:11:
15:45:52   2275 |           //高级查询
15:45:52   2276 |           let sfd = this.$refs.delegate.getSearchformBuildData();
15:45:52 > 2277 |           console.log('sfd', sfd)
15:45:52        |           ^
15:45:52   2278 |           console.log('sd', sd)
15:45:52   2279 |           sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
15:45:52   2280 |           obj.items = sd;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2278:11:
15:45:52   2276 |           let sfd = this.$refs.delegate.getSearchformBuildData();
15:45:52   2277 |           console.log('sfd', sfd)
15:45:52 > 2278 |           console.log('sd', sd)
15:45:52        |           ^
15:45:52   2279 |           sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
15:45:52   2280 |           obj.items = sd;
15:45:52   2281 |         }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2302:17:
15:45:52   2300 |                   window.clearInterval(this.task);
15:45:52   2301 |                 }
15:45:52 > 2302 |                 console.log(excelRowCount);
15:45:52        |                 ^
15:45:52   2303 |                 if (excelRowCount == 10000) {
15:45:52   2304 |                   process = 100;
15:45:52   2305 |                   this.$message({
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2385:7:
15:45:52   2383 |
15:45:52   2384 |     onAction(act) {
15:45:52 > 2385 |       console.log(act);
15:45:52        |       ^
15:45:52   2386 |       //绑定视图的处理事件
15:45:52   2387 |       let actId = act.id;
15:45:52   2388 |       let activityType = act.type;     
15:45:52 
15:45:52 
15:45:52 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2668:7:
15:45:52   2666 |         formData = { ...formData, ...this.$route.query };
15:45:52   2667 |       }
15:45:52 > 2668 |       debugger
15:45:52        |       ^
15:45:52   2669 |       let divId = act.id;
15:45:52   2670 |       let actType = act.type;
15:45:52   2671 |       
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2810:19:
15:45:52   2808 |                   let columns = this.copyColumns;
15:45:52   2809 |                   let selectAll = [];
15:45:52 > 2810 |                   console.log(columns)
15:45:52        |                   ^
15:45:52   2811 |                   for (let i = 0; i < columns.length; i++) {
15:45:52   2812 |                     if (columns[i].visible4ExpExcel) {
15:45:52   2813 |                       excelColumns.push(columns[i]);
15:45:52 
15:45:52 
15:45:52 20 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_gantt.vue:370:9:
15:45:52   368 |           }
15:45:52   369 |         }
15:45:52 > 370 |         console.log("maxTime-->",maxTime,minTime)
15:45:52       |         ^
15:45:52   371 |         let monthBetweenNum = this.getMonthBetween(minTime, maxTime);
15:45:52   372 |
15:45:52   373 | 				this.monthBetweenHeadNum = JSON.parse(JSON.stringify(monthBetweenNum));
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:282:11:
15:45:52   280 |       const lo = new T.Geolocation();
15:45:52   281 |       lo.getCurrentPosition(function (e) {
15:45:52 > 282 |           console.log("🚀 ~ fn ~ e:", e, this.getStatus())
15:45:52       |           ^
15:45:52   283 |           if (this.getStatus() == 0){
15:45:52   284 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
15:45:52   285 |           }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:284:13:
15:45:52   282 |           console.log("🚀 ~ fn ~ e:", e, this.getStatus())
15:45:52   283 |           if (this.getStatus() == 0){
15:45:52 > 284 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
15:45:52       |             ^
15:45:52   285 |           }
15:45:52   286 |           if(this.getStatus() == 1){
15:45:52   287 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:287:13:
15:45:52   285 |           }
15:45:52   286 |           if(this.getStatus() == 1){
15:45:52 > 287 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
15:45:52       |             ^
15:45:52   288 |           }
15:45:52   289 |       });
15:45:52   290 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:352:13:
15:45:52   350 |           ls.search(currentLocation);
15:45:52   351 |           ls.setSearchCompleteCallback(function (rs) {
15:45:52 > 352 |             console.log(rs);
15:45:52       |             ^
15:45:52   353 |             if (rs.Hr) {
15:45:52   354 |               let point = rs.Hr[0].point;
15:45:52   355 |               that.center = {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:363:9:
15:45:52   361 |         }
15:45:52   362 |
15:45:52 > 363 |         console.log(
15:45:52       |         ^
15:45:52   364 |           this.openParams.appId,
15:45:52   365 |           this.view.id,
15:45:52   366 |           "_____________________"
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:381:15:
15:45:52   379 |               // let myGeo = new BMap.Geocoder();
15:45:52   380 |               let view = this.view;
15:45:52 > 381 |               console.log(
15:45:52       |               ^
15:45:52   382 |                 view,
15:45:52   383 |                 viewData,
15:45:52   384 |                 "###################################"
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:409:17:
15:45:52   407 |                 }
15:45:52   408 |               } catch (error) {
15:45:52 > 409 |                 console.log(error);
15:45:52       |                 ^
15:45:52   410 |               }
15:45:52   411 |
15:45:52   412 |               if(this.mapType === 'tianditu') {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:419:21:
15:45:52   417 |                   setTimeout(() => {
15:45:52   418 |                     this.viewDataList = viewData;
15:45:52 > 419 |                     console.log(
15:45:52       |                     ^
15:45:52   420 |                       this.viewDataList,
15:45:52   421 |                       "###############%@#%@#%@#%@#%#@"
15:45:52   422 |                     );
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:557:7:
15:45:52   555 |     },
15:45:52   556 |     zoomEnd(e) {
15:45:52 > 557 |       console.log(e);
15:45:52       |       ^
15:45:52   558 |       this.zoom = e.target.getZoom();
15:45:52   559 |     },
15:45:52   560 |     //右键放大
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:570:7:
15:45:52   568 |         this.zoom = 19;
15:45:52   569 |       }
15:45:52 > 570 |       console.log(this.zoom);
15:45:52       |       ^
15:45:52   571 |     },
15:45:52   572 |     //右键缩小
15:45:52   573 |     reduceMap(e) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:591:7:
15:45:52   589 |       //有问题,隐藏
15:45:52   590 |       this.markerHidden = false;
15:45:52 > 591 |       console.log(BMap);
15:45:52       |       ^
15:45:52   592 |       console.log(map);
15:45:52   593 |     },
15:45:52   594 |     infoWindowClose() {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:592:7:
15:45:52   590 |       this.markerHidden = false;
15:45:52   591 |       console.log(BMap);
15:45:52 > 592 |       console.log(map);
15:45:52       |       ^
15:45:52   593 |     },
15:45:52   594 |     infoWindowClose() {
15:45:52   595 |       this.currentShowId = "";
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:624:7:
15:45:52   622 |     searchBox(e) {
15:45:52   623 |       this.isActive = !this.isActive;
15:45:52 > 624 |       console.log(e);
15:45:52       |       ^
15:45:52   625 |     },
15:45:52   626 |     Delete(id) {
15:45:52   627 |       let that = this;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:628:7:
15:45:52   626 |     Delete(id) {
15:45:52   627 |       let that = this;
15:45:52 > 628 |       console.log("删除", id);
15:45:52       |       ^
15:45:52   629 |       let arr = [];
15:45:52   630 |       arr.push(id);
15:45:52   631 |       this.$api.batchRemoveDocuments(this.openParams.appId, arr, {
15:45:52 
15:45:52 
15:45:52 14 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/components/view_treeview.vue:716:17:
15:45:52   714 |                 });
15:45:52   715 |                 this.arrNodes = nodes
15:45:52 > 716 |                 console.log("this.arrNodes-1--->",this.arrNodes)
15:45:52       |                 ^
15:45:52   717 |                 resolve(this.arrNodes);
15:45:52   718 |                 if(this.arrNodes.length){//展开第一个节点的二级菜单
15:45:52   719 |                   this.arrNodes.forEach((item,index)=>{
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/expandedComponents/view_multi_level_column.vue:307:9:
15:45:52   305 |           initialIndex: i,
15:45:52   306 |         };
15:45:52 > 307 |         console.log("params--2->",params)
15:45:52       |         ^
15:45:52   308 |         this.$parent.setDialogStatus(params);
15:45:52   309 |       }
15:45:52   310 |     },
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/views/About.vue:49:9:
15:45:52   47 |       
15:45:52   48 |       if (event.data.type === 'CLOSE_IFRAME') {
15:45:52 > 49 |         console.log('收到关闭指令和数据:', event.data.payload);
15:45:52      |         ^
15:45:52   50 |         this.returnData = event.data.payload;
15:45:52   51 |         this.dialogVisible = false; // 关闭弹窗
15:45:52   52 |         
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:62:5:
15:45:52   60 |
15:45:52   61 |   mounted() {
15:45:52 > 62 |     console.log('this.$route.query', this.$route.query);
15:45:52      |     ^
15:45:52   63 |     let query = this.$route.query;
15:45:52   64 |     console.log('options', query);
15:45:52   65 |     this.trainCertificateInfo = query;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:64:5:
15:45:52   62 |     console.log('this.$route.query', this.$route.query);
15:45:52   63 |     let query = this.$route.query;
15:45:52 > 64 |     console.log('options', query);
15:45:52      |     ^
15:45:52   65 |     this.trainCertificateInfo = query;
15:45:52   66 |   },
15:45:52   67 |   methods: {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:143:11:
15:45:52   141 |         try {
15:45:52   142 |           backgroundImg = await this.preloadImage(backgroundImageUrl);
15:45:52 > 143 |           console.log("背景图片加载成功:", backgroundImageUrl);
15:45:52       |           ^
15:45:52   144 |         } catch (err) {
15:45:52   145 |           console.error("背景图片加载失败:", err);
15:45:52   146 |         }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:145:11:
15:45:52   143 |           console.log("背景图片加载成功:", backgroundImageUrl);
15:45:52   144 |         } catch (err) {
15:45:52 > 145 |           console.error("背景图片加载失败:", err);
15:45:52       |           ^
15:45:52   146 |         }
15:45:52   147 |
15:45:52   148 |         // 创建一个新的容器,用于生成PDF
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:280:9:
15:45:52   278 |
15:45:52   279 |       } catch (error) {
15:45:52 > 280 |         console.error('下载证书失败:', error);
15:45:52       |         ^
15:45:52   281 |         alert('下载证书失败,请稍后重试。错误详情: ' + error.message);
15:45:52   282 |       } finally {
15:45:52   283 |         this.isDownloading = false;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:313:11:
15:45:52   311 |         try {
15:45:52   312 |           await this.preloadImage(backgroundImageUrl);
15:45:52 > 313 |           console.log("背景图片加载成功:", backgroundImageUrl);
15:45:52       |           ^
15:45:52   314 |         } catch (err) {
15:45:52   315 |           console.error("背景图片加载失败:", err);
15:45:52   316 |         }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:315:11:
15:45:52   313 |           console.log("背景图片加载成功:", backgroundImageUrl);
15:45:52   314 |         } catch (err) {
15:45:52 > 315 |           console.error("背景图片加载失败:", err);
15:45:52       |           ^
15:45:52   316 |         }
15:45:52   317 |
15:45:52   318 |         // 创建一个新的容器,用于生成图片
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/Certificate.vue:401:9:
15:45:52   399 |
15:45:52   400 |       } catch (error) {
15:45:52 > 401 |         console.error('保存图片失败:', error);
15:45:52       |         ^
15:45:52   402 |         alert('保存图片失败,请稍后重试。错误详情: ' + error.message);
15:45:52   403 |       } finally {
15:45:52   404 |         this.isDownloading = false;
15:45:52 
15:45:52 
15:45:52 8 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:177:9:
15:45:52   175 |     clickRail(evt, feature) {
15:45:52   176 |       if (feature) {
15:45:52 > 177 |         console.log(feature);
15:45:52       |         ^
15:45:52   178 |         const rails = feature.get("features");
15:45:52   179 |         if (rails && rails.length === 1) {
15:45:52   180 |           this.showRailInfoFromList = false;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:183:11:
15:45:52   181 |           const rail = rails[0];
15:45:52   182 |           const info = rail.get("props");
15:45:52 > 183 |           console.log("clickRailInfo", info);
15:45:52       |           ^
15:45:52   184 |           this.showRailInfo({ info });
15:45:52   185 |         } else {
15:45:52   186 |           if (feature.get("props")) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:189:13:
15:45:52   187 |             this.showRailInfoFromList = false;
15:45:52   188 |             const info = feature.get("props");
15:45:52 > 189 |             console.log("clickRailInfo", info);
15:45:52       |             ^
15:45:52   190 |             this.showRailInfo({ info });
15:45:52   191 |           } else {
15:45:52   192 |             // 如果是聚合点就下钻一级
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:202:7:
15:45:52   200 |     
15:45:52   201 |     onRailLayerChange(features) {
15:45:52 > 202 |       console.log(features);
15:45:52       |       ^
15:45:52   203 |       if (features && features.length === 1) {
15:45:52   204 |         const feature = features[0];
15:45:52   205 |         const type = feature.get("type");
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:207:11:
15:45:52   205 |         const type = feature.get("type");
15:45:52   206 |         if (type && !this.showRailInfoFromList) {
15:45:52 > 207 |           console.log(type);
15:45:52       |           ^
15:45:52   208 |           if (type === "polygon" || type === "Polygon") {
15:45:52   209 |             const geometry = feature.get("geometry");
15:45:52   210 |             // const view = this.$refs.map.map.getView();
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:273:7:
15:45:52   271 |       this.electronicFenceInfo = JSON.parse(JSON.stringify(this.info));
15:45:52   272 |       this.electronicFenceInfo = {};
15:45:52 > 273 |       console.log(this.station);
15:45:52       |       ^
15:45:52   274 |       this.$nextTick(() => {
15:45:52   275 |         this.$refs.electronicFenceEdit.updateStation({
15:45:52   276 |           stationName: this.station.name,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:288:7:
15:45:52   286 |      */
15:45:52   287 |     async electronicFenceEditFn({ data }) {
15:45:52 > 288 |       console.log("编辑某条电子围栏", data);
15:45:52       |       ^
15:45:52   289 |       this.showRailInfoFromList = true;
15:45:52   290 |       // this.map.clearMap();
15:45:52   291 |       this.isElectronicFenceDialog = false;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:296:7:
15:45:52   294 |       const rail = await getRailDetailAccess(data.id);
15:45:52   295 |       this.info = { ...rail, ...this.electronicFenceInfo }; // 弹框信息
15:45:52 > 296 |       console.log(this.info);
15:45:52       |       ^
15:45:52   297 |       this.isElectronicFenceEditDialog = true;
15:45:52   298 |       // 显示可编辑围栏区域
15:45:52   299 |       this.showMapEditor(data);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:302:7:
15:45:52   300 |     },
15:45:52   301 |     delElectronic(data) {
15:45:52 > 302 |       console.log(data);
15:45:52       |       ^
15:45:52   303 |       let params = {
15:45:52   304 |         id: data.data.id,
15:45:52   305 |       };
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:308:11:
15:45:52   306 |       deleteRailAccess(params)
15:45:52   307 |         .then((res) => {
15:45:52 > 308 |           console.log("deleteRailAccess", res);
15:45:52       |           ^
15:45:52   309 |           this.$refs["electronicFence"].getRails();
15:45:52   310 |           this.$message({
15:45:52   311 |             message: "删除成功",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:316:11:
15:45:52   314 |         })
15:45:52   315 |         .catch((err) => {
15:45:52 > 316 |           console.log(err);
15:45:52       |           ^
15:45:52   317 |         });
15:45:52   318 |     },
15:45:52   319 |  
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:331:11:
15:45:52   329 |       })
15:45:52   330 |         .then((res) => {
15:45:52 > 331 |           console.log("searchRail", res);
15:45:52       |           ^
15:45:52   332 |           if (res) {
15:45:52   333 |             this.electronicFenceData = res;
15:45:52   334 |           } else {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:359:7:
15:45:52   357 |
15:45:52   358 |     showMapEditor({ shapeType, shapedLocation }) {
15:45:52 > 359 |       console.log('showMapEditor', shapeType, shapedLocation);
15:45:52       |       ^
15:45:52   360 |       switch (shapeType) {
15:45:52   361 |         case "Circle": // 圆
15:45:52   362 |           this.showCircleEditor(shapedLocation);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:374:7:
15:45:52   372 |     showPolygonEditor({ geos }) {
15:45:52   373 |       let list = geos.map((item) => [item.lon, item.lat]);
15:45:52 > 374 |       console.log(list);
15:45:52       |       ^
15:45:52   375 |       this.layers.railLayer.features = [
15:45:52   376 |         {
15:45:52   377 |           type: "polygon",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:388:7:
15:45:52   386 |         center: list[0],
15:45:52   387 |       });
15:45:52 > 388 |       console.log(this.layers.railLayer.features);
15:45:52       |       ^
15:45:52   389 |     },
15:45:52   390 |     showCribEditor({ geos }) {
15:45:52   391 |       let list = geos.map((item) => [item.lon, item.lat]);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:392:7:
15:45:52   390 |     showCribEditor({ geos }) {
15:45:52   391 |       let list = geos.map((item) => [item.lon, item.lat]);
15:45:52 > 392 |       console.log(list);
15:45:52       |       ^
15:45:52   393 |       this.layers.railLayer.features = [
15:45:52   394 |         {
15:45:52   395 |           type: "polygon",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:406:7:
15:45:52   404 |         center: list[0],
15:45:52   405 |       });
15:45:52 > 406 |       console.log(this.layers.railLayer.features);
15:45:52       |       ^
15:45:52   407 |     },
15:45:52   408 |     showCircleEditor({ geos, radius }) {
15:45:52   409 |       const [center] = geos.map((item) => [item.lon, item.lat]);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:410:7:
15:45:52   408 |     showCircleEditor({ geos, radius }) {
15:45:52   409 |       const [center] = geos.map((item) => [item.lon, item.lat]);
15:45:52 > 410 |       console.log(center);
15:45:52       |       ^
15:45:52   411 |       this.layers.railLayer.features = [
15:45:52   412 |         {
15:45:52   413 |           type: "Circle",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:427:7:
15:45:52   425 |     },
15:45:52   426 |     drawRail(type) {
15:45:52 > 427 |       console.log("drawRail", type);
15:45:52       |       ^
15:45:52   428 |       // this.layers.railLayer.features = []
15:45:52   429 |       this.drawType = type;
15:45:52   430 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:433:7:
15:45:52   431 |     drawend(evt, map) {
15:45:52   432 |       const { feature } = evt;
15:45:52 > 433 |       console.log(this.drawType);
15:45:52       |       ^
15:45:52   434 |       this.layers.railLayer.features = []; // 清空上一个电子围栏
15:45:52   435 |       const geometry = feature.getGeometry();
15:45:52   436 |       if (this.drawType === "Rectangle" || this.drawType === "Polygon") {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:441:9:
15:45:52   439 |           return utils.convertCoordinate(coordinate, "84-gd");
15:45:52   440 |         });
15:45:52 > 441 |         console.log(coordinates);
15:45:52       |         ^
15:45:52   442 |         console.log(convertCoordinates);
15:45:52   443 |         const params = {
15:45:52   444 |           geos: convertCoordinates.map((item) => {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:442:9:
15:45:52   440 |         });
15:45:52   441 |         console.log(coordinates);
15:45:52 > 442 |         console.log(convertCoordinates);
15:45:52       |         ^
15:45:52   443 |         const params = {
15:45:52   444 |           geos: convertCoordinates.map((item) => {
15:45:52   445 |             return {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:451:9:
15:45:52   449 |           }),
15:45:52   450 |         };
15:45:52 > 451 |         console.log(params);
15:45:52       |         ^
15:45:52   452 |         this.$refs.electronicFenceEdit.updateGeometry(params);
15:45:52   453 |       } else if (this.drawType === "Circle") {
15:45:52   454 |         const center = geometry.getCenter();
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:455:9:
15:45:52   453 |       } else if (this.drawType === "Circle") {
15:45:52   454 |         const center = geometry.getCenter();
15:45:52 > 455 |         console.log(center);
15:45:52       |         ^
15:45:52   456 |         const geoRadius = geometry.getRadius(); // 半径
15:45:52   457 |         const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位
15:45:52   458 |         const radius = (geoRadius * metersPerUnit).toFixed(2);
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:459:9:
15:45:52   457 |         const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位
15:45:52   458 |         const radius = (geoRadius * metersPerUnit).toFixed(2);
15:45:52 > 459 |         console.log(radius);
15:45:52       |         ^
15:45:52   460 |         const convertCoordinates = utils.convertCoordinate(center, "84-gd");
15:45:52   461 |         const params = {
15:45:52   462 |           geos: [
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:470:9:
15:45:52   468 |           radius,
15:45:52   469 |         };
15:45:52 > 470 |         console.log(params);
15:45:52       |         ^
15:45:52   471 |         this.$refs.electronicFenceEdit.updateGeometry(params);
15:45:52   472 |       }
15:45:52   473 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:482:8:
15:45:52   480 |       onSucess: (res) => {
15:45:52   481 |         let list = res.data.data.map(item => [item.longitude, item.latitude]);
15:45:52 > 482 |        console.log('list',list)
15:45:52       |        ^
15:45:52   483 |         this.layers.stationLayer.features = [
15:45:52   484 |           {
15:45:52   485 |             type: "polyline",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:517:8:
15:45:52   515 |         // let list = res.data.data.map(item => [item.longitude, item.latitude]);
15:45:52   516 |          const [center] = res.data.data.map((item) => [item.longitude, item.latitude]);
15:45:52 > 517 |        console.log('list',list)
15:45:52       |        ^
15:45:52   518 |         // this.layers.stationLayer.features = [
15:45:52   519 |         //   {
15:45:52   520 |         //     type: "polyline",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:546:5:
15:45:52   544 |   mounted() {
15:45:52   545 |     let query = this.$route.query;
15:45:52 > 546 |     console.log('query',query)
15:45:52       |     ^
15:45:52   547 |     if (query && query.pathId) {
15:45:52   548 |       this.showFenceEdit = false
15:45:52   549 |       this.initPosition(query.pathId)
15:45:52 
15:45:52 
15:45:52 29 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/views/main_pending.vue:677:9:
15:45:52   675 |     activate() {
15:45:52   676 |       if (this.backlogRight.length === 0) {
15:45:52 > 677 |         console.log("--->0");
15:45:52       |         ^
15:45:52   678 |       }
15:45:52   679 |     },
15:45:52   680 |     //点击左侧导航触发待办事项
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:85:29:
15:45:52   83 |                             }
15:45:52   84 |                         }, catch: error => {
15:45:52 > 85 |                             console.log('error1', error)
15:45:52      |                             ^
15:45:52   86 |                         }
15:45:52   87 |
15:45:52   88 |
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:353:11:
15:45:52   351 |           return data;
15:45:52   352 |         case 0: //流程处理在流程的表单权限里设置了隐藏,type返回0
15:45:52 > 353 |           this.isShowBtn = false
15:45:52       |           ^
15:45:52   354 |         default:
15:45:52   355 |           break;
15:45:52   356 |       }
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_tab.vue:323:7:
15:45:52   321 |       }
15:45:52   322 |       // this.tabWidth = document.documentElement.clientWidth - 327;
15:45:52 > 323 |       this.tabWidth = document.documentElement.clientWidth - 0;
15:45:52       |       ^
15:45:52   324 |       return this.setField(formData);
15:45:52   325 |       //return this.$parent.findField(this.id);
15:45:52   326 |     },
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/o_tab.vue:475:7:
15:45:52   473 |
15:45:52   474 |     handleChange(val) {
15:45:52 > 475 |       console.log(val);
15:45:52       |       ^
15:45:52   476 |     },
15:45:52   477 |
15:45:52   478 |     handleClick(tab) {
15:45:52 
15:45:52 
15:45:52 2 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:84:11:
15:45:52   82 |       if (formData.divWidth) {
15:45:52   83 |         if (formData.divWidth.indexOf("px") > -1) {
15:45:52 > 84 |           this.dialogWidth = formData.divWidth;
15:45:52      |           ^
15:45:52   85 |         } else if (formData.divWidth.indexOf("%") > -1) {
15:45:52   86 |           this.dialogWidth = formData.divWidth;
15:45:52   87 |         } else {
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:86:11:
15:45:52   84 |           this.dialogWidth = formData.divWidth;
15:45:52   85 |         } else if (formData.divWidth.indexOf("%") > -1) {
15:45:52 > 86 |           this.dialogWidth = formData.divWidth;
15:45:52      |           ^
15:45:52   87 |         } else {
15:45:52   88 |           this.dialogWidth = formData.divWidth + "px";
15:45:52   89 |         }
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:88:11:
15:45:52   86 |           this.dialogWidth = formData.divWidth;
15:45:52   87 |         } else {
15:45:52 > 88 |           this.dialogWidth = formData.divWidth + "px";
15:45:52      |           ^
15:45:52   89 |         }
15:45:52   90 |       }
15:45:52   91 |       if (formData.divHeight) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:96:11:
15:45:52   94 |         if (formData.divHeight.indexOf("px") > -1) {
15:45:52   95 |           h = formData.divHeight.split("px")[0];
15:45:52 > 96 |           this.dialogHidth = parseInt(h) - 100 + "px";
15:45:52      |           ^
15:45:52   97 |         } else if (formData.divHeight.indexOf("%") > -1) {
15:45:52   98 |           h = formData.divHeight;
15:45:52   99 |           let num = h.split("%")[0];
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:101:11:
15:45:52    99 |           let num = h.split("%")[0];
15:45:52   100 |           let he = (screen * parseInt(num)) / 100;
15:45:52 > 101 |           this.dialogHidth = he - 124 + "px";
15:45:52       |           ^
15:45:52   102 |         } else {
15:45:52   103 |           let t = screen * 0.15;
15:45:52   104 |           //let t = 1 - (formData.divHeight / screen);
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:106:13:
15:45:52   104 |           //let t = 1 - (formData.divHeight / screen);
15:45:52   105 |           if (parseInt(formData.divHeight) >= screen) {
15:45:52 > 106 |             this.dialogTop = "1%";
15:45:52       |             ^
15:45:52   107 |           } else {
15:45:52   108 |             let hd = screen - parseInt(formData.divHeight);
15:45:52   109 |             if (hd < t) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:112:17:
15:45:52   110 |               let d = Math.ceil(hd / t);
15:45:52   111 |               if (d >= 15) {
15:45:52 > 112 |                 this.dialogTop = "15%";
15:45:52       |                 ^
15:45:52   113 |               } else {
15:45:52   114 |                 this.dialogTop = d + "%";
15:45:52   115 |               }
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:114:17:
15:45:52   112 |                 this.dialogTop = "15%";
15:45:52   113 |               } else {
15:45:52 > 114 |                 this.dialogTop = d + "%";
15:45:52       |                 ^
15:45:52   115 |               }
15:45:52   116 |             }
15:45:52   117 |           }
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:118:11:
15:45:52   116 |             }
15:45:52   117 |           }
15:45:52 > 118 |           this.dialogHidth = parseInt(formData.divHeight) - 124 + "px";
15:45:52       |           ^
15:45:52   119 |         }
15:45:52   120 |       } else {
15:45:52   121 |         let screen = document.documentElement.clientHeight;
15:45:52 
15:45:52 
15:45:52 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:122:9:
15:45:52   120 |       } else {
15:45:52   121 |         let screen = document.documentElement.clientHeight;
15:45:52 > 122 |         this.dialogHidth = screen / 2 + 24 + "px";
15:45:52       |         ^
15:45:52   123 |       }
15:45:52   124 |
15:45:52   125 |       formData.obpmFilePath = obpmConfig.obpmFilePath;
15:45:52 
15:45:52 
15:45:52 10 errors found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected side effect in "options" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_select_about.vue:137:7:
15:45:52   135 |         });
15:45:52   136 |       });
15:45:52 > 137 |       this.selectData = selectData;
15:45:52       |       ^
15:45:52   138 |       return data;
15:45:52   139 |     }
15:45:52   140 |     
15:45:52 
15:45:52 
15:45:52 1 error found.
15:45:52 
15:45:52 Module Warning (from ./node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader/index.js):
15:45:52 error: Unexpected side effect in "template" computed property (vue/no-side-effects-in-computed-properties) at src/components/form_normalform.vue:378:11:
15:45:52   376 |
15:45:52   377 |         if (!data.formTemplate.template) {
15:45:52 > 378 |           this.isShowFormActivity = false;
15:45:52       |           ^
15:45:52   379 |           return {
15:45:52   380 |             components: { authority },
15:45:52   381 |             template: "<div><authority /></div>",
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:433:7:
15:45:52   431 |     let that=this;
15:45:52   432 |     window.addEventListener('message',function(e){//监听弹窗关闭-bcx
15:45:52 > 433 |       console.log('e',e)
15:45:52       |       ^
15:45:52   434 |       if(e.data){
15:45:52   435 |          that.jumpPopup=false
15:45:52   436 |       }      
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:448:7:
15:45:52   446 |     // 处理include-control 自动增大逻辑
15:45:52   447 |     handleIncludeControlBug() {
15:45:52 > 448 |       console.log('触发了')
15:45:52       |       ^
15:45:52   449 |       this.timeIds.forEach(id => {
15:45:52   450 |         clearInterval(id)
15:45:52   451 |       })
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:463:7:
15:45:52   461 |     },
15:45:52   462 |     handleIncludeControlRefresh(controls, cb) {
15:45:52 > 463 |       console.log('controls', controls)
15:45:52       |       ^
15:45:52   464 |       // resize 计算会走这里
15:45:52   465 |       // include可能原本就被隐藏 这里要集合
15:45:52   466 |       let affectedIncludeControls = []
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:473:7:
15:45:52   471 |         }
15:45:52   472 |       })
15:45:52 > 473 |       console.log('affectedIncludeControls获取Dom对象', affectedIncludeControls)
15:45:52       |       ^
15:45:52   474 |       this.$nextTick(() => {
15:45:52   475 |         cb() //这个执行的是handleIncludeControlComputed(controls)();
15:45:52   476 |         affectedIncludeControls.forEach(itm => {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:483:9:
15:45:52   481 |     handleIncludeControlComputed(controls) {
15:45:52   482 |       controls.forEach(item => {
15:45:52 > 483 |         console.log('item.parentNode', item.parentNode)
15:45:52       |         ^
15:45:52   484 |         let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
15:45:52   485 |         console.log('pw', pw)
15:45:52   486 |         if (pw > 0) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:485:9:
15:45:52   483 |         console.log('item.parentNode', item.parentNode)
15:45:52   484 |         let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
15:45:52 > 485 |         console.log('pw', pw)
15:45:52       |         ^
15:45:52   486 |         if (pw > 0) {
15:45:52   487 |           item.style.width = pw + 'px'  //增加父元素固定宽度'.include-control' 与 '.tab-control'
15:45:52   488 |         } else {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:490:13:
15:45:52   488 |         } else {
15:45:52   489 |           let id = setTimeout(() => {
15:45:52 > 490 |             console.log(111)
15:45:52       |             ^
15:45:52   491 |             // resize 计算会走这里
15:45:52   492 |             // include可能原本就被隐藏 这里要集合
15:45:52   493 |             if (item.style.display !== 'none') {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:500:15:
15:45:52   498 |             }
15:45:52   499 |             this.$nextTick(() => {
15:45:52 > 500 |               console.log('bb', parseFloat(getComputedStyle(item.parentNode).paddingLeft));
15:45:52       |               ^
15:45:52   501 |               let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
15:45:52   502 |               if (pw > 0) {
15:45:52   503 |                 console.log('item.parentNode', item.parentNode)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:503:17:
15:45:52   501 |               let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
15:45:52   502 |               if (pw > 0) {
15:45:52 > 503 |                 console.log('item.parentNode', item.parentNode)
15:45:52       |                 ^
15:45:52   504 |                 item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control'
15:45:52   505 |                 item.style.display = "block"
15:45:52   506 |                 clearInterval(id)
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:609:15:
15:45:52   607 |             signatureid,
15:45:52   608 |             function (data) {
15:45:52 > 609 |               console.log(data);
15:45:52       |               ^
15:45:52   610 |             }
15:45:52   611 |           );
15:45:52   612 |           break;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:774:7:
15:45:52   772 |     initForm({ appId, formId, docId }) {
15:45:52   773 |       let openParams = this.openParams;
15:45:52 > 774 |       console.log(docId);
15:45:52       |       ^
15:45:52   775 |       if (openParams.appId) {
15:45:52   776 |         this.$root.appid = openParams.appId; //如果有多个软件,当从首页进入表单,需要把当前页当前数据的appId赋值给全局变量,否则有可能导致软件的appId拿错
15:45:52   777 |       }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:799:9:
15:45:52   797 |           obj = this.setParams(openParams.urlParams, obj);
15:45:52   798 |         }
15:45:52 > 799 |         console.log("获取表单。。。");
15:45:52       |         ^
15:45:52   800 |         API.getForm(
15:45:52   801 |           appId,
15:45:52   802 |           formId,
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:938:29:
15:45:52   936 |                           signatureid,
15:45:52   937 |                           function (data) {
15:45:52 > 938 |                             console.log(data);
15:45:52       |                             ^
15:45:52   939 |                           }
15:45:52   940 |                         );
15:45:52   941 |                         break;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:996:21:
15:45:52   994 |                 for (let i = 0; i < data.fields.length; i++) {
15:45:52   995 |                   if (data.fields[i].isModified) {
15:45:52 > 996 |                     console.log("111", showLog);
15:45:52       |                     ^
15:45:52   997 |                     showLog = true;
15:45:52   998 |                     break;
15:45:52   999 |                   }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1179:7:
15:45:52   1177 |         params = { ...params, ...this.$route.query };
15:45:52   1178 |       }
15:45:52 > 1179 |       console.log(params);
15:45:52        |       ^
15:45:52   1180 |       API.getForm(appId, formId, docId, params, {
15:45:52   1181 |         onSucess: (res) => {
15:45:52   1182 |           let fd = res.data.data;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1236:19:
15:45:52   1234 |                   //表单嵌套tab判断传递参数
15:45:52   1235 |                   fields[i].exparams = op.exparams;
15:45:52 > 1236 |                   console.log(fields[i].exparams);
15:45:52        |                   ^
15:45:52   1237 |                 }
15:45:52   1238 |                 if (fields[i].tabs && fields[i].tabs.length > 0) {
15:45:52   1239 |                   for (let j = 0; j < fields[i].tabs.length; j++) {
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1470:19:
15:45:52   1468 |               fields.forEach((f, i) => {
15:45:52   1469 |                 if (field.id == f.id) {
15:45:52 > 1470 |                   console.log(fields[i].type);
15:45:52        |                   ^
15:45:52   1471 |                   fields[i].value = field.value; //只能更新value,而不能简单做对象替换,field.value绑定在组件v-model上,如果直接替换只是数组内存指针简单变更
15:45:52   1472 |                   fields[i].options = field.options;
15:45:52   1473 |                   fields[i].tabs = field.tabs;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1511:7:
15:45:52   1509 |
15:45:52   1510 |     handleClose(done) {
15:45:52 > 1511 |       console.log('done',done)
15:45:52        |       ^
15:45:52   1512 |       done();
15:45:52   1513 |       if (this.isDialogOpenExternalLink) {
15:45:52   1514 |         let appId = this.openParams.appId;
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2405:15:
15:45:52   2403 |               }
15:45:52   2404 |             } else if (response.data.errcode == 0) {//请求成功返回
15:45:52 > 2405 |               console.log('response.data', response.data)
15:45:52        |               ^
15:45:52   2406 |               console.log('activityType', activityType)
15:45:52   2407 |               if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示
15:45:52   2408 |                 this.$message({ type: 'success', message: '操作成功' })
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2406:15:
15:45:52   2404 |             } else if (response.data.errcode == 0) {//请求成功返回
15:45:52   2405 |               console.log('response.data', response.data)
15:45:52 > 2406 |               console.log('activityType', activityType)
15:45:52        |               ^
15:45:52   2407 |               if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示
15:45:52   2408 |                 this.$message({ type: 'success', message: '操作成功' })
15:45:52   2409 |               }
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2584:7:
15:45:52   2582 |     doSave(num, actId, withOld, subDoc, act) {
15:45:52   2583 |       // debugger
15:45:52 > 2584 |       console.log(777);
15:45:52        |       ^
15:45:52   2585 |       let openParams = this.openParams;
15:45:52   2586 |       let that = this;
15:45:52   2587 |       let transferrData = "";
15:45:52 
15:45:52 
15:45:52 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:3449:13:
15:45:52   3447 |         API.executeCustom(appId, actId, obj, params, {
15:45:52   3448 |           onSucess: (res) => {
15:45:52 > 3449 |             console.log(res);
15:45:52        |             ^
15:45:52   3450 |             let errcode = res.data.errcode;
15:45:52   3451 |             if (errcode == 0) {
15:45:52   3452 |               let errmsg = act.name + this.$t("success");
15:45:52 
15:45:52 
15:45:52 23 errors found.
15:45:52 
15:45:52 You may use special comments to disable some warnings.
15:45:52 Use // eslint-disable-next-line to ignore the next line.
15:45:52 Use /* eslint-disable */ to ignore all warnings in a file.
15:45:52  warning  in ./src/api.js
15:45:52 
15:45:52 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
15:45:52 
15:45:52 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/api.js
15:45:52    57:5  error  Unexpected console statement  no-console
15:45:52   587:5  error  Unexpected console statement  no-console
15:45:52   740:5  error  Unexpected console statement  no-console
15:45:52 
15:45:52 ✖ 3 problems (3 errors, 0 warnings)
15:45:52 
15:45:52 
15:45:52  @ ./src/main.js 14:0-27 38:21-24 361:4-7 380:4-7
15:45:52  @ multi ./src/main.js
15:45:52 
15:45:52  warning  in ./src/main.js
15:45:52 
15:45:52 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
15:45:52 
15:45:52 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/main.js
15:45:52   370:3  error  Unexpected console statement  no-console
15:45:52   375:9  error  Unexpected console statement  no-console
15:45:52   389:3  error  Unexpected console statement  no-console
15:45:52 
15:45:52 ✖ 3 problems (3 errors, 0 warnings)
15:45:52 
15:45:52 
15:45:52  @ multi ./src/main.js
15:45:52 
15:45:52  warning  in ./src/store.js
15:45:52 
15:45:52 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
15:45:52 
15:45:52 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/store.js
15:45:52   193:7   error  Unexpected console statement  no-console
15:45:52   205:7   error  Unexpected console statement  no-console
15:45:52   346:15  error  Unexpected console statement  no-console
15:45:52   347:15  error  Unexpected console statement  no-console
15:45:52   351:17  error  Unexpected console statement  no-console
15:45:52 
15:45:52 ✖ 5 problems (5 errors, 0 warnings)
15:45:52 
15:45:52 
15:45:52  @ ./src/main.js 13:0-28 400:11-16
15:45:52  @ multi ./src/main.js
15:45:52 
15:45:52  warning  
15:45:52 
15:45:52 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
15:45:52 This can impact web performance.
15:45:52 Assets: 
15:45:52   fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
15:45:52   fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
15:45:52   img/fontawesome-webfont.912ec66d.svg (434 KiB)
15:45:52   img/background.646883a5.jpg (363 KiB)
15:45:52   fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
15:45:52   img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
15:45:52   js/Processing.8fc074cd.js (1.9 MiB)
15:45:52   js/app~08abe87c.3ad7ab88.js (930 KiB)
15:45:52   js/app~1b265c33.4978cc08.js (518 KiB)
15:45:52   js/app~2fcc31b6.1f3d131e.js (534 KiB)
15:45:52   js/app~4388d833.45df74d9.js (614 KiB)
15:45:52   js/app~7a34b5d3.670bdd89.js (1.76 MiB)
15:45:52   js/app~941f64e5.902d2909.js (516 KiB)
15:45:52   js/app~a8f598a1.aa212713.js (443 KiB)
15:45:52   js/app~c714bc7b.ed46b67b.js (453 KiB)
15:45:52   js/certificate~f71cff67.9978564b.js (536 KiB)
15:45:52   js/chunk-commons~31ecd969.476b6131.js (1020 KiB)
15:45:52   iwebapp/pdfjs/core/pdf.js (584 KiB)
15:45:52   iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
15:45:52   js/esdk-obs-browserjs.min.js (304 KiB)
15:45:52   pdf/word/pdfjs/build/pdf.js (774 KiB)
15:45:52   iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
15:45:52   iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
15:45:52   pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
15:45:52   pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
15:45:52   pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
15:45:52   pdf/word/pdfjs/web/viewer.js (655 KiB)
15:45:52   pdf/word/pdfjs/web/viewer.js.map (751 KiB)
15:45:52   pdf/word/iWebOffice2015.cab (12.4 MiB)
15:45:52   UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
15:45:52   UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
15:45:52   UEditor/third-party/jquery-1.10.2.js (267 KiB)
15:45:52   UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
15:45:52   UEditor/ueditor.all.min.js (373 KiB)
15:45:52   UEditor/ueditor.all.js (1.06 MiB)
15:45:52 
15:45:52  warning  
15:45:52 
15:45:52 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
15:45:52 Entrypoints:
15:45:52   app (9.09 MiB)
15:45:52       js/app~08abe87c.3ad7ab88.js
15:45:52       js/Processing.8fc074cd.js
15:45:52       js/app~a8f598a1.aa212713.js
15:45:52       js/app~c714bc7b.ed46b67b.js
15:45:52       js/app~4388d833.45df74d9.js
15:45:52       js/app~2fcc31b6.1f3d131e.js
15:45:52       js/app~941f64e5.902d2909.js
15:45:52       js/app~1b265c33.4978cc08.js
15:45:52       js/certificate~f71cff67.9978564b.js
15:45:52       js/chunk-commons~31ecd969.476b6131.js
15:45:52       js/app~7a34b5d3.670bdd89.js
15:45:52 
15:45:52 
15:45:58 Webpack Bundle Analyzer is started at http://127.0.0.1:8888
15:45:58 Use Ctrl+C to close it
15:45:59   File                                      Size             Gzipped
15:45:59 
15:45:59   dist/UEditor/ueditor.all.min.js           373.46 KiB       100.76 KiB
15:45:59   dist/js/esdk-obs-browserjs.min.js         303.80 KiB       78.74 KiB
15:45:59   dist/iwebapp/pdfjs/jquery-1.11.3.min.j    93.71 KiB        32.54 KiB
15:45:59   s
15:45:59   dist/js/jquery-1.11.3.min.js              93.71 KiB        32.54 KiB
15:45:59   dist/pdf/word/jquery.min.js               93.54 KiB        32.48 KiB
15:45:59   dist/UEditor/third-party/jquery-1.10.2    90.92 KiB        32.06 KiB
15:45:59   .min.js
15:45:59   dist/js/swiper.min.js                     64.88 KiB        16.44 KiB
15:45:59   dist/UEditor/third-party/webuploader/w    56.91 KiB        18.66 KiB
15:45:59   ebuploader.min.js
15:45:59   dist/UEditor/third-party/webuploader/w    45.99 KiB        14.37 KiB
15:45:59   ebuploader.html5only.min.js
15:45:59   dist/UEditor/third-party/webuploader/w    45.81 KiB        15.77 KiB
15:45:59   ebuploader.custom.min.js
15:45:59   dist/UEditor/third-party/webuploader/w    38.87 KiB        12.03 KiB
15:45:59   ebuploader.withoutimage.min.js
15:45:59   dist/UEditor/third-party/webuploader/w    32.81 KiB        10.64 KiB
15:45:59   ebuploader.flashonly.min.js
15:45:59   dist/UEditor/third-party/xss.min.js       27.11 KiB        6.38 KiB
15:45:59   dist/pdf/word/viewer.min.js               20.21 KiB        6.41 KiB
15:45:59   dist/UEditor/third-party/zeroclipboard    18.51 KiB        6.52 KiB
15:45:59   /ZeroClipboard.min.js
15:45:59   dist/pdf/word/sweetalert.min.js           16.58 KiB        5.29 KiB
15:45:59   dist/pdf/word/toastr.min.js               16.47 KiB        3.19 KiB
15:45:59   dist/iwebapp/pdfjs/require.min.js         14.86 KiB        6.08 KiB
15:45:59   dist/pdf/word/require.min.js              14.86 KiB        6.08 KiB
15:45:59   dist/UEditor/ueditor.parse.min.js         14.45 KiB        5.01 KiB
15:45:59   dist/js/Processing.8fc074cd.js            1942.25 KiB      646.38 KiB
15:45:59   dist/js/app~7a34b5d3.670bdd89.js          1804.59 KiB      191.92 KiB
15:45:59   dist/pdf/word/pdfjs/build/pdf.worker.j    1700.94 KiB      322.13 KiB
15:45:59   s
15:45:59   dist/iwebapp/pdfjs/pdf-8cc3ba5958.view    1404.33 KiB      367.49 KiB
15:45:59   er.js
15:45:59   dist/iwebapp/pdfjs/pdf-34bd0a9d29.view    1397.68 KiB      362.42 KiB
15:45:59   er.js
15:45:59   dist/UEditor/ueditor.all.js               1086.60 KiB      213.79 KiB
15:45:59   dist/js/chunk-commons~31ecd969.476b613    1018.98 KiB      234.08 KiB
15:45:59   1.js
15:45:59   dist/js/app~08abe87c.3ad7ab88.js          929.67 KiB       271.94 KiB
15:45:59   dist/pdf/word/pdfjs/build/pdf.js          774.32 KiB       145.03 KiB
15:45:59   dist/iwebapp/pdfjs/core/pdf.worker.js     723.11 KiB       213.91 KiB
15:45:59   dist/pdf/word/pdfjs/web/viewer.js         654.78 KiB       99.17 KiB
15:45:59   dist/js/app~4388d833.45df74d9.js          613.69 KiB       127.88 KiB
15:45:59   dist/iwebapp/pdfjs/core/pdf.js            584.12 KiB       161.00 KiB
15:45:59   dist/js/certificate~f71cff67.9978564b.    536.06 KiB       131.70 KiB
15:45:59   js
15:45:59   dist/js/app~2fcc31b6.1f3d131e.js          533.91 KiB       183.13 KiB
15:45:59   dist/js/app~1b265c33.4978cc08.js          517.54 KiB       146.42 KiB
15:45:59   dist/js/app~941f64e5.902d2909.js          515.92 KiB       150.38 KiB
15:45:59   dist/js/app~c714bc7b.ed46b67b.js          452.93 KiB       129.58 KiB
15:45:59   dist/js/app~a8f598a1.aa212713.js          443.08 KiB       116.33 KiB
15:45:59   dist/UEditor/third-party/highcharts/hi    433.95 KiB       123.75 KiB
15:45:59   ghcharts.src.js
15:45:59   dist/UEditor/third-party/jquery-1.10.2    266.80 KiB       79.12 KiB
15:45:59   .js
15:45:59   dist/UEditor/third-party/webuploader/w    226.46 KiB       48.94 KiB
15:45:59   ebuploader.js
15:45:59   dist/UEditor/third-party/video-js/vide    212.98 KiB       56.36 KiB
15:45:59   o.dev.js
15:45:59   dist/UEditor/third-party/webuploader/w    193.52 KiB       43.01 KiB
15:45:59   ebuploader.custom.js
15:45:59   dist/UEditor/third-party/webuploader/w    182.25 KiB       39.11 KiB
15:45:59   ebuploader.html5only.js
15:45:59   dist/UEditor/third-party/SyntaxHighlig    155.77 KiB       43.52 KiB
15:45:59   hter/shCore.js
15:45:59   dist/UEditor/third-party/codemirror/co    154.89 KiB       35.91 KiB
15:45:59   demirror.js
15:45:59   dist/UEditor/third-party/webuploader/w    148.40 KiB       31.44 KiB
15:45:59   ebuploader.withoutimage.js
15:45:59   dist/UEditor/third-party/highcharts/hi    137.55 KiB       50.63 KiB
15:45:59   ghcharts.js
15:45:59   dist/UEditor/third-party/webuploader/w    135.64 KiB       29.89 KiB
15:45:59   ebuploader.flashonly.js
15:45:59   dist/pdf/word/WebOffice.js                135.19 KiB       30.89 KiB
15:45:59   dist/UEditor/dialogs/image/image.js       125.19 KiB       55.10 KiB
15:45:59   dist/pdf/word/iWebOffice2015.js           112.08 KiB       50.77 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    98.32 KiB        22.42 KiB
15:45:59   dules/canvas-tools.src.js
15:45:59   dist/js/rail~31ecd969.666bc74c.js         66.48 KiB        21.23 KiB
15:45:59   dist/js/china.js                          61.26 KiB        43.82 KiB
15:45:59   dist/iwebapp/pdfjs/stamp/laydate/layda    58.98 KiB        15.29 KiB
15:45:59   te.js
15:45:59   dist/UEditor/third-party/highcharts/hi    58.77 KiB        16.33 KiB
15:45:59   ghcharts-more.src.js
15:45:59   dist/UEditor/third-party/highcharts/mo    56.52 KiB        15.35 KiB
15:45:59   dules/canvas-tools.js
15:45:59   dist/UEditor/third-party/video-js/vide    54.09 KiB        16.62 KiB
15:45:59   o.js
15:45:59   dist/UEditor/dialogs/wordimage/tangram    46.41 KiB        12.48 KiB
15:45:59   .js
15:45:59   dist/UEditor/third-party/zeroclipboard    42.20 KiB        9.15 KiB
15:45:59   /ZeroClipboard.js
15:45:59   dist/UEditor/ueditor.parse.js             35.91 KiB        7.93 KiB
15:45:59   dist/pdf/word/util.js                     30.10 KiB        8.77 KiB
15:45:59   dist/UEditor/dialogs/video/video.js       29.78 KiB        7.62 KiB
15:45:59   dist/UEditor/dialogs/attachment/attach    29.67 KiB        6.63 KiB
15:45:59   ment.js
15:45:59   dist/UEditor/lang/en/en.js                28.72 KiB        8.24 KiB
15:45:59   dist/pdf/word/l10n.js                     28.57 KiB        8.09 KiB
15:45:59   dist/UEditor/dialogs/scrawl/scrawl.js     26.51 KiB        5.97 KiB
15:45:59   dist/UEditor/lang/zh-cn/zh-cn.js          25.88 KiB        8.55 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    25.16 KiB        7.84 KiB
15:45:59   dules/map.src.js
15:45:59   dist/UEditor/ueditor.config.js            22.75 KiB        8.44 KiB
15:45:59   dist/UEditor/third-party/highcharts/hi    21.30 KiB        7.91 KiB
15:45:59   ghcharts-more.js
15:45:59   dist/pdf/word/pdfjs/web/debugger.js       18.48 KiB        4.89 KiB
15:45:59   dist/pdf/word/compatibility.js            17.70 KiB        5.38 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    16.86 KiB        5.73 KiB
15:45:59   dules/exporting.src.js
15:45:59   dist/UEditor/third-party/highcharts/mo    15.14 KiB        4.81 KiB
15:45:59   dules/data.src.js
15:45:59   dist/UEditor/dialogs/background/backgr    14.04 KiB        3.56 KiB
15:45:59   ound.js
15:45:59   dist/pdf/word/tray.js                     12.95 KiB        3.86 KiB
15:45:59   dist/iwebapp/pdfjs/require.config.js      12.60 KiB        3.15 KiB
15:45:59   dist/pdf/word/require.config.js           12.38 KiB        3.05 KiB
15:45:59   dist/UEditor/dialogs/template/config.j    12.19 KiB        2.50 KiB
15:45:59   s
15:45:59   dist/UEditor/third-party/highcharts/ad    11.38 KiB        3.82 KiB
15:45:59   apters/standalone-framework.src.js
15:45:59   dist/UEditor/dialogs/charts/charts.js     10.89 KiB        3.34 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    10.69 KiB        3.16 KiB
15:45:59   dules/drilldown.src.js
15:45:59   dist/UEditor/third-party/highcharts/mo    9.88 KiB         4.03 KiB
15:45:59   dules/map.js
15:45:59   dist/UEditor/dialogs/table/edittable.j    8.72 KiB         2.01 KiB
15:45:59   s
15:45:59   dist/UEditor/third-party/highcharts/ad    8.72 KiB         3.18 KiB
15:45:59   apters/prototype-adapter.src.js
15:45:59   dist/UEditor/third-party/highcharts/mo    8.18 KiB         2.56 KiB
15:45:59   dules/annotations.src.js
15:45:59   dist/UEditor/dialogs/music/music.js       7.64 KiB         2.16 KiB
15:45:59   dist/UEditor/third-party/highcharts/ad    7.61 KiB         2.91 KiB
15:45:59   apters/mootools-adapter.src.js
15:45:59   dist/pdf/word/watermark.js                7.55 KiB         1.90 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    7.08 KiB         3.07 KiB
15:45:59   dules/exporting.js
15:45:59   dist/UEditor/third-party/highcharts/mo    6.38 KiB         2.33 KiB
15:45:59   dules/funnel.src.js
15:45:59   dist/UEditor/dialogs/emotion/emotion.j    6.15 KiB         2.03 KiB
15:45:59   s
15:45:59   dist/UEditor/third-party/highcharts/mo    5.42 KiB         1.95 KiB
15:45:59   dules/drilldown.js
15:45:59   dist/UEditor/third-party/highcharts/ad    4.95 KiB         2.15 KiB
15:45:59   apters/standalone-framework.js
15:45:59   dist/UEditor/dialogs/spechars/spechars    4.56 KiB         2.37 KiB
15:45:59   .js
15:45:59   dist/UEditor/third-party/highcharts/th    4.38 KiB         1.21 KiB
15:45:59   emes/gray.js
15:45:59   dist/UEditor/third-party/highcharts/mo    4.33 KiB         1.89 KiB
15:45:59   dules/data.js
15:45:59   dist/UEditor/dialogs/searchreplace/sea    4.30 KiB         1.27 KiB
15:45:59   rchreplace.js
15:45:59   dist/UEditor/third-party/highcharts/th    4.25 KiB         1.20 KiB
15:45:59   emes/dark-blue.js
15:45:59   dist/UEditor/third-party/highcharts/th    4.24 KiB         1.21 KiB
15:45:59   emes/dark-green.js
15:45:59   dist/UEditor/dialogs/wordimage/wordima    4.05 KiB         1.95 KiB
15:45:59   ge.js
15:45:59   dist/UEditor/third-party/highcharts/mo    3.32 KiB         1.52 KiB
15:45:59   dules/annotations.js
15:45:59   dist/UEditor/third-party/highcharts/ad    3.23 KiB         1.33 KiB
15:45:59   apters/prototype-adapter.js
15:45:59   dist/UEditor/third-party/highcharts/mo    2.79 KiB         1.12 KiB
15:45:59   dules/no-data-to-display.src.js
15:45:59   dist/UEditor/dialogs/internal.js          2.54 KiB         0.98 KiB
15:45:59   dist/UEditor/third-party/highcharts/ad    2.21 KiB         1.06 KiB
15:45:59   apters/mootools-adapter.js
15:45:59   dist/pdf/word/obpm.showMessage.js         2.09 KiB         0.74 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    1.93 KiB         1.08 KiB
15:45:59   dules/funnel.js
15:45:59   dist/UEditor/third-party/highcharts/th    1.75 KiB         0.65 KiB
15:45:59   emes/grid.js
15:45:59   dist/UEditor/third-party/highcharts/th    1.72 KiB         0.64 KiB
15:45:59   emes/skies.js
15:45:59   dist/UEditor/dialogs/template/template    1.55 KiB         0.67 KiB
15:45:59   .js
15:45:59   dist/UEditor/dialogs/help/help.js         1.47 KiB         0.70 KiB
15:45:59   dist/UEditor/dialogs/charts/chart.conf    1.38 KiB         0.44 KiB
15:45:59   ig.js
15:45:59   dist/js/obpm.config.js                    1.36 KiB         0.57 KiB
15:45:59   dist/js/obsConfig.js                      1.33 KiB         0.70 KiB
15:45:59   dist/UEditor/third-party/highcharts/mo    1.33 KiB         0.70 KiB
15:45:59   dules/no-data-to-display.js
15:45:59   dist/UEditor/third-party/highcharts/mo    1.10 KiB         0.49 KiB
15:45:59   dules/heatmap.src.js
15:45:59   dist/UEditor/third-party/highcharts/mo    0.52 KiB         0.37 KiB
15:45:59   dules/heatmap.js
15:45:59   dist/iwebapp/pdfjs/viewer-df538bd63b.c    111.81 KiB       18.55 KiB
15:45:59   ss
15:45:59   dist/iwebapp/pdfjs/viewer-afb3d53c48.c    111.71 KiB       18.53 KiB
15:45:59   ss
15:45:59   dist/pdf/word/pdfjs/web/viewer.css        58.42 KiB        9.25 KiB
15:45:59   dist/UEditor/themes/default/css/uedito    42.73 KiB        6.84 KiB
15:45:59   r.css
15:45:59   dist/UEditor/themes/default/css/uedito    34.12 KiB        5.53 KiB
15:45:59   r.min.css
15:45:59   dist/UEditor/third-party/video-js/vide    20.82 KiB        5.45 KiB
15:45:59   o-js.css
15:45:59   dist/UEditor/dialogs/image/image.css      17.71 KiB        3.46 KiB
15:45:59   dist/UEditor/dialogs/video/video.css      14.57 KiB        3.10 KiB
15:45:59   dist/UEditor/dialogs/attachment/attach    14.05 KiB        2.81 KiB
15:45:59   ment.css
15:45:59   dist/UEditor/third-party/video-js/vide    11.18 KiB        2.53 KiB
15:45:59   o-js.min.css
15:45:59   dist/iwebapp/pdfjs/stamp/laydate/theme    9.16 KiB         2.21 KiB
15:45:59   /default/laydate.css
15:45:59   dist/UEditor/third-party/SyntaxHighlig    6.95 KiB         1.31 KiB
15:45:59   hter/shCoreDefault.css
15:45:59   dist/UEditor/dialogs/scrawl/scrawl.css    3.73 KiB         0.97 KiB
15:45:59   dist/UEditor/third-party/codemirror/co    2.82 KiB         0.90 KiB
15:45:59   demirror.css
15:45:59   dist/UEditor/dialogs/charts/charts.css    2.54 KiB         0.81 KiB
15:45:59   dist/UEditor/dialogs/background/backgr    2.34 KiB         0.87 KiB
15:45:59   ound.css
15:45:59   dist/UEditor/dialogs/emotion/emotion.c    1.76 KiB         0.53 KiB
15:45:59   ss
15:45:59   dist/UEditor/themes/default/dialogbase    1.65 KiB         0.81 KiB
15:45:59   .css
15:45:59   dist/UEditor/dialogs/music/music.css      1.64 KiB         0.63 KiB
15:45:59   dist/UEditor/dialogs/table/edittable.c    1.16 KiB         0.41 KiB
15:45:59   ss
15:45:59   dist/UEditor/dialogs/template/template    1.01 KiB         0.49 KiB
15:45:59   .css
15:45:59   dist/UEditor/third-party/webuploader/w    0.50 KiB         0.29 KiB
15:45:59   ebuploader.css
15:45:59   dist/UEditor/dialogs/help/help.css        0.38 KiB         0.20 KiB
15:45:59   dist/UEditor/themes/iframe.css            0.04 KiB         0.06 KiB
15:45:59 
15:45:59   Images and other types of assets omitted.
15:45:59 
15:45:59  DONE  Build complete. The dist directory is ready to be deployed.
15:45:59  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
15:45:59       
17:08:36 /data/apache-tomcat-jenkins/temp/jenkins15250532429757455719.sh: line 4: 21031 Terminated              npm run build
17:08:36 Build was aborted
17:08:36 Aborted by anonymous
17:08:36 Finished: ABORTED