Skip to content

Console Output

Skipping 119 KB.. Full Log
  67 | }
20:18:42 
20:18:42 
20:18:42 4 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeBoardBKT.vue:181:9:
20:18:42   179 |     },
20:18:42   180 |     mounted() {
20:18:42 > 181 |         console.log(this)
20:18:42       |         ^
20:18:42   182 |     },
20:18:42   183 |     components:{
20:18:42   184 |         homeWelcomeNew,
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:66:11:
20:18:42   64 |             key:""
20:18:42   65 |           }
20:18:42 > 66 |           console.log(this.$listeners)
20:18:42      |           ^
20:18:42   67 |           this.addTab(param)
20:18:42   68 |         },        
20:18:42   69 |         applistIframe(){//查询应用列表 
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:76:25:
20:18:42   74 |                 onSucess: response => {                   
20:18:42   75 |                     if (response.data && response.data.errmsg == "ok") {
20:18:42 > 76 |                         console.log(response.data)
20:18:42      |                         ^
20:18:42   77 |                         if(response.data.data.data.length){
20:18:42   78 |                             let arr=[]
20:18:42   79 |                             response.data.data.data.forEach((item,index)=>{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:95:29:
20:18:42   93 |                                   
20:18:42   94 |                             })  
20:18:42 > 95 |                             console.log(arr)
20:18:42      |                             ^
20:18:42   96 |                             arr.sort((a,b)=>{return Number(a.cateSort)-Number(b.cateSort)}) //分类排序cateSort 
20:18:42   97 |                            
20:18:42   98 |                             const titleMap = {}
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeBoardFree.vue:146:28:
20:18:42   144 |                                 } 
20:18:42   145 |                             }
20:18:42 > 146 |                            console.log(arr2)  
20:18:42       |                            ^
20:18:42   147 |                            this.appcateArrList=arr2
20:18:42   148 |                           
20:18:42   149 |                            if(this.appcateArrList[0].children[0].appid=='__d1qEDy3wYq8VF5KvUoE'){//智能人事(__xkeybkGaZa1SboC9GL1)、机构用户管理(__d1qEDy3wYq8VF5KvUoE)
20:18:42 
20:18:42 
20:18:42 4 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:325:12:
20:18:42   323 |             this.activeIndex=index 
20:18:42   324 |            var dayobjectStr=new Date(dayobject.day)
20:18:42 > 325 |            console.log(dayobjectStr.getFullYear())
20:18:42       |            ^
20:18:42   326 |            console.log(dayobjectStr.getMonth()+1)
20:18:42   327 |            console.log(dayobjectStr.getDate())
20:18:42   328 |            let year=dayobjectStr.getFullYear()
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:326:12:
20:18:42   324 |            var dayobjectStr=new Date(dayobject.day)
20:18:42   325 |            console.log(dayobjectStr.getFullYear())
20:18:42 > 326 |            console.log(dayobjectStr.getMonth()+1)
20:18:42       |            ^
20:18:42   327 |            console.log(dayobjectStr.getDate())
20:18:42   328 |            let year=dayobjectStr.getFullYear()
20:18:42   329 |            let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:327:12:
20:18:42   325 |            console.log(dayobjectStr.getFullYear())
20:18:42   326 |            console.log(dayobjectStr.getMonth()+1)
20:18:42 > 327 |            console.log(dayobjectStr.getDate())
20:18:42       |            ^
20:18:42   328 |            let year=dayobjectStr.getFullYear()
20:18:42   329 |            let month=(dayobjectStr.getMonth()+1)<10?'0'+(dayobjectStr.getMonth()+1):(dayobjectStr.getMonth()+1)
20:18:42   330 |            let day=dayobjectStr.getDate()<10?'0'+dayobjectStr.getDate():dayobjectStr.getDate()
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:346:13:
20:18:42   344 |             let str=this.currentYear+'-'+currentMonthStr     
20:18:42   345 |             let obj={startTime:str}
20:18:42 > 346 |             console.log(obj)
20:18:42       |             ^
20:18:42   347 |            this.$api.v3searchCalendarListApi(obj,{
20:18:42   348 |                 onSucess: response => {
20:18:42   349 |                     console.log(response.data)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:349:21:
20:18:42   347 |            this.$api.v3searchCalendarListApi(obj,{
20:18:42   348 |                 onSucess: response => {
20:18:42 > 349 |                     console.log(response.data)
20:18:42       |                     ^
20:18:42   350 |                     if(response.data.code){
20:18:42   351 |                         this.calendarAllItem=response.data.datas  
20:18:42   352 |                         console.log(this.calendarAllItem)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:352:25:
20:18:42   350 |                     if(response.data.code){
20:18:42   351 |                         this.calendarAllItem=response.data.datas  
20:18:42 > 352 |                         console.log(this.calendarAllItem)
20:18:42       |                         ^
20:18:42   353 |                         if(this.calendarAllItem.length){
20:18:42   354 |                             this.calendarAllItem.forEach(item=>{
20:18:42   355 |                                let date=new Date(item.item_starttime.time)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:362:29:
20:18:42   360 |                                this.$set(item,'itemStartTimeAllTime',dateStr) 
20:18:42   361 |                             })
20:18:42 > 362 |                             console.log(this.calendarAllItem)
20:18:42       |                             ^
20:18:42   363 |                             
20:18:42   364 |                             //同一天                           
20:18:42   365 |                             this.days.forEach(item=>{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:370:44:
20:18:42   368 |                                           this.$nextTick(()=>{
20:18:42   369 |                                            this.$set(item,'count',item.count+1)
20:18:42 > 370 |                                            console.log(its.item_state)
20:18:42       |                                            ^
20:18:42   371 |                                             if(its.item_state=='已完成'){
20:18:42   372 |                                                 this.$set(item,'itemstatecount',item.itemstatecount+1)
20:18:42   373 |                                             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:379:29:
20:18:42   377 |                             })
20:18:42   378 |
20:18:42 > 379 |                             console.log(this.days)
20:18:42       |                             ^
20:18:42   380 |                         }
20:18:42   381 |                     }
20:18:42   382 |                 }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:401:13:
20:18:42   399 |             }   
20:18:42   400 |             let obj={startTime:str}
20:18:42 > 401 |             console.log(obj)
20:18:42       |             ^
20:18:42   402 |            this.$api.v3searchCalendarListApi(obj,{
20:18:42   403 |                 onSucess: response => {
20:18:42   404 |                     console.log(response.data)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:404:21:
20:18:42   402 |            this.$api.v3searchCalendarListApi(obj,{
20:18:42   403 |                 onSucess: response => {
20:18:42 > 404 |                     console.log(response.data)
20:18:42       |                     ^
20:18:42   405 |                     if(response.data.code){
20:18:42   406 |                           this.calendarDataItems=response.data.datas  
20:18:42   407 |                           if(this.calendarDataItems.length){
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:416:26:
20:18:42   414 |                              }) 
20:18:42   415 |                           }
20:18:42 > 416 |                          console.log(this.calendarDataItems) 
20:18:42       |                          ^
20:18:42   417 |                     }
20:18:42   418 |                 }
20:18:42   419 |             })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:422:13:
20:18:42   420 |         },
20:18:42   421 |         itemState(item){
20:18:42 > 422 |             console.log(item)            
20:18:42       |             ^
20:18:42   423 |            let obj={
20:18:42   424 |                id:item.id,
20:18:42   425 |                state:item.item_stateFlag?'已完成':'未完成'
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:429:21:
20:18:42   427 |            this.$api.v3CanlendarFinishStatusApi(obj,{
20:18:42   428 |                 onSucess: response => {
20:18:42 > 429 |                     console.log(response.data)
20:18:42       |                     ^
20:18:42   430 |                     if(response.data.code){
20:18:42   431 |                           this.searchCalendarList() 
20:18:42   432 |                           this.searchCalendarListDay() 
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:467:13:
20:18:42   465 |         },
20:18:42   466 |         submit(){
20:18:42 > 467 |             console.log(this.formList.startTime)
20:18:42       |             ^
20:18:42   468 |             console.log(typeof this.formList.startTime)
20:18:42   469 |             console.log(this.formList)
20:18:42   470 |             console.log(this.resultArr)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:468:13:
20:18:42   466 |         submit(){
20:18:42   467 |             console.log(this.formList.startTime)
20:18:42 > 468 |             console.log(typeof this.formList.startTime)
20:18:42       |             ^
20:18:42   469 |             console.log(this.formList)
20:18:42   470 |             console.log(this.resultArr)
20:18:42   471 |             if(this.formList.endTime){
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:469:13:
20:18:42   467 |             console.log(this.formList.startTime)
20:18:42   468 |             console.log(typeof this.formList.startTime)
20:18:42 > 469 |             console.log(this.formList)
20:18:42       |             ^
20:18:42   470 |             console.log(this.resultArr)
20:18:42   471 |             if(this.formList.endTime){
20:18:42   472 |                if(this.formList.endTime<this.formList.startTime) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:470:13:
20:18:42   468 |             console.log(typeof this.formList.startTime)
20:18:42   469 |             console.log(this.formList)
20:18:42 > 470 |             console.log(this.resultArr)
20:18:42       |             ^
20:18:42   471 |             if(this.formList.endTime){
20:18:42   472 |                if(this.formList.endTime<this.formList.startTime) {
20:18:42   473 |                    this.$message({type:'warning',message:'结束时间不能小于开始时间'})
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:489:22:
20:18:42   487 |                         ParticipantName=ParticipantName.substring(0,ParticipantName.length-1)                  
20:18:42   488 |                     }
20:18:42 > 489 |                      console.log(participant) 
20:18:42       |                      ^
20:18:42   490 |                     let obj={  
20:18:42   491 |                           items:{           
20:18:42   492 |                             thescheduleofTheType:this.formList.thescheduleofTheType,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:509:33:
20:18:42   507 |                         this.$api.v3CalendarOkUpdateApi(obj,{
20:18:42   508 |                             onSucess: response => {
20:18:42 > 509 |                                 console.log(response.data)
20:18:42       |                                 ^
20:18:42   510 |                             if(response.data.code==0){                            
20:18:42   511 |                                 this.dialog=false
20:18:42   512 |                                 this.$nextTick(function () {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:524:33:
20:18:42   522 |                     this.$api.v3CalendarOkApi(obj,{
20:18:42   523 |                             onSucess: response => {
20:18:42 > 524 |                                 console.log(response.data)
20:18:42       |                                 ^
20:18:42   525 |                             if(response.data.code==0){                            
20:18:42   526 |                                 this.dialog=false
20:18:42   527 |                                 this.$nextTick(function () {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:551:13:
20:18:42   549 |         }, 
20:18:42   550 |         filterMethod(val){//输入框过滤搜索
20:18:42 > 551 |             console.log(val)//输入框关键词名称
20:18:42       |             ^
20:18:42   552 |             this.params.keyword=val
20:18:42   553 |             let obj2={domainId:localStorage.getItem("domainId")||''}
20:18:42   554 |             this.$api.v3employeeTableListApi(this.params,obj2,{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:588:13:
20:18:42   586 |         }, 
20:18:42   587 |         filterMethodParty(val){//输入框过滤搜索
20:18:42 > 588 |             console.log(val)//输入框关键词名称
20:18:42       |             ^
20:18:42   589 |             this.params2.keyword=val
20:18:42   590 |             let obj2={domainId:localStorage.getItem("domainId")||''}
20:18:42   591 |             this.$api.v3employeeTableListApi(this.params2,obj2,{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:613:13:
20:18:42   611 |             this.resultArr=resultArr2
20:18:42   612 |             this.resultArr=[...new Set(this.resultArr)]
20:18:42 > 613 |             console.log(this.resultArr)   
20:18:42       |             ^
20:18:42   614 |         },
20:18:42   615 |         removetagParty(val){
20:18:42   616 |             console.log(val)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:616:13:
20:18:42   614 |         },
20:18:42   615 |         removetagParty(val){
20:18:42 > 616 |             console.log(val)
20:18:42       |             ^
20:18:42   617 |             this.resultArr.forEach(item=>{
20:18:42   618 |                 if(item.id==val){
20:18:42   619 |                 this.resultArr.splice(item,1)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:622:13:
20:18:42   620 |                 }
20:18:42   621 |             })
20:18:42 > 622 |             console.log(this.resultArr)
20:18:42       |             ^
20:18:42   623 |         },
20:18:42   624 |         uploadImg(e) {
20:18:42   625 |             // alert(this.fileList.length)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:630:13:
20:18:42   628 |             //     return false
20:18:42   629 |             // }
20:18:42 > 630 |             console.log(e.file)     
20:18:42       |             ^
20:18:42   631 |             let fd=new FormData()
20:18:42   632 |             fd.append("file",e.file)   
20:18:42   633 |             console.log(fd)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:633:13:
20:18:42   631 |             let fd=new FormData()
20:18:42   632 |             fd.append("file",e.file)   
20:18:42 > 633 |             console.log(fd)
20:18:42       |             ^
20:18:42   634 |             this.$api.v3commonFileUploadApi(fd,{
20:18:42   635 |                 onSucess: response => {
20:18:42   636 |                     console.log(response.data.data) 
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:636:21:
20:18:42   634 |             this.$api.v3commonFileUploadApi(fd,{
20:18:42   635 |                 onSucess: response => {
20:18:42 > 636 |                     console.log(response.data.data) 
20:18:42       |                     ^
20:18:42   637 |                     let obj={
20:18:42   638 |                         name:e.file.name,
20:18:42   639 |                         path:response.data.data,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:656:12:
20:18:42   654 |         },
20:18:42   655 |         handleRemove(file, fileList){
20:18:42 > 656 |            console.log(file)
20:18:42       |            ^
20:18:42   657 |            this.fileList.forEach((item,index)=>{
20:18:42   658 |                if(item==file){
20:18:42   659 |                  this.fileList.splice(index,1)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:700:11:
20:18:42   698 |         },   
20:18:42   699 |         onpreview(file){
20:18:42 > 700 |           console.log(file)
20:18:42       |           ^
20:18:42   701 |           if(file.path.indexOf('http')==-1){
20:18:42   702 |               if(location.origin.indexOf('test')>-1){
20:18:42   703 |                   window.open('/v3/shared'+file.path)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:727:29:
20:18:42   725 |                 this.$api.v3CanlendarDelApi(obj,{
20:18:42   726 |                         onSucess: response => {
20:18:42 > 727 |                             console.log(response.data)
20:18:42       |                             ^
20:18:42   728 |                             if(response.data.code){
20:18:42   729 |                                 this.searchCalendarList() 
20:18:42   730 |                                 this.searchCalendarListDay() 
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:745:21:
20:18:42   743 |            this.$api.v3CanlendarFinishStatusApi(obj,{
20:18:42   744 |                 onSucess: response => {
20:18:42 > 745 |                     console.log(response.data)
20:18:42       |                     ^
20:18:42   746 |                     if(response.data.code){
20:18:42   747 |                           this.searchCalendarList() 
20:18:42   748 |                           this.searchCalendarListDay() 
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:766:25:
20:18:42   764 |                    if(response.data.code==0){
20:18:42   765 |                         this.formList=response.data.datas[0]
20:18:42 > 766 |                         console.log(this.formList)
20:18:42       |                         ^
20:18:42   767 |                         if(this.formList.item_starttime){
20:18:42   768 |                             let date=new Date(this.formList.item_starttime.time)
20:18:42   769 |                             let year=date.getFullYear()
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:775:29:
20:18:42   773 |                             let mm=date.getMinutes()<10?'0'+date.getMinutes():date.getMinutes()
20:18:42   774 |                             let startTime=year+'-'+month+'-'+dates+'  '+HH+':'+mm
20:18:42 > 775 |                             console.log(startTime)
20:18:42       |                             ^
20:18:42   776 |                             console.log(typeof startTime)
20:18:42   777 |                             this.$set(this.formList,'startTime',startTime)
20:18:42   778 |                         }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:776:29:
20:18:42   774 |                             let startTime=year+'-'+month+'-'+dates+'  '+HH+':'+mm
20:18:42   775 |                             console.log(startTime)
20:18:42 > 776 |                             console.log(typeof startTime)
20:18:42       |                             ^
20:18:42   777 |                             this.$set(this.formList,'startTime',startTime)
20:18:42   778 |                         }
20:18:42   779 |                         if(this.formList.item_endtime){
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:796:29:
20:18:42   794 |                         this.$set(this.formList,'executorName',this.formList.item_executorname)
20:18:42   795 |                         if(this.formList.item_participant){
20:18:42 > 796 |                             console.log(this.formList.item_participant)
20:18:42       |                             ^
20:18:42   797 |                          let  participantStr=this.formList.item_participant.split(";")  
20:18:42   798 |                         this.$set(this.formList,'participant',participantStr)
20:18:42   799 |                         this.$set(this.formList,'ParticipantName',this.formList.item_participantname)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeCalendarBox.vue:869:13:
20:18:42   867 |                 this.$set(item,'count',0)
20:18:42   868 |             })
20:18:42 > 869 |             console.log(this.days)
20:18:42       |             ^
20:18:42   870 |         },
20:18:42   871 |         pickPre(year, month){
20:18:42   872 |             // setDate(0); 上月最后一天
20:18:42 
20:18:42 
20:18:42 38 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:65:29:
20:18:42   63 |                             parsedData = JSON.parse(jsonString);
20:18:42   64 |                         } catch (e) {
20:18:42 > 65 |                             console.warn('解析 resource.data 失败:', e, resource.data);
20:18:42      |                             ^
20:18:42   66 |                             // 如果解析失败,尝试使用正则表达式提取
20:18:42   67 |                             const iconMatch = resource.data.match(/icon:\s*['"]([^'"]+)['"]/);
20:18:42   68 |                             const urlMatch = resource.data.match(/url:\s*['"]([^'"]+)['"]/);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:138:33:
20:18:42   136 |                             } catch (e) {
20:18:42   137 |                                 // 如果 URL 解析失败(可能是相对路径或特殊格式),使用字符串替换方式
20:18:42 > 138 |                                 console.warn('URL 解析失败,使用字符串替换方式:', e, url);
20:18:42       |                                 ^
20:18:42   139 |                                 
20:18:42   140 |                                 // 使用正则表达式替换或添加参数
20:18:42   141 |                                 if (token) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:165:21:
20:18:42   163 |                     
20:18:42   164 |                     const actionContent = url || resource.id || '';
20:18:42 > 165 |                     console.log('actionContent:', actionContent);
20:18:42       |                     ^
20:18:42   166 |                     
20:18:42   167 |                     // 构建 ico 字段(JSON字符串格式)
20:18:42   168 |                     const icoString = icon ? JSON.stringify({
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:232:13:
20:18:42   230 |         },
20:18:42   231 |         async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
20:18:42 > 232 |             console.log(this.$parent.$parent.$parent.$parent)
20:18:42       |             ^
20:18:42   233 |             console.log('当前appId', appId)
20:18:42   234 |
20:18:42   235 |             // 判断是否为第三方应用
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:233:13:
20:18:42   231 |         async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
20:18:42   232 |             console.log(this.$parent.$parent.$parent.$parent)
20:18:42 > 233 |             console.log('当前appId', appId)
20:18:42       |             ^
20:18:42   234 |
20:18:42   235 |             // 判断是否为第三方应用
20:18:42   236 |             if (appId && appId.startsWith('third_party')) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:242:21:
20:18:42   240 |                     // 实际项目中可能需要根据具体业务逻辑获取 categoryId
20:18:42   241 |                     const categoryId = appId || 'default'; // 示例: third_party_category_123
20:18:42 > 242 |                     console.log('第三方应用类别ID:', categoryId);
20:18:42       |                     ^
20:18:42   243 |                     
20:18:42   244 |                     // 使用现有的 API 调用方式
20:18:42   245 |                     this.$api.getRbacCategoryResources(categoryId, {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:247:29:
20:18:42   245 |                     this.$api.getRbacCategoryResources(categoryId, {
20:18:42   246 |                         onSucess: (response) => {
20:18:42 > 247 |                             console.log('第三方应用资源:', response);
20:18:42       |                             ^
20:18:42   248 |                             // 构建第三方应用菜单
20:18:42   249 |                             if (response && response.data && response.data.data) {
20:18:42   250 |                                 // 注意:实际数据在 response.data.data 中
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:252:33:
20:18:42   250 |                                 // 注意:实际数据在 response.data.data 中
20:18:42   251 |                                 const menus = this.transformRbacResourcesToMenus(response.data.data);
20:18:42 > 252 |                                 console.log('转换后的菜单结构:', menus);
20:18:42       |                                 ^
20:18:42   253 |                                 
20:18:42   254 |                                 // 将菜单数据存储到 Vuex store 中
20:18:42   255 |                                 this.$store.commit('loadMenus', { appId: appId, menus: menus });
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:259:29:
20:18:42   257 |                         },
20:18:42   258 |                         onError: (error) => {
20:18:42 > 259 |                             console.error('获取第三方应用资源失败:', error);
20:18:42       |                             ^
20:18:42   260 |                         }
20:18:42   261 |                     });
20:18:42   262 |                     
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:266:21:
20:18:42   264 |                     return;
20:18:42   265 |                 } catch (error) {
20:18:42 > 266 |                     console.error('获取第三方应用资源失败:', error);
20:18:42       |                     ^
20:18:42   267 |                 }
20:18:42   268 |             }
20:18:42   269 |             
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:279:17:
20:18:42   277 |             }
20:18:42   278 |             if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页
20:18:42 > 279 |                 console.log(this.$parent.$parent)
20:18:42       |                 ^
20:18:42   280 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(1)
20:18:42   281 |                 return
20:18:42   282 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:288:17:
20:18:42   286 |
20:18:42   287 |             if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口
20:18:42 > 288 |                 console.log(this.$parent.$parent)
20:18:42       |                 ^
20:18:42   289 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(100)
20:18:42   290 |                 return
20:18:42   291 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:293:17:
20:18:42   291 |             }
20:18:42   292 |             if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口
20:18:42 > 293 |                 console.log(this.$parent.$parent)
20:18:42       |                 ^
20:18:42   294 |                 this.$parent.$parent.$parent.$parent.navtopmenuclick(101)
20:18:42   295 |                 return
20:18:42   296 |             }
20:18:42 
20:18:42 
20:18:42 13 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeSecCockPit.vue:80:21:
20:18:42   78 |             this.$api.v3manageCockPitListApi(data,{
20:18:42   79 |                 onSucess: response => {
20:18:42 > 80 |                     console.log(response.data)
20:18:42      |                     ^
20:18:42   81 |                    if(response.data.code==0){
20:18:42   82 |                       let dataNums=response.data.data
20:18:42   83 |                       if(dataNums.length){
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9:
20:18:42   53 |     },
20:18:42   54 |     created() {
20:18:42 > 55 |         console.log(this.$root.user)
20:18:42      |         ^
20:18:42   56 |         this.network = __network__
20:18:42   57 |         if(this.network){
20:18:42   58 |             this.getLocation();   
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24:
20:18:42   105 |                    if(response.data.data){
20:18:42   106 |                        this.hiredDate=response.data.data.hiredDate
20:18:42 > 107 |                        console.log(this.hiredDate)
20:18:42       |                        ^
20:18:42   108 |                        this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
20:18:42   109 |                    }
20:18:42   110 |                 }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23:
20:18:42   119 |                 onSucess: response => {
20:18:42   120 |                    if(response.data.data){
20:18:42 > 121 |                       console.log(response.data.data)
20:18:42       |                       ^
20:18:42   122 |                       if(response.data.data.datas.length){
20:18:42   123 |                          this.getAnnouncementFirst=response.data.data.datas[0]
20:18:42   124 |                       }else{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21:
20:18:42   157 |                 function onComplete (data) {
20:18:42   158 |                     // data是具体的定位信息
20:18:42 > 159 |                     console.log('定位成功信息:', data.addressComponent.city);
20:18:42       |                     ^
20:18:42   160 |                     self.city = (data.addressComponent && data.addressComponent.city);
20:18:42   161 |                     AMap.plugin('AMap.Weather', function() {
20:18:42   162 |                         console.log(self.city)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25:
20:18:42   160 |                     self.city = (data.addressComponent && data.addressComponent.city);
20:18:42   161 |                     AMap.plugin('AMap.Weather', function() {
20:18:42 > 162 |                         console.log(self.city)
20:18:42       |                         ^
20:18:42   163 |                         var weather = new AMap.Weather();
20:18:42   164 |                             weather.getLive(self.city, function(err, data) {
20:18:42   165 |                             if (!err) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33:
20:18:42   164 |                             weather.getLive(self.city, function(err, data) {
20:18:42   165 |                             if (!err) {
20:18:42 > 166 |                                 console.log(data)
20:18:42       |                                 ^
20:18:42   167 |                                 self.cityInfo=data
20:18:42   168 |                                 if(data.weather.indexOf('晴')>-1){
20:18:42   169 |                                     self.weatherImg=self.sun
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21:
20:18:42   198 |                 function onError (data) {
20:18:42   199 |                     // 定位出错
20:18:42 > 200 |                     console.log('定位失败错误:', data);
20:18:42       |                     ^
20:18:42   201 |                     self.city=''//定位失败隐藏
20:18:42   202 |                     // 调用IP定位
20:18:42   203 |                     self.getLngLatLocation();
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21:
20:18:42   211 |                 if (status === 'complete' && result.info === 'OK') {
20:18:42   212 |                     // 查询成功,result即为当前所在城市信息
20:18:42 > 213 |                     console.log('通过ip获取当前城市:', result);
20:18:42       |                     ^
20:18:42   214 |                     // 逆向地理编码
20:18:42   215 |                     AMap.plugin('AMap.Geocoder', function () {
20:18:42   216 |                     var geocoder = new AMap.Geocoder({
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25:
20:18:42   223 |                         if (status === 'complete' && data.info === 'OK') {
20:18:42   224 |                         // result为对应的地理位置详细信息
20:18:42 > 225 |                         console.log(data);
20:18:42       |                         ^
20:18:42   226 |                         }
20:18:42   227 |                     });
20:18:42   228 |                     });
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20:
20:18:42   244 |                 //        loading.close();//关闭加载
20:18:42   245 |                 //    });
20:18:42 > 246 |                    console.log('banner______________',response.data.data.data)
20:18:42       |                    ^
20:18:42   247 |                    if(response.data.data.data){
20:18:42   248 |                        let Arry=[]
20:18:42   249 |                        response.data.data.data.forEach(item=>{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24:
20:18:42   256 |                        })
20:18:42   257 |                        this.bannerArr=Arry
20:18:42 > 258 |                        console.log(this.bannerArr)
20:18:42       |                        ^
20:18:42   259 |                    }
20:18:42   260 |                 }
20:18:42   261 |             })
20:18:42 
20:18:42 
20:18:42 11 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:57:9:
20:18:42   55 |     },
20:18:42   56 |     created() {
20:18:42 > 57 |         console.log(this.$root.user)
20:18:42      |         ^
20:18:42   58 |         this.network = __network__
20:18:42   59 |         if(this.network){
20:18:42   60 |             this.getLocation();   
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:154:24:
20:18:42   152 |                    if(response.data.data){
20:18:42   153 |                        this.hiredDate=response.data.data.hiredDate
20:18:42 > 154 |                        console.log(this.hiredDate)
20:18:42       |                        ^
20:18:42   155 |                        this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
20:18:42   156 |                    }
20:18:42   157 |                 }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:168:23:
20:18:42   166 |                 onSucess: response => {
20:18:42   167 |                    if(response.data.data){
20:18:42 > 168 |                       console.log(response.data.data)
20:18:42       |                       ^
20:18:42   169 |                       if(response.data.data.datas.length){
20:18:42   170 |                          this.getAnnouncementFirst=response.data.data.datas[0]
20:18:42   171 |                       }else{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:206:21:
20:18:42   204 |                 function onComplete (data) {
20:18:42   205 |                     // data是具体的定位信息
20:18:42 > 206 |                     console.log('定位成功信息:', data.addressComponent.city);
20:18:42       |                     ^
20:18:42   207 |                     self.city = (data.addressComponent && data.addressComponent.city);
20:18:42   208 |                     AMap.plugin('AMap.Weather', function() {
20:18:42   209 |                         console.log(self.city)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:209:25:
20:18:42   207 |                     self.city = (data.addressComponent && data.addressComponent.city);
20:18:42   208 |                     AMap.plugin('AMap.Weather', function() {
20:18:42 > 209 |                         console.log(self.city)
20:18:42       |                         ^
20:18:42   210 |                         var weather = new AMap.Weather();
20:18:42   211 |                             weather.getLive(self.city, function(err, data) {
20:18:42   212 |                             if (!err) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:213:33:
20:18:42   211 |                             weather.getLive(self.city, function(err, data) {
20:18:42   212 |                             if (!err) {
20:18:42 > 213 |                                 console.log(data)
20:18:42       |                                 ^
20:18:42   214 |                                 self.cityInfo=data
20:18:42   215 |                                 if(data.weather.indexOf('晴')>-1){
20:18:42   216 |                                     self.weatherImg=self.sun
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:247:21:
20:18:42   245 |                 function onError (data) {
20:18:42   246 |                     // 定位出错
20:18:42 > 247 |                     console.log('定位失败错误:', data);
20:18:42       |                     ^
20:18:42   248 |                     self.city=''//定位失败隐藏
20:18:42   249 |                     // 调用IP定位
20:18:42   250 |                     self.getLngLatLocation();
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:260:21:
20:18:42   258 |                 if (status === 'complete' && result.info === 'OK') {
20:18:42   259 |                     // 查询成功,result即为当前所在城市信息
20:18:42 > 260 |                     console.log('通过ip获取当前城市:', result);
20:18:42       |                     ^
20:18:42   261 |                     // 逆向地理编码
20:18:42   262 |                     AMap.plugin('AMap.Geocoder', function () {
20:18:42   263 |                     var geocoder = new AMap.Geocoder({
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:272:25:
20:18:42   270 |                         if (status === 'complete' && data.info === 'OK') {
20:18:42   271 |                         // result为对应的地理位置详细信息
20:18:42 > 272 |                         console.log(data);
20:18:42       |                         ^
20:18:42   273 |                         }
20:18:42   274 |                     });
20:18:42   275 |                     });
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:293:20:
20:18:42   291 |                 //        loading.close();//关闭加载
20:18:42   292 |                 //    });
20:18:42 > 293 |                    console.log('banner______________',response.data.data.data)
20:18:42       |                    ^
20:18:42   294 |                    if(response.data.data.data){
20:18:42   295 |                        let Arry=[]
20:18:42   296 |                        response.data.data.data.forEach(item=>{
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:305:24:
20:18:42   303 |                        })
20:18:42   304 |                        this.bannerArr=Arry.slice(0,3)
20:18:42 > 305 |                        console.log(this.bannerArr)
20:18:42       |                        ^
20:18:42   306 |                    }
20:18:42   307 |                 }
20:18:42   308 |             })
20:18:42 
20:18:42 
20:18:42 11 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/main_content.vue:237:7:
20:18:42   235 |     onTabClick: function(tab,index) {
20:18:42   236 |       // debugger
20:18:42 > 237 |       console.log(tab)
20:18:42       |       ^
20:18:42   238 |       console.log(index)
20:18:42   239 |       this.$emit("active-tab", tab,index);      
20:18:42   240 |       //点击tab标签左边菜单显示对应的应用--bcx新增功能
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_content.vue:238:7:
20:18:42   236 |       // debugger
20:18:42   237 |       console.log(tab)
20:18:42 > 238 |       console.log(index)
20:18:42       |       ^
20:18:42   239 |       this.$emit("active-tab", tab,index);      
20:18:42   240 |       //点击tab标签左边菜单显示对应的应用--bcx新增功能
20:18:42   241 |       let appId=tab.appId
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_content.vue:255:9:
20:18:42   253 |             this.$root.appid = appId;
20:18:42   254 |         }     
20:18:42 > 255 |         console.log(tab)
20:18:42       |         ^
20:18:42   256 |         this.setMaincontent(false)
20:18:42   257 |         this.$parent.showApp=true
20:18:42   258 |         this.$parent.showWait=false
20:18:42 
20:18:42 
20:18:42 3 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:157:7:
20:18:42   155 |     defaultClickFirst(dataArr){
20:18:42   156 |       // debugger
20:18:42 > 157 |       console.log(dataArr)
20:18:42       |       ^
20:18:42   158 |         if(dataArr[0].children){
20:18:42   159 |           if(dataArr[0].children[0].children){
20:18:42   160 |             this.onMenuClick(dataArr[0].children[0].children[0])
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:165:11:
20:18:42   163 |           }
20:18:42   164 |         }else{
20:18:42 > 165 |           console.log(dataArr[0])
20:18:42       |           ^
20:18:42   166 |           this.onMenuClick(dataArr[0])
20:18:42   167 |         }        
20:18:42   168 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:171:7:
20:18:42   169 |     onMenuClick: function(menu) {
20:18:42   170 |       // debugger
20:18:42 > 171 |       console.log(menu)
20:18:42       |       ^
20:18:42   172 |       this.currentMenuId = menu.id;
20:18:42   173 |       if(menu.opentarget == "target") {
20:18:42   174 |         let paramKey = '';
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_navbar.vue:198:1:
20:18:42   196 |             });            
20:18:42   197 |
20:18:42 > 198 | console.log(routeData,'routeDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteDatarouteData');
20:18:42       | ^
20:18:42   199 |
20:18:42   200 |         window.open(routeData.href, '_blank');
20:18:42   201 |         
20:18:42 
20:18:42 
20:18:42 4 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/main_pending.vue:605:9:
20:18:42   603 |     activate() {
20:18:42   604 |       if (this.backlogRight.length === 0) {
20:18:42 > 605 |         console.log("--->0");
20:18:42       |         ^
20:18:42   606 |       }
20:18:42   607 |     },
20:18:42   608 |     //点击左侧导航触发待办事项
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/main_processing.vue:248:7:
20:18:42   246 |     },
20:18:42   247 |     isComplete() {
20:18:42 > 248 |       console.log("isComplete---->",this.status);
20:18:42       |       ^
20:18:42   249 |       let appId = this.openParams.appId ? this.openParams.appId : this.currentAppId;
20:18:42   250 |       let params = {
20:18:42   251 |           applicationId: appId,
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/main_read.vue:209:7:
20:18:42   207 |     },
20:18:42   208 |     onRowClick(row, column, event ) {
20:18:42 > 209 |       console.log("row--->",row.index);
20:18:42       |       ^
20:18:42   210 |       
20:18:42   211 |       let params = {
20:18:42   212 |         appId: this.$root.appid,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_read.vue:351:9:
20:18:42   349 |     activate() {
20:18:42   350 |       if (this.backlogRight.length === 0) {
20:18:42 > 351 |         console.log("--->0");
20:18:42       |         ^
20:18:42   352 |       }
20:18:42   353 |     },
20:18:42   354 |     //点击左侧导航触发待办事项
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/main_unread.vue:211:7:
20:18:42   209 |     },
20:18:42   210 |     onRowClick(row, column, event ) {
20:18:42 > 211 |       console.log("row--->",row.index);
20:18:42       |       ^
20:18:42   212 |       
20:18:42   213 |       let params = {
20:18:42   214 |         appId: this.$root.appid,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/main_unread.vue:353:9:
20:18:42   351 |     activate() {
20:18:42   352 |       if (this.backlogRight.length === 0) {
20:18:42 > 353 |         console.log("--->0");
20:18:42       |         ^
20:18:42   354 |       }
20:18:42   355 |     },
20:18:42   356 |     //点击左侧导航触发待办事项
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/map_arcGIS.vue:122:9:
20:18:42   120 |       
20:18:42   121 |     }, reason => {
20:18:42 > 122 |         console.log (reason);
20:18:42       |         ^
20:18:42   123 |     })
20:18:42   124 |   },
20:18:42   125 |
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5:
20:18:42   47 |   created() {
20:18:42   48 |
20:18:42 > 49 |     console.log(this.openParams,'openParams');
20:18:42      |     ^
20:18:42   50 |
20:18:42   51 |     // Function to check if the URL contains the specified domain and redirect
20:18:42   52 |     function checkAndRedirect(v) {
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_calctext.vue:47:7:
20:18:42   45 |   methods: {
20:18:42   46 |     setValue(value) {
20:18:42 > 47 |       console.log(value)
20:18:42      |       ^
20:18:42   48 |       if(value&&value.indexOf("pdfviewer.html") > -1) {
20:18:42   49 |         let statiContextPath = obpmConfig.statiContextPath;
20:18:42   50 |         if(statiContextPath) { //5.0 trunk
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_dept_select.vue:297:11:
20:18:42   295 |         onSucess: (res) => {
20:18:42   296 |           this.tableData = res.data.data;
20:18:42 > 297 |           console.log(this.tableData);
20:18:42       |           ^
20:18:42   298 |         },
20:18:42   299 |       });
20:18:42   300 |     },
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:323:7:
20:18:42   321 |         this.activeRightDept.push(key);
20:18:42   322 |       }
20:18:42 > 323 |       console.log("------------->", this.activeRightDept);
20:18:42       |       ^
20:18:42   324 |     },
20:18:42   325 |     selectType(val) {
20:18:42   326 |       if (val == "TORIGHT") {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_dept_tree_select.vue:524:13:
20:18:42   522 |             // name: "test123"
20:18:42   523 |             // userCount: 21
20:18:42 > 524 |             console.log("this.nodes--->", nodes);
20:18:42       |             ^
20:18:42   525 |             resolve(nodes);
20:18:42   526 |           },
20:18:42   527 |         });
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:252:11:
20:18:42   250 |       this.$api.templateDownload(name, path, {
20:18:42   251 |         onSucess: (response) => {
20:18:42 > 252 |           console.log("res--->", response);
20:18:42       |           ^
20:18:42   253 |           let fileName = "";
20:18:42   254 |           let type = response.headers["content-type"];
20:18:42   255 |           if (response.headers["content-disposition"]) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_kms.vue:333:7:
20:18:42   331 |     },
20:18:42   332 |     openKmDialog() {
20:18:42 > 333 |       console.log("------------>", this.selectData);
20:18:42       |       ^
20:18:42   334 |       this.dialogVisible = true;
20:18:42   335 |       //fileName=&orderByfield=CREATE_DATE&orderMode=desc&pageNo=1&linesPerPage=10&_=1594349604925
20:18:42   336 |       let params = {
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:387:9:
20:18:42   385 |     listUp(index) {
20:18:42   386 |       if (index == 0) {
20:18:42 > 387 |         console.log("最顶部-->");
20:18:42       |         ^
20:18:42   388 |       } else {
20:18:42   389 |         let arr = this.field.value;
20:18:42   390 |         arr[index] = arr.splice(index - 1, 1, arr[index])[0];
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:397:9:
20:18:42   395 |     listDown(index) {
20:18:42   396 |       if (index == this.field.value.length - 1) {
20:18:42 > 397 |         console.log("最底部-->");
20:18:42       |         ^
20:18:42   398 |       } else {
20:18:42   399 |         let arr = this.field.value;
20:18:42   400 |         arr[index] = arr.splice(index + 1, 1, arr[index])[0];
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:419:4:
20:18:42   417 | 	
20:18:42   418 | 		uploadImg(e){
20:18:42 > 419 | 			console.log(e.file)
20:18:42       | 			^
20:18:42   420 | 			//obs文件上传start
20:18:42   421 |            if(__network__){
20:18:42   422 |               this.obsFile(e)//obs文件上传
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:668:5:
20:18:42   666 | 				}
20:18:42   667 | 				link.href = op + "/runtime/file/download?filename=" + encodeURI(file.name) + "&filepath=" + file.path+'&v='+new Date().getTime();
20:18:42 > 668 | 				console.log(link.href)
20:18:42       | 				^
20:18:42   669 | 				link.setAttribute('download', file.name);
20:18:42   670 | 				link.click();
20:18:42   671 | 			}
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:676:6:
20:18:42   674 | 		handleExceed(files, fileList) {	//文件超出个数限制时的钩子
20:18:42   675 | 			if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
20:18:42 > 676 | 			  console.log(files[0])
20:18:42       | 			  ^
20:18:42   677 | 			  files[0].uid=new Date().getTime()
20:18:42   678 | 			  this.field.value=[]
20:18:42   679 | 			  let e={file:files[0]}
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:850:4:
20:18:42   848 | 			})
20:18:42   849 | 			form.get('files')
20:18:42 > 850 | 			console.log(form.get('files'))
20:18:42       | 			^
20:18:42   851 | 			e.file=form.get('files')
20:18:42   852 |             //去掉文件名称空格end
20:18:42   853 |
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:876:5:
20:18:42   874 | 				SourceFile:e.file //获取file文件
20:18:42   875 | 			}).then(function(result) {
20:18:42 > 876 | 				console.log(result)
20:18:42       | 				^
20:18:42   877 |
20:18:42   878 | 				if(result.CommonMsg.Status < 300){
20:18:42   879 |
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:880:6:
20:18:42   878 | 				if(result.CommonMsg.Status < 300){
20:18:42   879 |
20:18:42 > 880 | 					console.log('Create object:' + objectKey + ' successfully!\n');
20:18:42       | 					^
20:18:42   881 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
20:18:42   882 | 					httpurl = convertCdnPath(httpurl);
20:18:42   883 | 					// let ob = {};
20:18:42 
20:18:42 
20:18:42 8 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:310:4:
20:18:42   308 | 			}
20:18:42   309 |
20:18:42 > 310 | 			console.log("formData.value-->",formData.value)
20:18:42       | 			^
20:18:42   311 |
20:18:42   312 |
20:18:42   313 | 			if(formData.value && formData.value.length > 0) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:463:4:
20:18:42   461 |
20:18:42   462 | 		uploadSuccess(response, file, fileList) {
20:18:42 > 463 | 			console.log(file);
20:18:42       | 			^
20:18:42   464 | 			console.log(fileList);
20:18:42   465 | 			let obj = {
20:18:42   466 | 					name: response.data[0].fileName,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:464:4:
20:18:42   462 | 		uploadSuccess(response, file, fileList) {
20:18:42   463 | 			console.log(file);
20:18:42 > 464 | 			console.log(fileList);
20:18:42       | 			^
20:18:42   465 | 			let obj = {
20:18:42   466 | 					name: response.data[0].fileName,
20:18:42   467 | 					path: response.data[0].filePath,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:569:4:
20:18:42   567 | 		
20:18:42   568 | 		handleRemove(file, fileList) {
20:18:42 > 569 | 			console.log("file--->",file);
20:18:42       | 			^
20:18:42   570 | 			console.log(fileList);
20:18:42   571 | 			let appId = this.$root.appid;
20:18:42   572 |       let formId = this.field.formId;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:570:4:
20:18:42   568 | 		handleRemove(file, fileList) {
20:18:42   569 | 			console.log("file--->",file);
20:18:42 > 570 | 			console.log(fileList);
20:18:42       | 			^
20:18:42   571 | 			let appId = this.$root.appid;
20:18:42   572 |       let formId = this.field.formId;
20:18:42   573 |       let docId = this.field.docId;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:584:7:
20:18:42   582 | 							}
20:18:42   583 | 						}
20:18:42 > 584 | 						console.log("this.field.value--->",this.field.value);
20:18:42       | 						^
20:18:42   585 | 					}
20:18:42   586 |           if (this.field.refreshOnChanged){
20:18:42   587 |             // this.$parent.refresh(this.field.id);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:696:9:
20:18:42   694 |
20:18:42   695 | 		obsFile(e){//obs文件上传
20:18:42 > 696 | 	       console.log(e)
20:18:42       | 	       ^
20:18:42   697 | 		    //去掉文件名称空格start
20:18:42   698 | 			let form = new FormData();
20:18:42   699 | 			form.append("files", e.file);			
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:706:4:
20:18:42   704 | 			})
20:18:42   705 | 			form.get('files')
20:18:42 > 706 | 			console.log(form.get('files'))
20:18:42       | 			^
20:18:42   707 | 			e.file=form.get('files')
20:18:42   708 |             //去掉文件名称空格end
20:18:42   709 | 			
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:732:5:
20:18:42   730 | 				SourceFile:e.file //获取file文件
20:18:42   731 | 			}).then(function(result) {
20:18:42 > 732 | 				console.log(result)
20:18:42       | 				^
20:18:42   733 |
20:18:42   734 | 				if(result.CommonMsg.Status < 300){
20:18:42   735 |
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:736:6:
20:18:42   734 | 				if(result.CommonMsg.Status < 300){
20:18:42   735 |
20:18:42 > 736 | 					console.log('Create object:' + objectKey + ' successfully!\n');
20:18:42       | 					^
20:18:42   737 | 					var httpurl=`https://${BucketName}.${urlserver}/${objectKey}`
20:18:42   738 | 					httpurl = convertCdnPath(httpurl);
20:18:42   739 | 					
20:18:42 
20:18:42 
20:18:42 10 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:206:13:
20:18:42   204 |
20:18:42   205 |           if(formData.id.indexOf('shapeType')>-1){
20:18:42 > 206 |             console.log('shapeType',e.data)
20:18:42       |             ^
20:18:42   207 |               // formData.value=e.data.shapeType
20:18:42   208 |               formData.value=e.data.shapeType
20:18:42   209 |           }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:211:14:
20:18:42   209 |           }
20:18:42   210 |           if(formData.id.indexOf('shapedLocation')>-1){
20:18:42 > 211 |              console.log('shapedLocation',e.data)
20:18:42       |              ^
20:18:42   212 |               formData.value=JSON.stringify(e.data.shapedLocation)
20:18:42   213 |           }
20:18:42   214 |       })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:243:9:
20:18:42   241 |       handler:function(newV,oldV){
20:18:42   242 |         this.value = newV
20:18:42 > 243 |         console.log('this.value',this.value)
20:18:42       |         ^
20:18:42   244 |         let field = this.field
20:18:42   245 |         if (field.refreshOnChanged) {//判断是否需要刷新
20:18:42   246 |           if(field.refreshMode == 1) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:346:11:
20:18:42   344 |           sub = arr[i].split("=");
20:18:42   345 |           sub = sub[0].split(":");
20:18:42 > 346 |           console.log(sub[1]);
20:18:42       |           ^
20:18:42   347 |
20:18:42   348 |           key = sub[0];
20:18:42   349 |           value = sub[1];
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:504:16:
20:18:42   502 |           let index=fieldStyle.lastIndexOf("width:") + 6
20:18:42   503 |                fieldStyle=fieldStyle.slice(index)
20:18:42 > 504 |                console.log(fieldStyle,1)
20:18:42       |                ^
20:18:42   505 |                if(fieldStyle.indexOf("%")!==-1){
20:18:42   506 |                  index=fieldStyle.indexOf("%")
20:18:42   507 |                  fieldStyle=fieldStyle.slice(0,index)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:508:21:
20:18:42   506 |                  index=fieldStyle.indexOf("%")
20:18:42   507 |                  fieldStyle=fieldStyle.slice(0,index)
20:18:42 > 508 |                     console.log(fieldStyle,2)
20:18:42       |                     ^
20:18:42   509 |                 if(fieldStyle.length<=3){
20:18:42   510 |                   console.log(fieldStyle,3)
20:18:42   511 |                   fieldStyle=parseFloat(fieldStyle)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:510:19:
20:18:42   508 |                     console.log(fieldStyle,2)
20:18:42   509 |                 if(fieldStyle.length<=3){
20:18:42 > 510 |                   console.log(fieldStyle,3)
20:18:42       |                   ^
20:18:42   511 |                   fieldStyle=parseFloat(fieldStyle)
20:18:42   512 |                 
20:18:42   513 |                   this.$refs.inputWrap.style.width="100%"
20:18:42 
20:18:42 
20:18:42 7 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_map.vue:471:7:
20:18:42   469 |
20:18:42   470 |     handler({ BMap, map }) {
20:18:42 > 471 |       console.log({ BMap, map });
20:18:42       |       ^
20:18:42   472 |       this.center.lng = 116.404;
20:18:42   473 |       this.center.lat = 39.915;
20:18:42   474 |       this.zoom = 3;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_map.vue:478:7:
20:18:42   476 |
20:18:42   477 |     zoomEnd(e) {
20:18:42 > 478 |       console.log(e);
20:18:42       |       ^
20:18:42   479 |       this.zoom = e.target.getZoom();
20:18:42   480 |     },
20:18:42   481 |
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_map.vue:492:7:
20:18:42   490 |         this.zoom = 19;
20:18:42   491 |       }
20:18:42 > 492 |       console.log(this.zoom);
20:18:42       |       ^
20:18:42   493 |     },
20:18:42   494 |
20:18:42   495 |     //右键$t('shrink')
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_map.vue:599:7:
20:18:42   597 |
20:18:42   598 |     changeLAL() {
20:18:42 > 599 |       console.log("经纬度改变了");
20:18:42       |       ^
20:18:42   600 |       let that = this;
20:18:42   601 |       if (this.currentLongitude && this.currentLatitude) {
20:18:42   602 |         (this.center = {
20:18:42 
20:18:42 
20:18:42 4 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_photo.vue:156:11:
20:18:42   154 |         })
20:18:42   155 |         .catch((error) => {
20:18:42 > 156 |           console.error("摄像头开启失败,请检查摄像头是否可用!");
20:18:42       |           ^
20:18:42   157 |           console.log(error);
20:18:42   158 |         });
20:18:42   159 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_photo.vue:157:11:
20:18:42   155 |         .catch((error) => {
20:18:42   156 |           console.error("摄像头开启失败,请检查摄像头是否可用!");
20:18:42 > 157 |           console.log(error);
20:18:42       |           ^
20:18:42   158 |         });
20:18:42   159 |     },
20:18:42   160 |     // 拍照
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_photo.vue:167:7:
20:18:42   165 |       // 转base64格式、图片格式转换、图片质量压缩
20:18:42   166 |       let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7);
20:18:42 > 167 |       console.log("拍的图片-->");
20:18:42       |       ^
20:18:42   168 |       console.log(imgBase64);
20:18:42   169 |       this.savePhoto = imgBase64;
20:18:42   170 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_photo.vue:168:7:
20:18:42   166 |       let imgBase64 = this.$refs["canvas"].toDataURL("image/jpeg", 0.7);
20:18:42   167 |       console.log("拍的图片-->");
20:18:42 > 168 |       console.log(imgBase64);
20:18:42       |       ^
20:18:42   169 |       this.savePhoto = imgBase64;
20:18:42   170 |     },
20:18:42   171 |     // 关闭摄像头
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_photo.vue:180:7:
20:18:42   178 |       });
20:18:42   179 |       this.$refs["video"].srcObject = null;
20:18:42 > 180 |       console.log("关闭了");
20:18:42       |       ^
20:18:42   181 |     },
20:18:42   182 |     showDialog() {
20:18:42   183 |       var explorer = window.navigator.userAgent;
20:18:42 
20:18:42 
20:18:42 5 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_reminder_history.vue:250:7:
20:18:42   248 |   methods: {
20:18:42   249 |     getFlowHistory(){
20:18:42 > 250 |       console.log("this.fleld---->",this.field);
20:18:42       |       ^
20:18:42   251 |       let appId = this.$root.appid
20:18:42   252 |       let docId = this.field.docId;
20:18:42   253 |       this.$api.getRemindHistorys(
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_textarea.vue:162:13:
20:18:42   160 |           // }
20:18:42   161 |           if(formData.id.indexOf('shapedLocation')>-1){
20:18:42 > 162 |             console.log('shapedLocation',e.data)
20:18:42       |             ^
20:18:42   163 |               formData.value=JSON.stringify(e.data.shapedLocation)
20:18:42   164 |           }
20:18:42   165 |       })
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:606:11:
20:18:42   604 |         onSucess: (res) => {
20:18:42   605 |           this.tableData = res.data.data;
20:18:42 > 606 |           console.log(this.tableData);
20:18:42       |           ^
20:18:42   607 |         },
20:18:42   608 |       });
20:18:42   609 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:715:7:
20:18:42   713 |       this.selectedUsers = arrID;
20:18:42   714 |       this.selectedUsersList = arr;
20:18:42 > 715 |       console.log("this.selectedUsersList---->", this.selectedUsersList);
20:18:42       |       ^
20:18:42   716 |     },
20:18:42   717 |
20:18:42   718 |     /**
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_user_select.vue:831:7:
20:18:42   829 |     //加载更多在线用户
20:18:42   830 |     onlinesLoadingMore() {
20:18:42 > 831 |       console.log(111);
20:18:42       |       ^
20:18:42   832 |       this.loadingIcon = true;
20:18:42   833 |       let pageSize = 10;
20:18:42   834 |       API.getOnlines(this.onlinesPage++, pageSize, {
20:18:42 
20:18:42 
20:18:42 3 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/obpm_open_container.vue:82:5:
20:18:42   80 |   created() {
20:18:42   81 |     let op = this.openParams;
20:18:42 > 82 |     console.log(this.openParams)
20:18:42      |     ^
20:18:42   83 |     this.doAction(op);
20:18:42   84 |   },
20:18:42   85 |   mounted() {
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/platAd.vue:106:12:
20:18:42   104 |                value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开
20:18:42   105 |            }
20:18:42 > 106 |            console.log(value)
20:18:42       |            ^
20:18:42   107 |            return value
20:18:42   108 |         },  
20:18:42   109 |          // 取消
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/platAdPop.vue:114:12:
20:18:42   112 |                value= value.replace(/<a */g, "<a target='_blank' ");//富文本a标签加上新窗口打开
20:18:42   113 |            }
20:18:42 > 114 |            console.log(value)
20:18:42       |            ^
20:18:42   115 |            return value
20:18:42   116 |         },        
20:18:42   117 |         cancle() {// 取消
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/pop.vue:68:7:
20:18:42   66 |       this.formList = newRowData; //拷贝一份存储对象引用不同地址
20:18:42   67 |       this.OperType = type;
20:18:42 > 68 |       console.log(this.formList.parentId)
20:18:42      |       ^
20:18:42   69 |       if (this.OperType == 0) {        
20:18:42   70 |         this.title = this.agreementTitle;
20:18:42   71 |         
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/print_view.vue:55:5:
20:18:42   53 |       }
20:18:42   54 |     }
20:18:42 > 55 |     console.log("--->",this.$route.query)
20:18:42      |     ^
20:18:42   56 |   },
20:18:42   57 |   mounted() {
20:18:42   58 |     this.getViewData();
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:555:11:
20:18:42   553 |           }
20:18:42   554 |
20:18:42 > 555 |           console.log("arr---->", arr);
20:18:42       |           ^
20:18:42   556 |           this.flowData = arr;
20:18:42   557 |           this.$nextTick(() => {
20:18:42   558 |             for (let i = 0; i < arr.length; i++) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:882:11:
20:18:42   880 |           });
20:18:42   881 |           this.process = newData;
20:18:42 > 882 |           console.log("this.process--->", this.process);
20:18:42       |           ^
20:18:42   883 |         },
20:18:42   884 |       });
20:18:42   885 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:955:11:
20:18:42   953 |             }
20:18:42   954 |           }
20:18:42 > 955 |           console.log("arr---->", arr);
20:18:42       |           ^
20:18:42   956 |           this.flowData = arr;
20:18:42   957 |         },
20:18:42   958 |       });
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:1049:7:
20:18:42   1047 |     checkedMobile() {
20:18:42   1048 |       var phoneReg = /^1\d{10}$/;
20:18:42 > 1049 |       console.log(
20:18:42        |       ^
20:18:42   1050 |         !phoneReg.test(this.information.mobile) && !this.information.mobile
20:18:42   1051 |       );
20:18:42   1052 |       console.log(this.information.mobile);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:1052:7:
20:18:42   1050 |         !phoneReg.test(this.information.mobile) && !this.information.mobile
20:18:42   1051 |       );
20:18:42 > 1052 |       console.log(this.information.mobile);
20:18:42        |       ^
20:18:42   1053 |       if (
20:18:42   1054 |         !phoneReg.test(this.information.mobile) &&
20:18:42   1055 |         this.information.mobile !== "" &&
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:1189:13:
20:18:42   1187 |           },
20:18:42   1188 |           onError: (error) => {
20:18:42 > 1189 |             console.log(error);
20:18:42        |             ^
20:18:42   1190 |           },
20:18:42   1191 |         }
20:18:42   1192 |       );
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:1307:11:
20:18:42   1305 |           });
20:18:42   1306 |           this.process = newData;
20:18:42 > 1307 |           console.log("this.process--->", this.process);
20:18:42        |           ^
20:18:42   1308 |         },
20:18:42   1309 |       });
20:18:42   1310 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:1343:11:
20:18:42   1341 |           });
20:18:42   1342 |           this.process = newData;
20:18:42 > 1343 |           console.log("this.process--->", this.process);
20:18:42        |           ^
20:18:42   1344 |         },
20:18:42   1345 |       });
20:18:42   1346 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/profile.vue:1444:13:
20:18:42   1442 |           },
20:18:42   1443 |           onError: (error) => {
20:18:42 > 1444 |             console.log(error);
20:18:42        |             ^
20:18:42   1445 |           },
20:18:42   1446 |         }
20:18:42   1447 |       );
20:18:42 
20:18:42 
20:18:42 9 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:26:7:
20:18:42   24 |       this.employeeId = localStorage.getItem('employeeId');
20:18:42   25 |       this.organizationsId = localStorage.getItem('domainId');
20:18:42 > 26 |       console.info('href', window.location.href);
20:18:42      |       ^
20:18:42   27 |       let domainUrl = window.location.href.split('/')[2];
20:18:42   28 |       console.info('domain url', domainUrl);
20:18:42   29 |       // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/qrcodeDialog.vue:28:7:
20:18:42   26 |       console.info('href', window.location.href);
20:18:42   27 |       let domainUrl = window.location.href.split('/')[2];
20:18:42 > 28 |       console.info('domain url', domainUrl);
20:18:42      |       ^
20:18:42   29 |       // this.inviteUrl = `https://v5qy.te.baibaodun.com.cn/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
20:18:42   30 |       this.inviteUrl = `https://${domainUrl}/static/signon/fronts/#/register?shareEmployeeId=${this.employeeId}&shareOrganizationId=${this.organizationsId}`;
20:18:42   31 |       this.showDialog = newVal;
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/report.vue:152:7:
20:18:42   150 |     setImgUrl(id) {
20:18:42   151 |       let imgLists = document.getElementById(id).getElementsByTagName("img");
20:18:42 > 152 |       console.log("imgLists-->", imgLists);
20:18:42       |       ^
20:18:42   153 |       let src = "";
20:18:42   154 |       for (let i = 0; i < imgLists.length; i++) {
20:18:42   155 |         let imgName = imgLists[i].src.split("/");
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/service.vue:143:29:
20:18:42   141 |                             Arry.sort((a,b)=>{return Number(a.sort)-Number(b.sort)})  
20:18:42   142 |                             this.appMarketServiceArry=Arry
20:18:42 > 143 |                             console.log(this.appMarketServiceArry)
20:18:42       |                             ^
20:18:42   144 |                       }
20:18:42   145 |                    }
20:18:42   146 |                }
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_blank.vue:79:7:
20:18:42   77 |     contentType: function() {
20:18:42   78 |
20:18:42 > 79 |       console.log(this.params,"this.__________________________");
20:18:42      |       ^
20:18:42   80 |       let compName;
20:18:42   81 |       switch (this.params.linkType) {
20:18:42   82 |         case "00":
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:1965:7:
20:18:42   1963 |       }
20:18:42   1964 |       this.currentDocIds = docIds;
20:18:42 > 1965 |       console.log("docIds--->",docIds);
20:18:42        |       ^
20:18:42   1966 |     },
20:18:42   1967 |
20:18:42   1968 |     getShowListData(page, size, searchData, startTime, endTime,) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_calendarview.vue:2133:15:
20:18:42   2131 |             onSucess: response => {
20:18:42   2132 |               let viewData = response.data;
20:18:42 > 2133 |               console.log("viewData-------->",viewData)
20:18:42        |               ^
20:18:42   2134 |               resolve(viewData);
20:18:42   2135 |             }
20:18:42   2136 |           }
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_cardview.vue:126:11:
20:18:42   124 |           this.loading = false;
20:18:42   125 |           this.CardData = tds;
20:18:42 > 126 |           console.log("this.tableData---->", this.CardData);
20:18:42       |           ^
20:18:42   127 |         }
20:18:42   128 |       });
20:18:42   129 |     },
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:300:9:
20:18:42   298 |       })
20:18:42   299 |       if (hasSelect) {
20:18:42 > 300 |         console.log(selection)
20:18:42       |         ^
20:18:42   301 |         console.log(row)
20:18:42   302 |         this.$nextTick(() => {  
20:18:42   303 |           this.$refs.multipleTable.toggleRowSelection(row,true);          
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:301:9:
20:18:42   299 |       if (hasSelect) {
20:18:42   300 |         console.log(selection)
20:18:42 > 301 |         console.log(row)
20:18:42       |         ^
20:18:42   302 |         this.$nextTick(() => {  
20:18:42   303 |           this.$refs.multipleTable.toggleRowSelection(row,true);          
20:18:42   304 |         })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:565:23:
20:18:42   563 |                         tds.push(rows);
20:18:42   564 |                       });
20:18:42 > 565 |                       console.log(tds)
20:18:42       |                       ^
20:18:42   566 |                       resolve(tds);
20:18:42   567 |                     }   
20:18:42   568 |                   }
20:18:42 
20:18:42 
20:18:42 error: Duplicated key 'reloadListView' (vue/no-dupe-keys) at src/components/view_collapsibleview.vue:583:5:
20:18:42   581 |     },
20:18:42   582 |
20:18:42 > 583 |     reloadListView(){
20:18:42       |     ^
20:18:42   584 |       this.getData(this.currentPage);
20:18:42   585 |     },
20:18:42   586 |
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_collapsibleview.vue:618:7:
20:18:42   616 |         docIds = [];
20:18:42   617 |       }
20:18:42 > 618 |       console.log(docIds)
20:18:42       |       ^
20:18:42   619 |       this.$emit("getDocIds",docIds);
20:18:42   620 |     },
20:18:42   621 |
20:18:42 
20:18:42 
20:18:42 5 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:460:7:
20:18:42   458 |     init(isCloseDialog) {
20:18:42   459 |       // debugger
20:18:42 > 460 |       console.log(this.jumpParams);
20:18:42       |       ^
20:18:42   461 |       let op = this.openParams;
20:18:42   462 |       let exparams = {};
20:18:42   463 |       if (op.exparams) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:676:7:
20:18:42   674 |     //包含元素弹出层和当前页打开都是使用这个刷新
20:18:42   675 |     closeDialog(isSave) {
20:18:42 > 676 |       console.log(this.viewType)
20:18:42       |       ^
20:18:42   677 |       this.$refs.delegate.reloadListView();
20:18:42   678 |       if (!isSave) {
20:18:42   679 |         this.dialogVisible = false;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:724:9:
20:18:42   722 |       }
20:18:42   723 |       if ((st && st == "tab") || (st && st == "include")) {
20:18:42 > 724 |         console.log(exparams);
20:18:42       |         ^
20:18:42   725 |         console.log(5455);
20:18:42   726 |         //如果是控件选项卡
20:18:42   727 |         exparams.parentId = op.parentId;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:725:9:
20:18:42   723 |       if ((st && st == "tab") || (st && st == "include")) {
20:18:42   724 |         console.log(exparams);
20:18:42 > 725 |         console.log(5455);
20:18:42       |         ^
20:18:42   726 |         //如果是控件选项卡
20:18:42   727 |         exparams.parentId = op.parentId;
20:18:42   728 |         exparams.isRelate = op.isRelate;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:730:7:
20:18:42   728 |         exparams.isRelate = op.isRelate;
20:18:42   729 |       }
20:18:42 > 730 |       console.info('delegate 1', appId);
20:18:42       |       ^
20:18:42   731 |       this.$api.getViewTemplate(appId, viewId, exparams, {
20:18:42   732 |         onSucess: (response) => {
20:18:42   733 |           // alert(88)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:736:11:
20:18:42   734 |           this.loading = true;
20:18:42   735 |
20:18:42 > 736 |           console.info('response', response);
20:18:42       |           ^
20:18:42   737 |           if (response.data.data) {
20:18:42   738 |             if (!response.data.data.activities) {
20:18:42   739 |               //后台配置的视图操作按钮为0
20:18:42 
20:18:42 
20:18:42 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:1519:19:
20:18:42   1517 |                   break;
20:18:42   1518 |                 case 16: //导出excel
20:18:42 > 1519 |                   debugger
20:18:42        |                   ^
20:18:42   1520 |                   this.isBlockClick = false;
20:18:42   1521 |                   this.currentClickBtnAct = act;
20:18:42   1522 |                   let excelColumns = [];
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1525:19:
20:18:42   1523 |                   let columns = this.copyColumns;
20:18:42   1524 |                   let selectAll = [];
20:18:42 > 1525 |                   console.log(columns)
20:18:42        |                   ^
20:18:42   1526 |                   for (let i = 0; i < columns.length; i++) {
20:18:42   1527 |                     if (columns[i].visible4ExpExcel) {
20:18:42   1528 |                       excelColumns.push(columns[i]);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1775:13:
20:18:42   1773 |           if (res.data.errcode === 0) {
20:18:42   1774 |             let url = res.data.data.content;
20:18:42 > 1775 |             console.log(url);
20:18:42        |             ^
20:18:42   1776 |             let queryString = act.dispatcherParams;
20:18:42   1777 |             let isForm = url.search("form.html") != -1; //兼容good的url的写法(后期改)
20:18:42   1778 |             let isView = url.search("view.html") != -1; //兼容good的url的写法(后期改)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1796:13:
20:18:42   1794 |             let isExternalLink = false;
20:18:42   1795 |
20:18:42 > 1796 |             console.log("编辑流程");
20:18:42        |             ^
20:18:42   1797 |             console.log(url);
20:18:42   1798 |             if (url && url.indexOf("processHtmlTem.html") > -1) {
20:18:42   1799 |               API.softwareApplication(this.openParams.appId, {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1797:13:
20:18:42   1795 |
20:18:42   1796 |             console.log("编辑流程");
20:18:42 > 1797 |             console.log(url);
20:18:42        |             ^
20:18:42   1798 |             if (url && url.indexOf("processHtmlTem.html") > -1) {
20:18:42   1799 |               API.softwareApplication(this.openParams.appId, {
20:18:42   1800 |                 onSucess: (res) => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2265:9:
20:18:42   2263 |         let sc = this.excelSelectList;
20:18:42   2264 |         let selectColumns = sc && sc.length > 0 ? sc.join(",") : "";
20:18:42 > 2265 |         console.log('导出', exparams)
20:18:42        |         ^
20:18:42   2266 |         let obj = {
20:18:42   2267 |           selectColumns,
20:18:42   2268 |           selectDocIds: selectDocId,
20:18:42 
20:18:42 
20:18:42 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2286:9:
20:18:42   2284 |           }
20:18:42   2285 |         }
20:18:42 > 2286 |         debugger
20:18:42        |         ^
20:18:42   2287 |         console.log(view)
20:18:42   2288 |         if (view.searchFormId != undefined) {
20:18:42   2289 |           //高级查询
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2287:9:
20:18:42   2285 |         }
20:18:42   2286 |         debugger
20:18:42 > 2287 |         console.log(view)
20:18:42        |         ^
20:18:42   2288 |         if (view.searchFormId != undefined) {
20:18:42   2289 |           //高级查询
20:18:42   2290 |           let sfd = this.$refs.delegate.getSearchformBuildData();
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2291:11:
20:18:42   2289 |           //高级查询
20:18:42   2290 |           let sfd = this.$refs.delegate.getSearchformBuildData();
20:18:42 > 2291 |           console.log('sfd', sfd)
20:18:42        |           ^
20:18:42   2292 |           console.log('sd', sd)
20:18:42   2293 |           sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
20:18:42   2294 |           obj.items = sd;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2292:11:
20:18:42   2290 |           let sfd = this.$refs.delegate.getSearchformBuildData();
20:18:42   2291 |           console.log('sfd', sfd)
20:18:42 > 2292 |           console.log('sd', sd)
20:18:42        |           ^
20:18:42   2293 |           sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
20:18:42   2294 |           obj.items = sd;
20:18:42   2295 |         }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2316:17:
20:18:42   2314 |                   window.clearInterval(this.task);
20:18:42   2315 |                 }
20:18:42 > 2316 |                 console.log(excelRowCount);
20:18:42        |                 ^
20:18:42   2317 |                 if (excelRowCount == 10000) {
20:18:42   2318 |                   process = 100;
20:18:42   2319 |                   this.$message({
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2399:7:
20:18:42   2397 |
20:18:42   2398 |     onAction(act) {
20:18:42 > 2399 |       console.log(act);
20:18:42        |       ^
20:18:42   2400 |       //绑定视图的处理事件
20:18:42   2401 |       let actId = act.id;
20:18:42   2402 |       let activityType = act.type;     
20:18:42 
20:18:42 
20:18:42 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2682:7:
20:18:42   2680 |         formData = { ...formData, ...this.$route.query };
20:18:42   2681 |       }
20:18:42 > 2682 |       debugger
20:18:42        |       ^
20:18:42   2683 |       let divId = act.id;
20:18:42   2684 |       let actType = act.type;
20:18:42   2685 |       
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2824:19:
20:18:42   2822 |                   let columns = this.copyColumns;
20:18:42   2823 |                   let selectAll = [];
20:18:42 > 2824 |                   console.log(columns)
20:18:42        |                   ^
20:18:42   2825 |                   for (let i = 0; i < columns.length; i++) {
20:18:42   2826 |                     if (columns[i].visible4ExpExcel) {
20:18:42   2827 |                       excelColumns.push(columns[i]);
20:18:42 
20:18:42 
20:18:42 20 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_gantt.vue:370:9:
20:18:42   368 |           }
20:18:42   369 |         }
20:18:42 > 370 |         console.log("maxTime-->",maxTime,minTime)
20:18:42       |         ^
20:18:42   371 |         let monthBetweenNum = this.getMonthBetween(minTime, maxTime);
20:18:42   372 |
20:18:42   373 | 				this.monthBetweenHeadNum = JSON.parse(JSON.stringify(monthBetweenNum));
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:282:11:
20:18:42   280 |       const lo = new T.Geolocation();
20:18:42   281 |       lo.getCurrentPosition(function (e) {
20:18:42 > 282 |           console.log("🚀 ~ fn ~ e:", e, this.getStatus())
20:18:42       |           ^
20:18:42   283 |           if (this.getStatus() == 0){
20:18:42   284 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
20:18:42   285 |           }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:284:13:
20:18:42   282 |           console.log("🚀 ~ fn ~ e:", e, this.getStatus())
20:18:42   283 |           if (this.getStatus() == 0){
20:18:42 > 284 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
20:18:42       |             ^
20:18:42   285 |           }
20:18:42   286 |           if(this.getStatus() == 1){
20:18:42   287 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:287:13:
20:18:42   285 |           }
20:18:42   286 |           if(this.getStatus() == 1){
20:18:42 > 287 |             console.log("获取定位坐标:"+e.lnglat.lat + "," + e.lnglat.lng)
20:18:42       |             ^
20:18:42   288 |           }
20:18:42   289 |       });
20:18:42   290 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:352:13:
20:18:42   350 |           ls.search(currentLocation);
20:18:42   351 |           ls.setSearchCompleteCallback(function (rs) {
20:18:42 > 352 |             console.log(rs);
20:18:42       |             ^
20:18:42   353 |             if (rs.Hr) {
20:18:42   354 |               let point = rs.Hr[0].point;
20:18:42   355 |               that.center = {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:363:9:
20:18:42   361 |         }
20:18:42   362 |
20:18:42 > 363 |         console.log(
20:18:42       |         ^
20:18:42   364 |           this.openParams.appId,
20:18:42   365 |           this.view.id,
20:18:42   366 |           "_____________________"
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:381:15:
20:18:42   379 |               // let myGeo = new BMap.Geocoder();
20:18:42   380 |               let view = this.view;
20:18:42 > 381 |               console.log(
20:18:42       |               ^
20:18:42   382 |                 view,
20:18:42   383 |                 viewData,
20:18:42   384 |                 "###################################"
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:409:17:
20:18:42   407 |                 }
20:18:42   408 |               } catch (error) {
20:18:42 > 409 |                 console.log(error);
20:18:42       |                 ^
20:18:42   410 |               }
20:18:42   411 |
20:18:42   412 |               if(this.mapType === 'tianditu') {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:419:21:
20:18:42   417 |                   setTimeout(() => {
20:18:42   418 |                     this.viewDataList = viewData;
20:18:42 > 419 |                     console.log(
20:18:42       |                     ^
20:18:42   420 |                       this.viewDataList,
20:18:42   421 |                       "###############%@#%@#%@#%@#%#@"
20:18:42   422 |                     );
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:557:7:
20:18:42   555 |     },
20:18:42   556 |     zoomEnd(e) {
20:18:42 > 557 |       console.log(e);
20:18:42       |       ^
20:18:42   558 |       this.zoom = e.target.getZoom();
20:18:42   559 |     },
20:18:42   560 |     //右键放大
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:570:7:
20:18:42   568 |         this.zoom = 19;
20:18:42   569 |       }
20:18:42 > 570 |       console.log(this.zoom);
20:18:42       |       ^
20:18:42   571 |     },
20:18:42   572 |     //右键缩小
20:18:42   573 |     reduceMap(e) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:591:7:
20:18:42   589 |       //有问题,隐藏
20:18:42   590 |       this.markerHidden = false;
20:18:42 > 591 |       console.log(BMap);
20:18:42       |       ^
20:18:42   592 |       console.log(map);
20:18:42   593 |     },
20:18:42   594 |     infoWindowClose() {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:592:7:
20:18:42   590 |       this.markerHidden = false;
20:18:42   591 |       console.log(BMap);
20:18:42 > 592 |       console.log(map);
20:18:42       |       ^
20:18:42   593 |     },
20:18:42   594 |     infoWindowClose() {
20:18:42   595 |       this.currentShowId = "";
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:624:7:
20:18:42   622 |     searchBox(e) {
20:18:42   623 |       this.isActive = !this.isActive;
20:18:42 > 624 |       console.log(e);
20:18:42       |       ^
20:18:42   625 |     },
20:18:42   626 |     Delete(id) {
20:18:42   627 |       let that = this;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/view_mapview.vue:628:7:
20:18:42   626 |     Delete(id) {
20:18:42   627 |       let that = this;
20:18:42 > 628 |       console.log("删除", id);
20:18:42       |       ^
20:18:42   629 |       let arr = [];
20:18:42   630 |       arr.push(id);
20:18:42   631 |       this.$api.batchRemoveDocuments(this.openParams.appId, arr, {
20:18:42 
20:18:42 
20:18:42 14 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/components/view_treeview.vue:716:17:
20:18:42   714 |                 });
20:18:42   715 |                 this.arrNodes = nodes
20:18:42 > 716 |                 console.log("this.arrNodes-1--->",this.arrNodes)
20:18:42       |                 ^
20:18:42   717 |                 resolve(this.arrNodes);
20:18:42   718 |                 if(this.arrNodes.length){//展开第一个节点的二级菜单
20:18:42   719 |                   this.arrNodes.forEach((item,index)=>{
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/expandedComponents/view_multi_level_column.vue:307:9:
20:18:42   305 |           initialIndex: i,
20:18:42   306 |         };
20:18:42 > 307 |         console.log("params--2->",params)
20:18:42       |         ^
20:18:42   308 |         this.$parent.setDialogStatus(params);
20:18:42   309 |       }
20:18:42   310 |     },
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/About.vue:49:9:
20:18:42   47 |       
20:18:42   48 |       if (event.data.type === 'CLOSE_IFRAME') {
20:18:42 > 49 |         console.log('收到关闭指令和数据:', event.data.payload);
20:18:42      |         ^
20:18:42   50 |         this.returnData = event.data.payload;
20:18:42   51 |         this.dialogVisible = false; // 关闭弹窗
20:18:42   52 |         
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:62:5:
20:18:42   60 |
20:18:42   61 |   mounted() {
20:18:42 > 62 |     console.log('this.$route.query', this.$route.query);
20:18:42      |     ^
20:18:42   63 |     let query = this.$route.query;
20:18:42   64 |     console.log('options', query);
20:18:42   65 |     this.trainCertificateInfo = query;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:64:5:
20:18:42   62 |     console.log('this.$route.query', this.$route.query);
20:18:42   63 |     let query = this.$route.query;
20:18:42 > 64 |     console.log('options', query);
20:18:42      |     ^
20:18:42   65 |     this.trainCertificateInfo = query;
20:18:42   66 |   },
20:18:42   67 |   methods: {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:142:11:
20:18:42   140 |         try {
20:18:42   141 |           await this.preloadImage(backgroundImageUrl);
20:18:42 > 142 |           console.log("背景图片加载成功:", backgroundImageUrl);
20:18:42       |           ^
20:18:42   143 |           
20:18:42   144 |           // 预加载头像图片
20:18:42   145 |           if (this.trainCertificateInfo.certificatePhoto) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:147:13:
20:18:42   145 |           if (this.trainCertificateInfo.certificatePhoto) {
20:18:42   146 |             await this.preloadImage(this.trainCertificateInfo.certificatePhoto);
20:18:42 > 147 |             console.log("头像图片加载成功:", this.trainCertificateInfo.certificatePhoto);
20:18:42       |             ^
20:18:42   148 |           }
20:18:42   149 |         } catch (err) {
20:18:42   150 |           console.error("图片加载失败:", err);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:150:11:
20:18:42   148 |           }
20:18:42   149 |         } catch (err) {
20:18:42 > 150 |           console.error("图片加载失败:", err);
20:18:42       |           ^
20:18:42   151 |         }
20:18:42   152 |
20:18:42   153 |         // 创建一个新的容器,用于生成PDF
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:289:9:
20:18:42   287 |
20:18:42   288 |       } catch (error) {
20:18:42 > 289 |         console.error('下载证书失败:', error);
20:18:42       |         ^
20:18:42   290 |         alert('下载证书失败,请稍后重试。错误详情: ' + error.message);
20:18:42   291 |       } finally {
20:18:42   292 |         this.isDownloading = false;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:322:11:
20:18:42   320 |         try {
20:18:42   321 |           await this.preloadImage(backgroundImageUrl);
20:18:42 > 322 |           console.log("背景图片加载成功:", backgroundImageUrl);
20:18:42       |           ^
20:18:42   323 |           
20:18:42   324 |           // 预加载头像图片
20:18:42   325 |           if (this.trainCertificateInfo.certificatePhoto) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:327:13:
20:18:42   325 |           if (this.trainCertificateInfo.certificatePhoto) {
20:18:42   326 |             await this.preloadImage(this.trainCertificateInfo.certificatePhoto);
20:18:42 > 327 |             console.log("头像图片加载成功:", this.trainCertificateInfo.certificatePhoto);
20:18:42       |             ^
20:18:42   328 |           }
20:18:42   329 |         } catch (err) {
20:18:42   330 |           console.error("图片加载失败:", err);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:330:11:
20:18:42   328 |           }
20:18:42   329 |         } catch (err) {
20:18:42 > 330 |           console.error("图片加载失败:", err);
20:18:42       |           ^
20:18:42   331 |         }
20:18:42   332 |
20:18:42   333 |         // 创建一个新的容器,用于生成图片
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Certificate.vue:440:9:
20:18:42   438 |
20:18:42   439 |       } catch (error) {
20:18:42 > 440 |         console.error('保存图片失败:', error);
20:18:42       |         ^
20:18:42   441 |         alert('保存图片失败,请稍后重试。错误详情: ' + error.message);
20:18:42   442 |       } finally {
20:18:42   443 |         this.isDownloading = false;
20:18:42 
20:18:42 
20:18:42 10 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:177:9:
20:18:42   175 |     clickRail(evt, feature) {
20:18:42   176 |       if (feature) {
20:18:42 > 177 |         console.log(feature);
20:18:42       |         ^
20:18:42   178 |         const rails = feature.get("features");
20:18:42   179 |         if (rails && rails.length === 1) {
20:18:42   180 |           this.showRailInfoFromList = false;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:183:11:
20:18:42   181 |           const rail = rails[0];
20:18:42   182 |           const info = rail.get("props");
20:18:42 > 183 |           console.log("clickRailInfo", info);
20:18:42       |           ^
20:18:42   184 |           this.showRailInfo({ info });
20:18:42   185 |         } else {
20:18:42   186 |           if (feature.get("props")) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:189:13:
20:18:42   187 |             this.showRailInfoFromList = false;
20:18:42   188 |             const info = feature.get("props");
20:18:42 > 189 |             console.log("clickRailInfo", info);
20:18:42       |             ^
20:18:42   190 |             this.showRailInfo({ info });
20:18:42   191 |           } else {
20:18:42   192 |             // 如果是聚合点就下钻一级
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:202:7:
20:18:42   200 |     
20:18:42   201 |     onRailLayerChange(features) {
20:18:42 > 202 |       console.log(features);
20:18:42       |       ^
20:18:42   203 |       if (features && features.length === 1) {
20:18:42   204 |         const feature = features[0];
20:18:42   205 |         const type = feature.get("type");
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:207:11:
20:18:42   205 |         const type = feature.get("type");
20:18:42   206 |         if (type && !this.showRailInfoFromList) {
20:18:42 > 207 |           console.log(type);
20:18:42       |           ^
20:18:42   208 |           if (type === "polygon" || type === "Polygon") {
20:18:42   209 |             const geometry = feature.get("geometry");
20:18:42   210 |             // const view = this.$refs.map.map.getView();
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:273:7:
20:18:42   271 |       this.electronicFenceInfo = JSON.parse(JSON.stringify(this.info));
20:18:42   272 |       this.electronicFenceInfo = {};
20:18:42 > 273 |       console.log(this.station);
20:18:42       |       ^
20:18:42   274 |       this.$nextTick(() => {
20:18:42   275 |         this.$refs.electronicFenceEdit.updateStation({
20:18:42   276 |           stationName: this.station.name,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:288:7:
20:18:42   286 |      */
20:18:42   287 |     async electronicFenceEditFn({ data }) {
20:18:42 > 288 |       console.log("编辑某条电子围栏", data);
20:18:42       |       ^
20:18:42   289 |       this.showRailInfoFromList = true;
20:18:42   290 |       // this.map.clearMap();
20:18:42   291 |       this.isElectronicFenceDialog = false;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:296:7:
20:18:42   294 |       const rail = await getRailDetailAccess(data.id);
20:18:42   295 |       this.info = { ...rail, ...this.electronicFenceInfo }; // 弹框信息
20:18:42 > 296 |       console.log(this.info);
20:18:42       |       ^
20:18:42   297 |       this.isElectronicFenceEditDialog = true;
20:18:42   298 |       // 显示可编辑围栏区域
20:18:42   299 |       this.showMapEditor(data);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:302:7:
20:18:42   300 |     },
20:18:42   301 |     delElectronic(data) {
20:18:42 > 302 |       console.log(data);
20:18:42       |       ^
20:18:42   303 |       let params = {
20:18:42   304 |         id: data.data.id,
20:18:42   305 |       };
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:308:11:
20:18:42   306 |       deleteRailAccess(params)
20:18:42   307 |         .then((res) => {
20:18:42 > 308 |           console.log("deleteRailAccess", res);
20:18:42       |           ^
20:18:42   309 |           this.$refs["electronicFence"].getRails();
20:18:42   310 |           this.$message({
20:18:42   311 |             message: "删除成功",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:316:11:
20:18:42   314 |         })
20:18:42   315 |         .catch((err) => {
20:18:42 > 316 |           console.log(err);
20:18:42       |           ^
20:18:42   317 |         });
20:18:42   318 |     },
20:18:42   319 |  
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:331:11:
20:18:42   329 |       })
20:18:42   330 |         .then((res) => {
20:18:42 > 331 |           console.log("searchRail", res);
20:18:42       |           ^
20:18:42   332 |           if (res) {
20:18:42   333 |             this.electronicFenceData = res;
20:18:42   334 |           } else {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:359:7:
20:18:42   357 |
20:18:42   358 |     showMapEditor({ shapeType, shapedLocation }) {
20:18:42 > 359 |       console.log('showMapEditor', shapeType, shapedLocation);
20:18:42       |       ^
20:18:42   360 |       switch (shapeType) {
20:18:42   361 |         case "Circle": // 圆
20:18:42   362 |           this.showCircleEditor(shapedLocation);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:374:7:
20:18:42   372 |     showPolygonEditor({ geos }) {
20:18:42   373 |       let list = geos.map((item) => [item.lon, item.lat]);
20:18:42 > 374 |       console.log(list);
20:18:42       |       ^
20:18:42   375 |       this.layers.railLayer.features = [
20:18:42   376 |         {
20:18:42   377 |           type: "polygon",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:388:7:
20:18:42   386 |         center: list[0],
20:18:42   387 |       });
20:18:42 > 388 |       console.log(this.layers.railLayer.features);
20:18:42       |       ^
20:18:42   389 |     },
20:18:42   390 |     showCribEditor({ geos }) {
20:18:42   391 |       let list = geos.map((item) => [item.lon, item.lat]);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:392:7:
20:18:42   390 |     showCribEditor({ geos }) {
20:18:42   391 |       let list = geos.map((item) => [item.lon, item.lat]);
20:18:42 > 392 |       console.log(list);
20:18:42       |       ^
20:18:42   393 |       this.layers.railLayer.features = [
20:18:42   394 |         {
20:18:42   395 |           type: "polygon",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:406:7:
20:18:42   404 |         center: list[0],
20:18:42   405 |       });
20:18:42 > 406 |       console.log(this.layers.railLayer.features);
20:18:42       |       ^
20:18:42   407 |     },
20:18:42   408 |     showCircleEditor({ geos, radius }) {
20:18:42   409 |       const [center] = geos.map((item) => [item.lon, item.lat]);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:410:7:
20:18:42   408 |     showCircleEditor({ geos, radius }) {
20:18:42   409 |       const [center] = geos.map((item) => [item.lon, item.lat]);
20:18:42 > 410 |       console.log(center);
20:18:42       |       ^
20:18:42   411 |       this.layers.railLayer.features = [
20:18:42   412 |         {
20:18:42   413 |           type: "Circle",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:427:7:
20:18:42   425 |     },
20:18:42   426 |     drawRail(type) {
20:18:42 > 427 |       console.log("drawRail", type);
20:18:42       |       ^
20:18:42   428 |       // this.layers.railLayer.features = []
20:18:42   429 |       this.drawType = type;
20:18:42   430 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:433:7:
20:18:42   431 |     drawend(evt, map) {
20:18:42   432 |       const { feature } = evt;
20:18:42 > 433 |       console.log(this.drawType);
20:18:42       |       ^
20:18:42   434 |       this.layers.railLayer.features = []; // 清空上一个电子围栏
20:18:42   435 |       const geometry = feature.getGeometry();
20:18:42   436 |       if (this.drawType === "Rectangle" || this.drawType === "Polygon") {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:441:9:
20:18:42   439 |           return utils.convertCoordinate(coordinate, "84-gd");
20:18:42   440 |         });
20:18:42 > 441 |         console.log(coordinates);
20:18:42       |         ^
20:18:42   442 |         console.log(convertCoordinates);
20:18:42   443 |         const params = {
20:18:42   444 |           geos: convertCoordinates.map((item) => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:442:9:
20:18:42   440 |         });
20:18:42   441 |         console.log(coordinates);
20:18:42 > 442 |         console.log(convertCoordinates);
20:18:42       |         ^
20:18:42   443 |         const params = {
20:18:42   444 |           geos: convertCoordinates.map((item) => {
20:18:42   445 |             return {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:451:9:
20:18:42   449 |           }),
20:18:42   450 |         };
20:18:42 > 451 |         console.log(params);
20:18:42       |         ^
20:18:42   452 |         this.$refs.electronicFenceEdit.updateGeometry(params);
20:18:42   453 |       } else if (this.drawType === "Circle") {
20:18:42   454 |         const center = geometry.getCenter();
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:455:9:
20:18:42   453 |       } else if (this.drawType === "Circle") {
20:18:42   454 |         const center = geometry.getCenter();
20:18:42 > 455 |         console.log(center);
20:18:42       |         ^
20:18:42   456 |         const geoRadius = geometry.getRadius(); // 半径
20:18:42   457 |         const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位
20:18:42   458 |         const radius = (geoRadius * metersPerUnit).toFixed(2);
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:459:9:
20:18:42   457 |         const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位
20:18:42   458 |         const radius = (geoRadius * metersPerUnit).toFixed(2);
20:18:42 > 459 |         console.log(radius);
20:18:42       |         ^
20:18:42   460 |         const convertCoordinates = utils.convertCoordinate(center, "84-gd");
20:18:42   461 |         const params = {
20:18:42   462 |           geos: [
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:470:9:
20:18:42   468 |           radius,
20:18:42   469 |         };
20:18:42 > 470 |         console.log(params);
20:18:42       |         ^
20:18:42   471 |         this.$refs.electronicFenceEdit.updateGeometry(params);
20:18:42   472 |       }
20:18:42   473 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:482:8:
20:18:42   480 |       onSucess: (res) => {
20:18:42   481 |         let list = res.data.data.map(item => [item.longitude, item.latitude]);
20:18:42 > 482 |        console.log('list',list)
20:18:42       |        ^
20:18:42   483 |         this.layers.stationLayer.features = [
20:18:42   484 |           {
20:18:42   485 |             type: "polyline",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:517:8:
20:18:42   515 |         // let list = res.data.data.map(item => [item.longitude, item.latitude]);
20:18:42   516 |          const [center] = res.data.data.map((item) => [item.longitude, item.latitude]);
20:18:42 > 517 |        console.log('list',list)
20:18:42       |        ^
20:18:42   518 |         // this.layers.stationLayer.features = [
20:18:42   519 |         //   {
20:18:42   520 |         //     type: "polyline",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:546:5:
20:18:42   544 |   mounted() {
20:18:42   545 |     let query = this.$route.query;
20:18:42 > 546 |     console.log('query',query)
20:18:42       |     ^
20:18:42   547 |     if (query && query.pathId) {
20:18:42   548 |       this.showFenceEdit = false
20:18:42   549 |       this.initPosition(query.pathId)
20:18:42 
20:18:42 
20:18:42 29 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:512:13:
20:18:42   510 |             this.activeHome()
20:18:42   511 |             this.applist()//查询左边下拉应用列表
20:18:42 > 512 |             console.log(this.$refs.mainNavBar.data)
20:18:42       |             ^
20:18:42   513 |             if (state.defaultFirst == 1) {
20:18:42   514 |               this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
20:18:42   515 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/Home.vue:528:11:
20:18:42   526 |       if (this.$store.state.appmenusShow) {
20:18:42   527 |         this.$nextTick(() => {
20:18:42 > 528 |           this.showApp = true
20:18:42       |           ^
20:18:42   529 |           this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
20:18:42   530 |           this.applist()//查询左边下拉应用列表
20:18:42   531 |           console.log(this.$refs.mainNavBar.data)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:531:11:
20:18:42   529 |           this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
20:18:42   530 |           this.applist()//查询左边下拉应用列表
20:18:42 > 531 |           console.log(this.$refs.mainNavBar.data)
20:18:42       |           ^
20:18:42   532 |           if (this.$store.state.defaultFirst == 1) {
20:18:42   533 |             // this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
20:18:42   534 |           }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:544:7:
20:18:42   542 |         currentAppName = this.$store.getters.currentAppName
20:18:42   543 |       }
20:18:42 > 544 |       console.log(currentAppName)
20:18:42       |       ^
20:18:42   545 |       return currentAppName;
20:18:42   546 |     },
20:18:42   547 |     showInstance() {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:656:11:
20:18:42   654 |           }
20:18:42   655 |           this.otherNotice = arr;
20:18:42 > 656 |           console.log("this.otherNotice---->", this.otherNotice)
20:18:42       |           ^
20:18:42   657 |         }
20:18:42   658 |       }
20:18:42   659 |     )
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:667:11:
20:18:42   665 |         if (res.data.errcode == 0) {
20:18:42   666 |           let listArr = res.data.data.data
20:18:42 > 667 |           console.log(listArr)
20:18:42       |           ^
20:18:42   668 |           if (listArr.length) {
20:18:42   669 |             listArr.forEach(item => {
20:18:42   670 |               if (currDate(true) >= item.items.__G3lF6FIrSTspuF06jEr.value && currDate(true) <= item.items.__eG17lW4psp4yq1aT0Pt.value) {//在当前时间范围内提醒
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:686:11:
20:18:42   684 |         if (res.status == 200) {
20:18:42   685 |           let listArr = res.data.data
20:18:42 > 686 |           console.log('公安未读消息', listArr)
20:18:42       |           ^
20:18:42   687 |           if (listArr.length) {
20:18:42   688 |             this.policeNotices = listArr.sort((a,b)=>{
20:18:42   689 |                         return (new Date(b.item_senddate)-new Date(a.item_senddate))
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:698:11:
20:18:42   696 |             // })
20:18:42   697 |           }
20:18:42 > 698 |           console.log('公安未读消息1111', this.policeNotices.length)
20:18:42       |           ^
20:18:42   699 |           // this.policeNoticePop()
20:18:42   700 |           if (this.policeNotices.length>0 && !this.showBktHome) {//提醒时间段有弹窗提醒
20:18:42   701 |             setTimeout(() => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:708:9:
20:18:42   706 |       },
20:18:42   707 |       onError: err => {
20:18:42 > 708 |         console.log(err)
20:18:42       |         ^
20:18:42   709 |       }
20:18:42   710 |     }
20:18:42   711 |     )
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:712:5:
20:18:42   710 |     }
20:18:42   711 |     )
20:18:42 > 712 |     console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
20:18:42       |     ^
20:18:42   713 |     if(organizationLevels.indexOf('Premium')>-1){
20:18:42   714 |       this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
20:18:42   715 |       console.log('this.baseServiceOptions',this.baseServiceOptions)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:715:7:
20:18:42   713 |     if(organizationLevels.indexOf('Premium')>-1){
20:18:42   714 |       this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
20:18:42 > 715 |       console.log('this.baseServiceOptions',this.baseServiceOptions)
20:18:42       |       ^
20:18:42   716 |     }
20:18:42   717 |
20:18:42   718 |   },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:792:7:
20:18:42   790 |     // 检查并显示密码修改提示
20:18:42   791 |     checkPasswordUpdateNotice() {
20:18:42 > 792 |       console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
20:18:42       |       ^
20:18:42   793 |       if (this.updatePasswordType && this.updatePasswordMsg) {
20:18:42   794 |         this.updatePwdDialogVisible = true
20:18:42   795 |         if (this.updatePasswordType === '2') {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:819:11:
20:18:42   817 |       this.$api.isSupervisedApi(domainId, {
20:18:42   818 |         onSucess: res => {
20:18:42 > 819 |           console.log('res11', res)
20:18:42       |           ^
20:18:42   820 |           if (res.data.data) {
20:18:42   821 |             console.log('res.data.data监管归属', res.data.data)
20:18:42   822 |             this.isSupervisedInfoCompletedData = res.data.data
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:821:13:
20:18:42   819 |           console.log('res11', res)
20:18:42   820 |           if (res.data.data) {
20:18:42 > 821 |             console.log('res.data.data监管归属', res.data.data)
20:18:42       |             ^
20:18:42   822 |             this.isSupervisedInfoCompletedData = res.data.data
20:18:42   823 |             console.log(this.isSupervisedInfoCompletedData)
20:18:42   824 |             if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:823:13:
20:18:42   821 |             console.log('res.data.data监管归属', res.data.data)
20:18:42   822 |             this.isSupervisedInfoCompletedData = res.data.data
20:18:42 > 823 |             console.log(this.isSupervisedInfoCompletedData)
20:18:42       |             ^
20:18:42   824 |             if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
20:18:42   825 |               this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗
20:18:42   826 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:835:11:
20:18:42   833 |         onError: erro => {
20:18:42   834 |           this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用
20:18:42 > 835 |           console.log('erro11', erro)
20:18:42       |           ^
20:18:42   836 |         }
20:18:42   837 |       })
20:18:42   838 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:863:13:
20:18:42   861 |         {
20:18:42   862 |           onSucess: res => {
20:18:42 > 863 |             console.log(res.data.data.placeOfRegister)
20:18:42       |             ^
20:18:42   864 |             if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) {
20:18:42   865 |               this.systemNoticeDialogVisible = true
20:18:42   866 |               this.placeOfRegister_bjFlag = true
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:906:11:
20:18:42   904 |       this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
20:18:42   905 |         onSucess: res => {
20:18:42 > 906 |           console.log('res11',res)
20:18:42       |           ^
20:18:42   907 |           if (res.data.status == 200) {
20:18:42   908 |             let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
20:18:42   909 |             console.log('this.domainAdmin',this.domainAdmin)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:909:13:
20:18:42   907 |           if (res.data.status == 200) {
20:18:42   908 |             let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
20:18:42 > 909 |             console.log('this.domainAdmin',this.domainAdmin)
20:18:42       |             ^
20:18:42   910 |             if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒
20:18:42   911 |                 this.domainLonLatPopDialogVisible=true
20:18:42   912 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1183:17:
20:18:42   1181 |             {
20:18:42   1182 |               onSucess: res => {
20:18:42 > 1183 |                 console.log('res', res)
20:18:42        |                 ^
20:18:42   1184 |                 let shopToken = res.data && res.data.accessToken || ''
20:18:42   1185 |                 resolve(shopToken)
20:18:42   1186 |               }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1227:17:
20:18:42   1225 |             {
20:18:42   1226 |               onSucess: res => {
20:18:42 > 1227 |                 console.log('res', res)
20:18:42        |                 ^
20:18:42   1228 |                 let shopToken = res.data && res.data.accessToken || ''
20:18:42   1229 |                 resolve(shopToken)
20:18:42   1230 |               }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1278:13:
20:18:42   1276 |         onSucess: response => {
20:18:42   1277 |           if (response.data && response.data.errmsg == "ok") {
20:18:42 > 1278 |             console.log(response.data)
20:18:42        |             ^
20:18:42   1279 |             if (response.data.data.data.length) {
20:18:42   1280 |               let arr = []
20:18:42   1281 |               response.data.data.data.forEach((item, index) => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1297:15:
20:18:42   1295 |
20:18:42   1296 |               })
20:18:42 > 1297 |               console.log(arr)
20:18:42        |               ^
20:18:42   1298 |               arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 
20:18:42   1299 |
20:18:42   1300 |               const titleMap = {}
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1344:15:
20:18:42   1342 |                 }
20:18:42   1343 |               }
20:18:42 > 1344 |               console.log(arr3)
20:18:42        |               ^
20:18:42   1345 |               this.applistArr = arr3
20:18:42   1346 |
20:18:42   1347 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1385:13:
20:18:42   1383 |         onSucess: res => {
20:18:42   1384 |           if (res.status == 200) {
20:18:42 > 1385 |             console.log("res--->", res.status);
20:18:42        |             ^
20:18:42   1386 |           }
20:18:42   1387 |         }
20:18:42   1388 |       })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1488:11:
20:18:42   1486 |         },
20:18:42   1487 |         onError: error => {
20:18:42 > 1488 |           console.log(error);
20:18:42        |           ^
20:18:42   1489 |         }
20:18:42   1490 |       });
20:18:42   1491 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1606:7:
20:18:42   1604 |
20:18:42   1605 |     closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
20:18:42 > 1606 |       console.log(tab)
20:18:42        |       ^
20:18:42   1607 |       console.log(tabindex)
20:18:42   1608 |       if (this.$store.state.searchDataStore.length) {
20:18:42   1609 |         this.$store.state.searchDataStore.forEach((item, index) => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1607:7:
20:18:42   1605 |     closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
20:18:42   1606 |       console.log(tab)
20:18:42 > 1607 |       console.log(tabindex)
20:18:42        |       ^
20:18:42   1608 |       if (this.$store.state.searchDataStore.length) {
20:18:42   1609 |         this.$store.state.searchDataStore.forEach((item, index) => {
20:18:42   1610 |           if (item.appId == tab.appId && item.viewId == tab.actionContent) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1622:7:
20:18:42   1620 |         })
20:18:42   1621 |       }
20:18:42 > 1622 |       console.log(this.$store.state.searchDataStore)
20:18:42        |       ^
20:18:42   1623 |       let tabs = this.tabs;
20:18:42   1624 |       if (tabindex >= 0) { //点击X关闭
20:18:42   1625 |         console.log(JSON.stringify(this.tabs))
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1625:9:
20:18:42   1623 |       let tabs = this.tabs;
20:18:42   1624 |       if (tabindex >= 0) { //点击X关闭
20:18:42 > 1625 |         console.log(JSON.stringify(this.tabs))
20:18:42        |         ^
20:18:42   1626 |         tabs.splice(tabindex, 1);
20:18:42   1627 |         if (tab.active) {
20:18:42   1628 |           if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1701:13:
20:18:42   1699 |           onSucess: res => {
20:18:42   1700 |             this.isOrganizationPromoter = res.data.data.isOrganizationPromoter;
20:18:42 > 1701 |             console.info('promoter', this.isOrganizationPromoter);
20:18:42        |             ^
20:18:42   1702 |           }
20:18:42   1703 |         })
20:18:42   1704 |     }
20:18:42 
20:18:42 
20:18:42 31 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:409:13:
20:18:42   407 |             this.activeHome()
20:18:42   408 |             this.applist()//查询左边下拉应用列表
20:18:42 > 409 |             console.log(this.$refs.mainNavBar.data)
20:18:42       |             ^
20:18:42   410 |             if (state.defaultFirst == 1) {
20:18:42   411 |               this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
20:18:42   412 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:426:7:
20:18:42   424 |         currentAppName = this.$store.getters.currentAppName;
20:18:42   425 |       }
20:18:42 > 426 |       console.log(currentAppName)
20:18:42       |       ^
20:18:42   427 |       return currentAppName;
20:18:42   428 |     },
20:18:42   429 |     showInstance() {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:538:11:
20:18:42   536 |           }
20:18:42   537 |           this.otherNotice = arr;
20:18:42 > 538 |           console.log("this.otherNotice---->", this.otherNotice)
20:18:42       |           ^
20:18:42   539 |         }
20:18:42   540 |       }
20:18:42   541 |     )
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:545:5:
20:18:42   543 |     this.myprofile();
20:18:42   544 |     
20:18:42 > 545 |     console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
20:18:42       |     ^
20:18:42   546 |     if(organizationLevels.indexOf('Premium')>-1){
20:18:42   547 |       this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
20:18:42   548 |       console.log('this.baseServiceOptions',this.baseServiceOptions)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:548:7:
20:18:42   546 |     if(organizationLevels.indexOf('Premium')>-1){
20:18:42   547 |       this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
20:18:42 > 548 |       console.log('this.baseServiceOptions',this.baseServiceOptions)
20:18:42       |       ^
20:18:42   549 |     }
20:18:42   550 |
20:18:42   551 |   },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:625:7:
20:18:42   623 |     // 检查并显示密码修改提示
20:18:42   624 |     checkPasswordUpdateNotice() {
20:18:42 > 625 |       console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
20:18:42       |       ^
20:18:42   626 |       if (this.updatePasswordType && this.updatePasswordMsg) {
20:18:42   627 |         this.updatePwdDialogVisible = true
20:18:42   628 |         if (this.updatePasswordType === '2') {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:652:11:
20:18:42   650 |       this.$api.isSupervisedApi(domainId, {
20:18:42   651 |         onSucess: res => {
20:18:42 > 652 |           console.log('res11', res)
20:18:42       |           ^
20:18:42   653 |           if (res.data.data) {
20:18:42   654 |             console.log('res.data.data监管归属', res.data.data)
20:18:42   655 |             this.isSupervisedInfoCompletedData = res.data.data
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:654:13:
20:18:42   652 |           console.log('res11', res)
20:18:42   653 |           if (res.data.data) {
20:18:42 > 654 |             console.log('res.data.data监管归属', res.data.data)
20:18:42       |             ^
20:18:42   655 |             this.isSupervisedInfoCompletedData = res.data.data
20:18:42   656 |             console.log(this.isSupervisedInfoCompletedData)
20:18:42   657 |             if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:656:13:
20:18:42   654 |             console.log('res.data.data监管归属', res.data.data)
20:18:42   655 |             this.isSupervisedInfoCompletedData = res.data.data
20:18:42 > 656 |             console.log(this.isSupervisedInfoCompletedData)
20:18:42       |             ^
20:18:42   657 |             if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
20:18:42   658 |               this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗
20:18:42   659 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:668:11:
20:18:42   666 |         onError: erro => {
20:18:42   667 |           this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用
20:18:42 > 668 |           console.log('erro11', erro)
20:18:42       |           ^
20:18:42   669 |         }
20:18:42   670 |       })
20:18:42   671 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:696:13:
20:18:42   694 |         {
20:18:42   695 |           onSucess: res => {
20:18:42 > 696 |             console.log(res.data.data.placeOfRegister)
20:18:42       |             ^
20:18:42   697 |             if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) {
20:18:42   698 |               this.systemNoticeDialogVisible = true
20:18:42   699 |               this.placeOfRegister_bjFlag = true
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:733:11:
20:18:42   731 |       this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
20:18:42   732 |         onSucess: res => {
20:18:42 > 733 |           console.log('res11',res)
20:18:42       |           ^
20:18:42   734 |           if (res.data.status == 200) {
20:18:42   735 |             let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
20:18:42   736 |             console.log('this.domainAdmin',this.domainAdmin)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:736:13:
20:18:42   734 |           if (res.data.status == 200) {
20:18:42   735 |             let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
20:18:42 > 736 |             console.log('this.domainAdmin',this.domainAdmin)
20:18:42       |             ^
20:18:42   737 |             if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒
20:18:42   738 |                 this.domainLonLatPopDialogVisible=true
20:18:42   739 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1001:17:
20:18:42    999 |             {
20:18:42   1000 |               onSucess: res => {
20:18:42 > 1001 |                 console.log('res', res)
20:18:42        |                 ^
20:18:42   1002 |                 let shopToken = res.data && res.data.accessToken || ''
20:18:42   1003 |                 resolve(shopToken)
20:18:42   1004 |               }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1045:17:
20:18:42   1043 |             {
20:18:42   1044 |               onSucess: res => {
20:18:42 > 1045 |                 console.log('res', res)
20:18:42        |                 ^
20:18:42   1046 |                 let shopToken = res.data && res.data.accessToken || ''
20:18:42   1047 |                 resolve(shopToken)
20:18:42   1048 |               }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1096:13:
20:18:42   1094 |         onSucess: response => {
20:18:42   1095 |           if (response.data && response.data.errmsg == "ok") {
20:18:42 > 1096 |             console.log(response.data)
20:18:42        |             ^
20:18:42   1097 |             if (response.data.data.data.length) {
20:18:42   1098 |               let arr = []
20:18:42   1099 |               response.data.data.data.forEach((item, index) => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1115:15:
20:18:42   1113 |
20:18:42   1114 |               })
20:18:42 > 1115 |               console.log(arr)
20:18:42        |               ^
20:18:42   1116 |               arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort 
20:18:42   1117 |
20:18:42   1118 |               const titleMap = {}
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1162:15:
20:18:42   1160 |                 }
20:18:42   1161 |               }
20:18:42 > 1162 |               console.log(arr3)
20:18:42        |               ^
20:18:42   1163 |               this.applistArr = arr3
20:18:42   1164 |
20:18:42   1165 |             }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1203:13:
20:18:42   1201 |         onSucess: res => {
20:18:42   1202 |           if (res.status == 200) {
20:18:42 > 1203 |             console.log("res--->", res.status);
20:18:42        |             ^
20:18:42   1204 |           }
20:18:42   1205 |         }
20:18:42   1206 |       })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1306:11:
20:18:42   1304 |         },
20:18:42   1305 |         onError: error => {
20:18:42 > 1306 |           console.log(error);
20:18:42        |           ^
20:18:42   1307 |         }
20:18:42   1308 |       });
20:18:42   1309 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1424:7:
20:18:42   1422 |
20:18:42   1423 |     closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
20:18:42 > 1424 |       console.log(tab)
20:18:42        |       ^
20:18:42   1425 |       console.log(tabindex)
20:18:42   1426 |       if (this.$store.state.searchDataStore.length) {
20:18:42   1427 |         this.$store.state.searchDataStore.forEach((item, index) => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1425:7:
20:18:42   1423 |     closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
20:18:42   1424 |       console.log(tab)
20:18:42 > 1425 |       console.log(tabindex)
20:18:42        |       ^
20:18:42   1426 |       if (this.$store.state.searchDataStore.length) {
20:18:42   1427 |         this.$store.state.searchDataStore.forEach((item, index) => {
20:18:42   1428 |           if (item.appId == tab.appId && item.viewId == tab.actionContent) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1440:7:
20:18:42   1438 |         })
20:18:42   1439 |       }
20:18:42 > 1440 |       console.log(this.$store.state.searchDataStore)
20:18:42        |       ^
20:18:42   1441 |       let tabs = this.tabs;
20:18:42   1442 |       if (tabindex >= 0) { //点击X关闭
20:18:42   1443 |         console.log(JSON.stringify(this.tabs))
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1443:9:
20:18:42   1441 |       let tabs = this.tabs;
20:18:42   1442 |       if (tabindex >= 0) { //点击X关闭
20:18:42 > 1443 |         console.log(JSON.stringify(this.tabs))
20:18:42        |         ^
20:18:42   1444 |         tabs.splice(tabindex, 1);
20:18:42   1445 |         if (tab.active) {
20:18:42   1446 |           if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1519:13:
20:18:42   1517 |           onSucess: res => {
20:18:42   1518 |             this.isOrganizationPromoter = res.data.data.isOrganizationPromoter;
20:18:42 > 1519 |             console.info('promoter', this.isOrganizationPromoter);
20:18:42        |             ^
20:18:42   1520 |           }
20:18:42   1521 |         })
20:18:42   1522 |     }
20:18:42 
20:18:42 
20:18:42 25 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/Main.vue:423:11:
20:18:42   421 |         },
20:18:42   422 |         onError: (error) => {
20:18:42 > 423 |           console.log(error);
20:18:42       |           ^
20:18:42   424 |         },
20:18:42   425 |       });
20:18:42   426 |     },
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/main_pending.vue:677:9:
20:18:42   675 |     activate() {
20:18:42   676 |       if (this.backlogRight.length === 0) {
20:18:42 > 677 |         console.log("--->0");
20:18:42       |         ^
20:18:42   678 |       }
20:18:42   679 |     },
20:18:42   680 |     //点击左侧导航触发待办事项
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected console statement (no-console) at src/views/mixin_LockScreen.vue:85:29:
20:18:42   83 |                             }
20:18:42   84 |                         }, catch: error => {
20:18:42 > 85 |                             console.log('error1', error)
20:18:42      |                             ^
20:18:42   86 |                         }
20:18:42   87 |
20:18:42   88 |
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:103:15:
20:18:42   101 |         case 10: //返回
20:18:42   102 |           if(this.$route.query.isPopup == '1') {
20:18:42 > 103 |               this.isShowBtn = false;
20:18:42       |               ^
20:18:42   104 |               return
20:18:42   105 |           }
20:18:42   106 |           data = {
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "activeColor" computed property (vue/no-side-effects-in-computed-properties) at src/components/activity.vue:357:11:
20:18:42   355 |           return data;
20:18:42   356 |         case 0: //流程处理在流程的表单权限里设置了隐藏,type返回0
20:18:42 > 357 |           this.isShowBtn = false
20:18:42       |           ^
20:18:42   358 |         default:
20:18:42   359 |           break;
20:18:42   360 |       }
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_tab.vue:323:7:
20:18:42   321 |       }
20:18:42   322 |       // this.tabWidth = document.documentElement.clientWidth - 327;
20:18:42 > 323 |       this.tabWidth = document.documentElement.clientWidth - 0;
20:18:42       |       ^
20:18:42   324 |       return this.setField(formData);
20:18:42   325 |       //return this.$parent.findField(this.id);
20:18:42   326 |     },
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/o_tab.vue:475:7:
20:18:42   473 |
20:18:42   474 |     handleChange(val) {
20:18:42 > 475 |       console.log(val);
20:18:42       |       ^
20:18:42   476 |     },
20:18:42   477 |
20:18:42   478 |     handleClick(tab) {
20:18:42 
20:18:42 
20:18:42 2 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:84:11:
20:18:42   82 |       if (formData.divWidth) {
20:18:42   83 |         if (formData.divWidth.indexOf("px") > -1) {
20:18:42 > 84 |           this.dialogWidth = formData.divWidth;
20:18:42      |           ^
20:18:42   85 |         } else if (formData.divWidth.indexOf("%") > -1) {
20:18:42   86 |           this.dialogWidth = formData.divWidth;
20:18:42   87 |         } else {
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:86:11:
20:18:42   84 |           this.dialogWidth = formData.divWidth;
20:18:42   85 |         } else if (formData.divWidth.indexOf("%") > -1) {
20:18:42 > 86 |           this.dialogWidth = formData.divWidth;
20:18:42      |           ^
20:18:42   87 |         } else {
20:18:42   88 |           this.dialogWidth = formData.divWidth + "px";
20:18:42   89 |         }
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:88:11:
20:18:42   86 |           this.dialogWidth = formData.divWidth;
20:18:42   87 |         } else {
20:18:42 > 88 |           this.dialogWidth = formData.divWidth + "px";
20:18:42      |           ^
20:18:42   89 |         }
20:18:42   90 |       }
20:18:42   91 |       if (formData.divHeight) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:96:11:
20:18:42   94 |         if (formData.divHeight.indexOf("px") > -1) {
20:18:42   95 |           h = formData.divHeight.split("px")[0];
20:18:42 > 96 |           this.dialogHidth = parseInt(h) - 100 + "px";
20:18:42      |           ^
20:18:42   97 |         } else if (formData.divHeight.indexOf("%") > -1) {
20:18:42   98 |           h = formData.divHeight;
20:18:42   99 |           let num = h.split("%")[0];
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:101:11:
20:18:42    99 |           let num = h.split("%")[0];
20:18:42   100 |           let he = (screen * parseInt(num)) / 100;
20:18:42 > 101 |           this.dialogHidth = he - 124 + "px";
20:18:42       |           ^
20:18:42   102 |         } else {
20:18:42   103 |           let t = screen * 0.15;
20:18:42   104 |           //let t = 1 - (formData.divHeight / screen);
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:106:13:
20:18:42   104 |           //let t = 1 - (formData.divHeight / screen);
20:18:42   105 |           if (parseInt(formData.divHeight) >= screen) {
20:18:42 > 106 |             this.dialogTop = "1%";
20:18:42       |             ^
20:18:42   107 |           } else {
20:18:42   108 |             let hd = screen - parseInt(formData.divHeight);
20:18:42   109 |             if (hd < t) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:112:17:
20:18:42   110 |               let d = Math.ceil(hd / t);
20:18:42   111 |               if (d >= 15) {
20:18:42 > 112 |                 this.dialogTop = "15%";
20:18:42       |                 ^
20:18:42   113 |               } else {
20:18:42   114 |                 this.dialogTop = d + "%";
20:18:42   115 |               }
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:114:17:
20:18:42   112 |                 this.dialogTop = "15%";
20:18:42   113 |               } else {
20:18:42 > 114 |                 this.dialogTop = d + "%";
20:18:42       |                 ^
20:18:42   115 |               }
20:18:42   116 |             }
20:18:42   117 |           }
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:118:11:
20:18:42   116 |             }
20:18:42   117 |           }
20:18:42 > 118 |           this.dialogHidth = parseInt(formData.divHeight) - 124 + "px";
20:18:42       |           ^
20:18:42   119 |         }
20:18:42   120 |       } else {
20:18:42   121 |         let screen = document.documentElement.clientHeight;
20:18:42 
20:18:42 
20:18:42 error: Unexpected side effect in "field" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_view_dialog.vue:122:9:
20:18:42   120 |       } else {
20:18:42   121 |         let screen = document.documentElement.clientHeight;
20:18:42 > 122 |         this.dialogHidth = screen / 2 + 24 + "px";
20:18:42       |         ^
20:18:42   123 |       }
20:18:42   124 |
20:18:42   125 |       formData.obpmFilePath = obpmConfig.obpmFilePath;
20:18:42 
20:18:42 
20:18:42 10 errors found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected side effect in "options" computed property (vue/no-side-effects-in-computed-properties) at src/components/o_select_about.vue:137:7:
20:18:42   135 |         });
20:18:42   136 |       });
20:18:42 > 137 |       this.selectData = selectData;
20:18:42       |       ^
20:18:42   138 |       return data;
20:18:42   139 |     }
20:18:42   140 |     
20:18:42 
20:18:42 
20:18:42 1 error found.
20:18:42 
20:18:42 Module Warning (from ./node_modules/eslint-loader/index.js):
20:18:42 error: Unexpected side effect in "template" computed property (vue/no-side-effects-in-computed-properties) at src/components/form_normalform.vue:378:11:
20:18:42   376 |
20:18:42   377 |         if (!data.formTemplate.template) {
20:18:42 > 378 |           this.isShowFormActivity = false;
20:18:42       |           ^
20:18:42   379 |           return {
20:18:42   380 |             components: { authority },
20:18:42   381 |             template: "<div><authority /></div>",
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:433:7:
20:18:42   431 |     let that=this;
20:18:42   432 |     window.addEventListener('message',function(e){//监听弹窗关闭-bcx
20:18:42 > 433 |       console.log('e',e)
20:18:42       |       ^
20:18:42   434 |       if(e.data){
20:18:42   435 |          that.jumpPopup=false
20:18:42   436 |       }      
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:448:7:
20:18:42   446 |     // 处理include-control 自动增大逻辑
20:18:42   447 |     handleIncludeControlBug() {
20:18:42 > 448 |       console.log('触发了')
20:18:42       |       ^
20:18:42   449 |       this.timeIds.forEach(id => {
20:18:42   450 |         clearInterval(id)
20:18:42   451 |       })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:463:7:
20:18:42   461 |     },
20:18:42   462 |     handleIncludeControlRefresh(controls, cb) {
20:18:42 > 463 |       console.log('controls', controls)
20:18:42       |       ^
20:18:42   464 |       // resize 计算会走这里
20:18:42   465 |       // include可能原本就被隐藏 这里要集合
20:18:42   466 |       let affectedIncludeControls = []
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:473:7:
20:18:42   471 |         }
20:18:42   472 |       })
20:18:42 > 473 |       console.log('affectedIncludeControls获取Dom对象', affectedIncludeControls)
20:18:42       |       ^
20:18:42   474 |       this.$nextTick(() => {
20:18:42   475 |         cb() //这个执行的是handleIncludeControlComputed(controls)();
20:18:42   476 |         affectedIncludeControls.forEach(itm => {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:483:9:
20:18:42   481 |     handleIncludeControlComputed(controls) {
20:18:42   482 |       controls.forEach(item => {
20:18:42 > 483 |         console.log('item.parentNode', item.parentNode)
20:18:42       |         ^
20:18:42   484 |         let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
20:18:42   485 |         console.log('pw', pw)
20:18:42   486 |         if (pw > 0) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:485:9:
20:18:42   483 |         console.log('item.parentNode', item.parentNode)
20:18:42   484 |         let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
20:18:42 > 485 |         console.log('pw', pw)
20:18:42       |         ^
20:18:42   486 |         if (pw > 0) {
20:18:42   487 |           item.style.width = pw + 'px'  //增加父元素固定宽度'.include-control' 与 '.tab-control'
20:18:42   488 |         } else {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:490:13:
20:18:42   488 |         } else {
20:18:42   489 |           let id = setTimeout(() => {
20:18:42 > 490 |             console.log(111)
20:18:42       |             ^
20:18:42   491 |             // resize 计算会走这里
20:18:42   492 |             // include可能原本就被隐藏 这里要集合
20:18:42   493 |             if (item.style.display !== 'none') {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:500:15:
20:18:42   498 |             }
20:18:42   499 |             this.$nextTick(() => {
20:18:42 > 500 |               console.log('bb', parseFloat(getComputedStyle(item.parentNode).paddingLeft));
20:18:42       |               ^
20:18:42   501 |               let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
20:18:42   502 |               if (pw > 0) {
20:18:42   503 |                 console.log('item.parentNode', item.parentNode)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:503:17:
20:18:42   501 |               let pw = item.parentNode.clientWidth - (parseFloat(getComputedStyle(item.parentNode).paddingLeft) + parseFloat(getComputedStyle(item.parentNode).paddingRight))
20:18:42   502 |               if (pw > 0) {
20:18:42 > 503 |                 console.log('item.parentNode', item.parentNode)
20:18:42       |                 ^
20:18:42   504 |                 item.style.width = pw + 'px' //增加父元素固定宽度'.include-control' 与 '.tab-control'
20:18:42   505 |                 item.style.display = "block"
20:18:42   506 |                 clearInterval(id)
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:609:15:
20:18:42   607 |             signatureid,
20:18:42   608 |             function (data) {
20:18:42 > 609 |               console.log(data);
20:18:42       |               ^
20:18:42   610 |             }
20:18:42   611 |           );
20:18:42   612 |           break;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:774:7:
20:18:42   772 |     initForm({ appId, formId, docId }) {
20:18:42   773 |       let openParams = this.openParams;
20:18:42 > 774 |       console.log(docId);
20:18:42       |       ^
20:18:42   775 |       if (openParams.appId) {
20:18:42   776 |         this.$root.appid = openParams.appId; //如果有多个软件,当从首页进入表单,需要把当前页当前数据的appId赋值给全局变量,否则有可能导致软件的appId拿错
20:18:42   777 |       }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:799:9:
20:18:42   797 |           obj = this.setParams(openParams.urlParams, obj);
20:18:42   798 |         }
20:18:42 > 799 |         console.log("获取表单。。。");
20:18:42       |         ^
20:18:42   800 |         API.getForm(
20:18:42   801 |           appId,
20:18:42   802 |           formId,
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:938:29:
20:18:42   936 |                           signatureid,
20:18:42   937 |                           function (data) {
20:18:42 > 938 |                             console.log(data);
20:18:42       |                             ^
20:18:42   939 |                           }
20:18:42   940 |                         );
20:18:42   941 |                         break;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:996:21:
20:18:42   994 |                 for (let i = 0; i < data.fields.length; i++) {
20:18:42   995 |                   if (data.fields[i].isModified) {
20:18:42 > 996 |                     console.log("111", showLog);
20:18:42       |                     ^
20:18:42   997 |                     showLog = true;
20:18:42   998 |                     break;
20:18:42   999 |                   }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1179:7:
20:18:42   1177 |         params = { ...params, ...this.$route.query };
20:18:42   1178 |       }
20:18:42 > 1179 |       console.log(params);
20:18:42        |       ^
20:18:42   1180 |       API.getForm(appId, formId, docId, params, {
20:18:42   1181 |         onSucess: (res) => {
20:18:42   1182 |           let fd = res.data.data;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1236:19:
20:18:42   1234 |                   //表单嵌套tab判断传递参数
20:18:42   1235 |                   fields[i].exparams = op.exparams;
20:18:42 > 1236 |                   console.log(fields[i].exparams);
20:18:42        |                   ^
20:18:42   1237 |                 }
20:18:42   1238 |                 if (fields[i].tabs && fields[i].tabs.length > 0) {
20:18:42   1239 |                   for (let j = 0; j < fields[i].tabs.length; j++) {
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1470:19:
20:18:42   1468 |               fields.forEach((f, i) => {
20:18:42   1469 |                 if (field.id == f.id) {
20:18:42 > 1470 |                   console.log(fields[i].type);
20:18:42        |                   ^
20:18:42   1471 |                   fields[i].value = field.value; //只能更新value,而不能简单做对象替换,field.value绑定在组件v-model上,如果直接替换只是数组内存指针简单变更
20:18:42   1472 |                   fields[i].options = field.options;
20:18:42   1473 |                   fields[i].tabs = field.tabs;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:1511:7:
20:18:42   1509 |
20:18:42   1510 |     handleClose(done) {
20:18:42 > 1511 |       console.log('done',done)
20:18:42        |       ^
20:18:42   1512 |       done();
20:18:42   1513 |       if (this.isDialogOpenExternalLink) {
20:18:42   1514 |         let appId = this.openParams.appId;
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2405:15:
20:18:42   2403 |               }
20:18:42   2404 |             } else if (response.data.errcode == 0) {//请求成功返回
20:18:42 > 2405 |               console.log('response.data', response.data)
20:18:42        |               ^
20:18:42   2406 |               console.log('activityType', activityType)
20:18:42   2407 |               if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示
20:18:42   2408 |                 this.$message({ type: 'success', message: '操作成功' })
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2406:15:
20:18:42   2404 |             } else if (response.data.errcode == 0) {//请求成功返回
20:18:42   2405 |               console.log('response.data', response.data)
20:18:42 > 2406 |               console.log('activityType', activityType)
20:18:42        |               ^
20:18:42   2407 |               if (response.data.actionStep === 'AfterAction' && activityType == 34) {//activityType=34才提示
20:18:42   2408 |                 this.$message({ type: 'success', message: '操作成功' })
20:18:42   2409 |               }
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:2591:7:
20:18:42   2589 |     doSave(num, actId, withOld, subDoc, act) {
20:18:42   2590 |       // debugger
20:18:42 > 2591 |       console.log(777);
20:18:42        |       ^
20:18:42   2592 |       let openParams = this.openParams;
20:18:42   2593 |       let that = this;
20:18:42   2594 |       let transferrData = "";
20:18:42 
20:18:42 
20:18:42 error: Unexpected console statement (no-console) at src/components/form_normalform.vue:3456:13:
20:18:42   3454 |         API.executeCustom(appId, actId, obj, params, {
20:18:42   3455 |           onSucess: (res) => {
20:18:42 > 3456 |             console.log(res);
20:18:42        |             ^
20:18:42   3457 |             let errcode = res.data.errcode;
20:18:42   3458 |             if (errcode == 0) {
20:18:42   3459 |               let errmsg = act.name + this.$t("success");
20:18:42 
20:18:42 
20:18:42 23 errors found.
20:18:42 
20:18:42 You may use special comments to disable some warnings.
20:18:42 Use // eslint-disable-next-line to ignore the next line.
20:18:42 Use /* eslint-disable */ to ignore all warnings in a file.
20:18:42  warning  
20:18:42 
20:18:42 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
20:18:42 This can impact web performance.
20:18:42 Assets: 
20:18:42   fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
20:18:42   fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
20:18:42   img/fontawesome-webfont.912ec66d.svg (434 KiB)
20:18:42   img/background.646883a5.jpg (363 KiB)
20:18:42   fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
20:18:42   img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
20:18:42   js/about.db86a36b.js (2.83 MiB)
20:18:42   js/app.828fb6df.js (4.67 MiB)
20:18:42   js/chunk-28d02cc0.e20621fb.js (305 KiB)
20:18:42   js/rail.7b9cc591.js (2.49 MiB)
20:18:42   iwebapp/pdfjs/core/pdf.js (584 KiB)
20:18:42   iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
20:18:42   js/esdk-obs-browserjs.min.js (304 KiB)
20:18:42   pdf/word/pdfjs/build/pdf.js (774 KiB)
20:18:42   iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
20:18:42   iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
20:18:42   pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
20:18:42   pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
20:18:42   pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
20:18:42   pdf/word/pdfjs/web/viewer.js (655 KiB)
20:18:42   pdf/word/pdfjs/web/viewer.js.map (751 KiB)
20:18:42   UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
20:18:42   pdf/word/iWebOffice2015.cab (12.4 MiB)
20:18:42   UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
20:18:42   UEditor/third-party/jquery-1.10.2.js (267 KiB)
20:18:42   UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
20:18:42   UEditor/ueditor.all.min.js (373 KiB)
20:18:42   UEditor/ueditor.all.js (1.06 MiB)
20:18:42 
20:18:42  warning  
20:18:42 
20:18:42 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
20:18:42 Entrypoints:
20:18:42   app (7.5 MiB)
20:18:42       js/about.db86a36b.js
20:18:42       js/app.828fb6df.js
20:18:42 
20:18:42 
20:18:43   File                                      Size             Gzipped
20:18:43 
20:18:43   dist/UEditor/ueditor.all.min.js           373.46 KiB       100.76 KiB
20:18:43   dist/js/esdk-obs-browserjs.min.js         303.80 KiB       78.74 KiB
20:18:43   dist/iwebapp/pdfjs/jquery-1.11.3.min.j    93.71 KiB        32.54 KiB
20:18:43   s
20:18:43   dist/js/jquery-1.11.3.min.js              93.71 KiB        32.54 KiB
20:18:43   dist/pdf/word/jquery.min.js               93.54 KiB        32.48 KiB
20:18:43   dist/UEditor/third-party/jquery-1.10.2    90.92 KiB        32.06 KiB
20:18:43   .min.js
20:18:43   dist/js/swiper.min.js                     64.88 KiB        16.44 KiB
20:18:43   dist/UEditor/third-party/webuploader/w    56.91 KiB        18.66 KiB
20:18:43   ebuploader.min.js
20:18:43   dist/UEditor/third-party/webuploader/w    45.99 KiB        14.37 KiB
20:18:43   ebuploader.html5only.min.js
20:18:43   dist/UEditor/third-party/webuploader/w    45.81 KiB        15.77 KiB
20:18:43   ebuploader.custom.min.js
20:18:43   dist/UEditor/third-party/webuploader/w    38.87 KiB        12.03 KiB
20:18:43   ebuploader.withoutimage.min.js
20:18:43   dist/UEditor/third-party/webuploader/w    32.81 KiB        10.64 KiB
20:18:43   ebuploader.flashonly.min.js
20:18:43   dist/UEditor/third-party/xss.min.js       27.11 KiB        6.38 KiB
20:18:43   dist/pdf/word/viewer.min.js               20.21 KiB        6.41 KiB
20:18:43   dist/UEditor/third-party/zeroclipboard    18.51 KiB        6.52 KiB
20:18:43   /ZeroClipboard.min.js
20:18:43   dist/pdf/word/sweetalert.min.js           16.58 KiB        5.29 KiB
20:18:43   dist/pdf/word/toastr.min.js               16.47 KiB        3.19 KiB
20:18:43   dist/iwebapp/pdfjs/require.min.js         14.86 KiB        6.08 KiB
20:18:43   dist/pdf/word/require.min.js              14.86 KiB        6.08 KiB
20:18:43   dist/UEditor/ueditor.parse.min.js         14.45 KiB        5.01 KiB
20:18:43   dist/js/app.828fb6df.js                   4785.83 KiB      950.41 KiB
20:18:43   dist/js/about.db86a36b.js                 2895.41 KiB      824.94 KiB
20:18:43   dist/js/rail.7b9cc591.js                  2550.63 KiB      848.61 KiB
20:18:43   dist/pdf/word/pdfjs/build/pdf.worker.j    1700.94 KiB      322.13 KiB
20:18:43   s
20:18:43   dist/iwebapp/pdfjs/pdf-8cc3ba5958.view    1404.33 KiB      367.49 KiB
20:18:43   er.js
20:18:43   dist/iwebapp/pdfjs/pdf-34bd0a9d29.view    1397.68 KiB      362.42 KiB
20:18:43   er.js
20:18:43   dist/UEditor/ueditor.all.js               1086.60 KiB      213.79 KiB
20:18:43   dist/pdf/word/pdfjs/build/pdf.js          774.32 KiB       145.03 KiB
20:18:43   dist/iwebapp/pdfjs/core/pdf.worker.js     723.11 KiB       213.91 KiB
20:18:43   dist/pdf/word/pdfjs/web/viewer.js         654.78 KiB       99.17 KiB
20:18:43   dist/iwebapp/pdfjs/core/pdf.js            584.12 KiB       161.00 KiB
20:18:43   dist/UEditor/third-party/highcharts/hi    433.95 KiB       123.75 KiB
20:18:43   ghcharts.src.js
20:18:43   dist/js/chunk-28d02cc0.e20621fb.js        305.48 KiB       98.53 KiB
20:18:43   dist/UEditor/third-party/jquery-1.10.2    266.80 KiB       79.12 KiB
20:18:43   .js
20:18:43   dist/UEditor/third-party/webuploader/w    226.46 KiB       48.94 KiB
20:18:43   ebuploader.js
20:18:43   dist/UEditor/third-party/video-js/vide    212.98 KiB       56.36 KiB
20:18:43   o.dev.js
20:18:43   dist/UEditor/third-party/webuploader/w    193.52 KiB       43.01 KiB
20:18:43   ebuploader.custom.js
20:18:43   dist/UEditor/third-party/webuploader/w    182.25 KiB       39.11 KiB
20:18:43   ebuploader.html5only.js
20:18:43   dist/UEditor/third-party/SyntaxHighlig    155.77 KiB       43.52 KiB
20:18:43   hter/shCore.js
20:18:43   dist/UEditor/third-party/codemirror/co    154.89 KiB       35.91 KiB
20:18:43   demirror.js
20:18:43   dist/UEditor/third-party/webuploader/w    148.40 KiB       31.44 KiB
20:18:43   ebuploader.withoutimage.js
20:18:43   dist/UEditor/third-party/highcharts/hi    137.55 KiB       50.63 KiB
20:18:43   ghcharts.js
20:18:43   dist/UEditor/third-party/webuploader/w    135.64 KiB       29.89 KiB
20:18:43   ebuploader.flashonly.js
20:18:43   dist/pdf/word/WebOffice.js                135.19 KiB       30.89 KiB
20:18:43   dist/UEditor/dialogs/image/image.js       125.19 KiB       55.10 KiB
20:18:43   dist/pdf/word/iWebOffice2015.js           112.08 KiB       50.77 KiB
20:18:43   dist/js/chunk-7f638a58.0dcf71a4.js        106.53 KiB       35.96 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    98.32 KiB        22.42 KiB
20:18:43   dules/canvas-tools.src.js
20:18:43   dist/js/certificate.46fac610.js           87.83 KiB        21.04 KiB
20:18:43   dist/js/china.js                          61.26 KiB        43.82 KiB
20:18:43   dist/iwebapp/pdfjs/stamp/laydate/layda    58.98 KiB        15.29 KiB
20:18:43   te.js
20:18:43   dist/UEditor/third-party/highcharts/hi    58.77 KiB        16.33 KiB
20:18:43   ghcharts-more.src.js
20:18:43   dist/UEditor/third-party/highcharts/mo    56.52 KiB        15.35 KiB
20:18:43   dules/canvas-tools.js
20:18:43   dist/UEditor/third-party/video-js/vide    54.09 KiB        16.62 KiB
20:18:43   o.js
20:18:43   dist/UEditor/dialogs/wordimage/tangram    46.41 KiB        12.48 KiB
20:18:43   .js
20:18:43   dist/UEditor/third-party/zeroclipboard    42.20 KiB        9.15 KiB
20:18:43   /ZeroClipboard.js
20:18:43   dist/UEditor/ueditor.parse.js             35.91 KiB        7.93 KiB
20:18:43   dist/pdf/word/util.js                     30.10 KiB        8.77 KiB
20:18:43   dist/UEditor/dialogs/video/video.js       29.78 KiB        7.62 KiB
20:18:43   dist/UEditor/dialogs/attachment/attach    29.67 KiB        6.63 KiB
20:18:43   ment.js
20:18:43   dist/UEditor/lang/en/en.js                28.72 KiB        8.24 KiB
20:18:43   dist/pdf/word/l10n.js                     28.57 KiB        8.09 KiB
20:18:43   dist/UEditor/dialogs/scrawl/scrawl.js     26.51 KiB        5.97 KiB
20:18:43   dist/UEditor/lang/zh-cn/zh-cn.js          25.88 KiB        8.55 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    25.16 KiB        7.84 KiB
20:18:43   dules/map.src.js
20:18:43   dist/UEditor/ueditor.config.js            22.75 KiB        8.44 KiB
20:18:43   dist/UEditor/third-party/highcharts/hi    21.30 KiB        7.91 KiB
20:18:43   ghcharts-more.js
20:18:43   dist/pdf/word/pdfjs/web/debugger.js       18.48 KiB        4.89 KiB
20:18:43   dist/pdf/word/compatibility.js            17.70 KiB        5.38 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    16.86 KiB        5.73 KiB
20:18:43   dules/exporting.src.js
20:18:43   dist/UEditor/third-party/highcharts/mo    15.14 KiB        4.81 KiB
20:18:43   dules/data.src.js
20:18:43   dist/UEditor/dialogs/background/backgr    14.04 KiB        3.56 KiB
20:18:43   ound.js
20:18:43   dist/pdf/word/tray.js                     12.95 KiB        3.86 KiB
20:18:43   dist/iwebapp/pdfjs/require.config.js      12.60 KiB        3.15 KiB
20:18:43   dist/pdf/word/require.config.js           12.38 KiB        3.05 KiB
20:18:43   dist/UEditor/dialogs/template/config.j    12.19 KiB        2.50 KiB
20:18:43   s
20:18:43   dist/UEditor/third-party/highcharts/ad    11.38 KiB        3.82 KiB
20:18:43   apters/standalone-framework.src.js
20:18:43   dist/UEditor/dialogs/charts/charts.js     10.89 KiB        3.34 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    10.69 KiB        3.16 KiB
20:18:43   dules/drilldown.src.js
20:18:43   dist/UEditor/third-party/highcharts/mo    9.88 KiB         4.03 KiB
20:18:43   dules/map.js
20:18:43   dist/UEditor/dialogs/table/edittable.j    8.72 KiB         2.01 KiB
20:18:43   s
20:18:43   dist/UEditor/third-party/highcharts/ad    8.72 KiB         3.18 KiB
20:18:43   apters/prototype-adapter.src.js
20:18:43   dist/UEditor/third-party/highcharts/mo    8.18 KiB         2.56 KiB
20:18:43   dules/annotations.src.js
20:18:43   dist/UEditor/dialogs/music/music.js       7.64 KiB         2.16 KiB
20:18:43   dist/UEditor/third-party/highcharts/ad    7.61 KiB         2.91 KiB
20:18:43   apters/mootools-adapter.src.js
20:18:43   dist/pdf/word/watermark.js                7.55 KiB         1.90 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    7.08 KiB         3.07 KiB
20:18:43   dules/exporting.js
20:18:43   dist/UEditor/third-party/highcharts/mo    6.38 KiB         2.33 KiB
20:18:43   dules/funnel.src.js
20:18:43   dist/UEditor/dialogs/emotion/emotion.j    6.15 KiB         2.03 KiB
20:18:43   s
20:18:43   dist/UEditor/third-party/highcharts/mo    5.42 KiB         1.95 KiB
20:18:43   dules/drilldown.js
20:18:43   dist/UEditor/third-party/highcharts/ad    4.95 KiB         2.15 KiB
20:18:43   apters/standalone-framework.js
20:18:43   dist/UEditor/dialogs/spechars/spechars    4.56 KiB         2.37 KiB
20:18:43   .js
20:18:43   dist/UEditor/third-party/highcharts/th    4.38 KiB         1.21 KiB
20:18:43   emes/gray.js
20:18:43   dist/UEditor/third-party/highcharts/mo    4.33 KiB         1.89 KiB
20:18:43   dules/data.js
20:18:43   dist/UEditor/dialogs/searchreplace/sea    4.30 KiB         1.27 KiB
20:18:43   rchreplace.js
20:18:43   dist/UEditor/third-party/highcharts/th    4.25 KiB         1.20 KiB
20:18:43   emes/dark-blue.js
20:18:43   dist/UEditor/third-party/highcharts/th    4.24 KiB         1.21 KiB
20:18:43   emes/dark-green.js
20:18:43   dist/UEditor/dialogs/wordimage/wordima    4.05 KiB         1.95 KiB
20:18:43   ge.js
20:18:43   dist/UEditor/third-party/highcharts/mo    3.32 KiB         1.52 KiB
20:18:43   dules/annotations.js
20:18:43   dist/UEditor/third-party/highcharts/ad    3.23 KiB         1.33 KiB
20:18:43   apters/prototype-adapter.js
20:18:43   dist/UEditor/third-party/highcharts/mo    2.79 KiB         1.12 KiB
20:18:43   dules/no-data-to-display.src.js
20:18:43   dist/UEditor/dialogs/internal.js          2.54 KiB         0.98 KiB
20:18:43   dist/UEditor/third-party/highcharts/ad    2.21 KiB         1.06 KiB
20:18:43   apters/mootools-adapter.js
20:18:43   dist/pdf/word/obpm.showMessage.js         2.09 KiB         0.74 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    1.93 KiB         1.08 KiB
20:18:43   dules/funnel.js
20:18:43   dist/UEditor/third-party/highcharts/th    1.75 KiB         0.65 KiB
20:18:43   emes/grid.js
20:18:43   dist/UEditor/third-party/highcharts/th    1.72 KiB         0.64 KiB
20:18:43   emes/skies.js
20:18:43   dist/UEditor/dialogs/template/template    1.55 KiB         0.67 KiB
20:18:43   .js
20:18:43   dist/UEditor/dialogs/help/help.js         1.47 KiB         0.70 KiB
20:18:43   dist/UEditor/dialogs/charts/chart.conf    1.38 KiB         0.44 KiB
20:18:43   ig.js
20:18:43   dist/js/obpm.config.js                    1.36 KiB         0.57 KiB
20:18:43   dist/js/obsConfig.js                      1.33 KiB         0.70 KiB
20:18:43   dist/UEditor/third-party/highcharts/mo    1.33 KiB         0.70 KiB
20:18:43   dules/no-data-to-display.js
20:18:43   dist/UEditor/third-party/highcharts/mo    1.10 KiB         0.49 KiB
20:18:43   dules/heatmap.src.js
20:18:43   dist/UEditor/third-party/highcharts/mo    0.52 KiB         0.37 KiB
20:18:43   dules/heatmap.js
20:18:43   dist/iwebapp/pdfjs/viewer-df538bd63b.c    111.81 KiB       18.55 KiB
20:18:43   ss
20:18:43   dist/iwebapp/pdfjs/viewer-afb3d53c48.c    111.71 KiB       18.53 KiB
20:18:43   ss
20:18:43   dist/pdf/word/pdfjs/web/viewer.css        58.42 KiB        9.25 KiB
20:18:43   dist/UEditor/themes/default/css/uedito    42.73 KiB        6.84 KiB
20:18:43   r.css
20:18:43   dist/UEditor/themes/default/css/uedito    34.12 KiB        5.53 KiB
20:18:43   r.min.css
20:18:43   dist/UEditor/third-party/video-js/vide    20.82 KiB        5.45 KiB
20:18:43   o-js.css
20:18:43   dist/UEditor/dialogs/image/image.css      17.71 KiB        3.46 KiB
20:18:43   dist/UEditor/dialogs/video/video.css      14.57 KiB        3.10 KiB
20:18:43   dist/UEditor/dialogs/attachment/attach    14.05 KiB        2.81 KiB
20:18:43   ment.css
20:18:43   dist/UEditor/third-party/video-js/vide    11.18 KiB        2.53 KiB
20:18:43   o-js.min.css
20:18:43   dist/iwebapp/pdfjs/stamp/laydate/theme    9.16 KiB         2.21 KiB
20:18:43   /default/laydate.css
20:18:43   dist/UEditor/third-party/SyntaxHighlig    6.95 KiB         1.31 KiB
20:18:43   hter/shCoreDefault.css
20:18:43   dist/UEditor/dialogs/scrawl/scrawl.css    3.73 KiB         0.97 KiB
20:18:43   dist/UEditor/third-party/codemirror/co    2.82 KiB         0.90 KiB
20:18:43   demirror.css
20:18:43   dist/UEditor/dialogs/charts/charts.css    2.54 KiB         0.81 KiB
20:18:43   dist/UEditor/dialogs/background/backgr    2.34 KiB         0.87 KiB
20:18:43   ound.css
20:18:43   dist/UEditor/dialogs/emotion/emotion.c    1.76 KiB         0.53 KiB
20:18:43   ss
20:18:43   dist/UEditor/themes/default/dialogbase    1.65 KiB         0.81 KiB
20:18:43   .css
20:18:43   dist/UEditor/dialogs/music/music.css      1.64 KiB         0.63 KiB
20:18:43   dist/UEditor/dialogs/table/edittable.c    1.16 KiB         0.41 KiB
20:18:43   ss
20:18:43   dist/UEditor/dialogs/template/template    1.01 KiB         0.49 KiB
20:18:43   .css
20:18:43   dist/UEditor/third-party/webuploader/w    0.50 KiB         0.29 KiB
20:18:43   ebuploader.css
20:18:43   dist/UEditor/dialogs/help/help.css        0.38 KiB         0.20 KiB
20:18:43   dist/UEditor/themes/iframe.css            0.04 KiB         0.06 KiB
20:18:43 
20:18:43   Images and other types of assets omitted.
20:18:43 
20:18:43  DONE  Build complete. The dist directory is ready to be deployed.
20:18:43  INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
20:18:43       
20:18:43 + rm -rf /data/workspace/badp-bcxin-web-5.x-vue
20:18:43 + cp -r dist /data/workspace/badp-bcxin-web-5.x-vue
20:18:43 + chmod 755 /data/workspace/badp-bcxin-web-5.x-vue -R
20:18:43 Finished: SUCCESS