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