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