21:40:50 Started by user unknown or anonymous
21:40:50 Running as SYSTEM
21:40:50 Building in workspace /data/jenkins/workspace/badp-bcxin-web-5.x-vue
21:40:50 The recommended git tool is: NONE
21:40:50 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499
21:40:50 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/badp-bcxin-web-5.x-vue/.git # timeout=10
21:40:50 Fetching changes from the remote Git repository
21:40:50 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git # timeout=10
21:40:51 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git
21:40:51 > /usr/local/git/bin/git --version # timeout=10
21:40:51 > git --version # 'git version 2.43.0'
21:40:51 using GIT_ASKPASS to set credentials gitlab凭据
21:40:51 > /usr/local/git/bin/git fetch --tags --force --progress -- https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git +refs/heads/*:refs/remotes/origin/* # timeout=10
21:40:51 > /usr/local/git/bin/git rev-parse origin/test^{commit} # timeout=10
21:40:51 Checking out Revision 13b3a0aeaa9eaa9063f625a0159a9fd8b857a825 (origin/test)
21:40:51 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10
21:40:51 > /usr/local/git/bin/git checkout -f 13b3a0aeaa9eaa9063f625a0159a9fd8b857a825 # timeout=10
21:40:51 Commit message: "Merge branch 'feat-邀请入驻二维码' into test"
21:40:51 > /usr/local/git/bin/git rev-list --no-walk 1a54d533ee0fb2c95047378099f54f564e6e6294 # timeout=10
21:40:51 [badp-bcxin-web-5.x-vue] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins14297301487826444961.sh
21:40:51 + cd /data/jenkins/workspace/badp-bcxin-web-5.x-vue
21:40:51 + npm install
21:40:53 npm WARN EBADENGINE Unsupported engine {
21:40:53 npm WARN EBADENGINE package: 'gcoord@1.0.7',
21:40:53 npm WARN EBADENGINE required: { node: '>=16.11.0' },
21:40:53 npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
21:40:53 npm WARN EBADENGINE }
21:40:55
21:40:55 up to date in 3s
21:40:55
21:40:55 249 packages are looking for funding
21:40:55 run `npm fund` for details
21:40:55 + npm run build
21:40:55
21:40:55 > hello-world@0.1.0 build
21:40:55 > vue-cli-service build
21:40:55
21:40:56
21:40:56 - Building for production...
21:41:02 Browserslist: caniuse-lite is outdated. Please run:
21:41:02 npx update-browserslist-db@latest
21:41:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:02 Browserslist: caniuse-lite is outdated. Please run:
21:41:02 npx update-browserslist-db@latest
21:41:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:07 Browserslist: caniuse-lite is outdated. Please run:
21:41:07 npx update-browserslist-db@latest
21:41:07 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:11 Browserslist: caniuse-lite is outdated. Please run:
21:41:11 npx update-browserslist-db@latest
21:41:11 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:11 Browserslist: caniuse-lite is outdated. Please run:
21:41:11 npx update-browserslist-db@latest
21:41:11 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:11 Browserslist: caniuse-lite is outdated. Please run:
21:41:11 npx update-browserslist-db@latest
21:41:11 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:11 Browserslist: caniuse-lite is outdated. Please run:
21:41:11 npx update-browserslist-db@latest
21:41:11 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:15 Browserslist: caniuse-lite is outdated. Please run:
21:41:15 npx update-browserslist-db@latest
21:41:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
21:41:53 WARNING Compiled with 7 warnings9:41:53 PM
21:41:53
21:41:53 Module Warning (from ./node_modules/eslint-loader/index.js):
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9:
21:41:53 53 | },
21:41:53 54 | created() {
21:41:53 > 55 | console.log(this.$root.user)
21:41:53 | ^
21:41:53 56 | this.network = __network__
21:41:53 57 | if(this.network){
21:41:53 58 | this.getLocation();
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24:
21:41:53 105 | if(response.data.data){
21:41:53 106 | this.hiredDate=response.data.data.hiredDate
21:41:53 > 107 | console.log(this.hiredDate)
21:41:53 | ^
21:41:53 108 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
21:41:53 109 | }
21:41:53 110 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23:
21:41:53 119 | onSucess: response => {
21:41:53 120 | if(response.data.data){
21:41:53 > 121 | console.log(response.data.data)
21:41:53 | ^
21:41:53 122 | if(response.data.data.datas.length){
21:41:53 123 | this.getAnnouncementFirst=response.data.data.datas[0]
21:41:53 124 | }else{
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21:
21:41:53 157 | function onComplete (data) {
21:41:53 158 | // data是具体的定位信息
21:41:53 > 159 | console.log('定位成功信息:', data.addressComponent);
21:41:53 | ^
21:41:53 160 | self.city = (data.addressComponent && data.addressComponent.city);
21:41:53 161 | AMap.plugin('AMap.Weather', function() {
21:41:53 162 | console.log(self.city)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25:
21:41:53 160 | self.city = (data.addressComponent && data.addressComponent.city);
21:41:53 161 | AMap.plugin('AMap.Weather', function() {
21:41:53 > 162 | console.log(self.city)
21:41:53 | ^
21:41:53 163 | var weather = new AMap.Weather();
21:41:53 164 | weather.getLive(self.city, function(err, data) {
21:41:53 165 | if (!err) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33:
21:41:53 164 | weather.getLive(self.city, function(err, data) {
21:41:53 165 | if (!err) {
21:41:53 > 166 | console.log(data)
21:41:53 | ^
21:41:53 167 | self.cityInfo=data
21:41:53 168 | if(data.weather.indexOf('晴')>-1){
21:41:53 169 | self.weatherImg=self.sun
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21:
21:41:53 198 | function onError (data) {
21:41:53 199 | // 定位出错
21:41:53 > 200 | console.log('定位失败错误:', data);
21:41:53 | ^
21:41:53 201 | self.city=''//定位失败隐藏
21:41:53 202 | // 调用IP定位
21:41:53 203 | self.getLngLatLocation();
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21:
21:41:53 211 | if (status === 'complete' && result.info === 'OK') {
21:41:53 212 | // 查询成功,result即为当前所在城市信息
21:41:53 > 213 | console.log('通过ip获取当前城市:', result);
21:41:53 | ^
21:41:53 214 | // 逆向地理编码
21:41:53 215 | AMap.plugin('AMap.Geocoder', function () {
21:41:53 216 | var geocoder = new AMap.Geocoder({
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25:
21:41:53 223 | if (status === 'complete' && data.info === 'OK') {
21:41:53 224 | // result为对应的地理位置详细信息
21:41:53 > 225 | console.log(data);
21:41:53 | ^
21:41:53 226 | }
21:41:53 227 | });
21:41:53 228 | });
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20:
21:41:53 244 | // loading.close();//关闭加载
21:41:53 245 | // });
21:41:53 > 246 | console.log('banner______________',response.data.data.data)
21:41:53 | ^
21:41:53 247 | if(response.data.data.data){
21:41:53 248 | let Arry=[]
21:41:53 249 | response.data.data.data.forEach(item=>{
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24:
21:41:53 256 | })
21:41:53 257 | this.bannerArr=Arry
21:41:53 > 258 | console.log(this.bannerArr)
21:41:53 | ^
21:41:53 259 | }
21:41:53 260 | }
21:41:53 261 | })
21:41:53
21:41:53
21:41:53 11 errors found.
21:41:53
21:41:53 Module Warning (from ./node_modules/eslint-loader/index.js):
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:57:9:
21:41:53 55 | },
21:41:53 56 | created() {
21:41:53 > 57 | console.log(this.$root.user)
21:41:53 | ^
21:41:53 58 | this.network = __network__
21:41:53 59 | if(this.network){
21:41:53 60 | this.getLocation();
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:177:24:
21:41:53 175 | if(response.data.data){
21:41:53 176 | this.hiredDate=response.data.data.hiredDate
21:41:53 > 177 | console.log(this.hiredDate)
21:41:53 | ^
21:41:53 178 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
21:41:53 179 | }
21:41:53 180 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:191:23:
21:41:53 189 | onSucess: response => {
21:41:53 190 | if(response.data.data){
21:41:53 > 191 | console.log(response.data.data)
21:41:53 | ^
21:41:53 192 | if(response.data.data.datas.length){
21:41:53 193 | this.getAnnouncementFirst=response.data.data.datas[0]
21:41:53 194 | }else{
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:229:21:
21:41:53 227 | function onComplete (data) {
21:41:53 228 | // data是具体的定位信息
21:41:53 > 229 | console.log('定位成功信息:', data.addressComponent);
21:41:53 | ^
21:41:53 230 | self.city = (data.addressComponent && data.addressComponent.city);
21:41:53 231 | AMap.plugin('AMap.Weather', function() {
21:41:53 232 | console.log(self.city)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:232:25:
21:41:53 230 | self.city = (data.addressComponent && data.addressComponent.city);
21:41:53 231 | AMap.plugin('AMap.Weather', function() {
21:41:53 > 232 | console.log(self.city)
21:41:53 | ^
21:41:53 233 | var weather = new AMap.Weather();
21:41:53 234 | weather.getLive(self.city, function(err, data) {
21:41:53 235 | if (!err) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:236:33:
21:41:53 234 | weather.getLive(self.city, function(err, data) {
21:41:53 235 | if (!err) {
21:41:53 > 236 | console.log(data)
21:41:53 | ^
21:41:53 237 | self.cityInfo=data
21:41:53 238 | if(data.weather.indexOf('晴')>-1){
21:41:53 239 | self.weatherImg=self.sun
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:270:21:
21:41:53 268 | function onError (data) {
21:41:53 269 | // 定位出错
21:41:53 > 270 | console.log('定位失败错误:', data);
21:41:53 | ^
21:41:53 271 | self.city=''//定位失败隐藏
21:41:53 272 | // 调用IP定位
21:41:53 273 | self.getLngLatLocation();
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:283:21:
21:41:53 281 | if (status === 'complete' && result.info === 'OK') {
21:41:53 282 | // 查询成功,result即为当前所在城市信息
21:41:53 > 283 | console.log('通过ip获取当前城市:', result);
21:41:53 | ^
21:41:53 284 | // 逆向地理编码
21:41:53 285 | AMap.plugin('AMap.Geocoder', function () {
21:41:53 286 | var geocoder = new AMap.Geocoder({
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:295:25:
21:41:53 293 | if (status === 'complete' && data.info === 'OK') {
21:41:53 294 | // result为对应的地理位置详细信息
21:41:53 > 295 | console.log(data);
21:41:53 | ^
21:41:53 296 | }
21:41:53 297 | });
21:41:53 298 | });
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:316:20:
21:41:53 314 | // loading.close();//关闭加载
21:41:53 315 | // });
21:41:53 > 316 | console.log('banner______________',response.data.data.data)
21:41:53 | ^
21:41:53 317 | if(response.data.data.data){
21:41:53 318 | let Arry=[]
21:41:53 319 | response.data.data.data.forEach(item=>{
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:328:24:
21:41:53 326 | })
21:41:53 327 | this.bannerArr=Arry.slice(0,3)
21:41:53 > 328 | console.log(this.bannerArr)
21:41:53 | ^
21:41:53 329 | }
21:41:53 330 | }
21:41:53 331 | })
21:41:53
21:41:53
21:41:53 11 errors found.
21:41:53
21:41:53 Module Warning (from ./node_modules/eslint-loader/index.js):
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:517:13:
21:41:53 515 | this.activeHome()
21:41:53 516 | this.applist()//查询左边下拉应用列表
21:41:53 > 517 | console.log(this.$refs.mainNavBar.data)
21:41:53 | ^
21:41:53 518 | if (state.defaultFirst == 1) {
21:41:53 519 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
21:41:53 520 | }
21:41:53
21:41:53
21:41:53 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/Home.vue:539:11:
21:41:53 537 | if (this.$store.state.appmenusShow) {
21:41:53 538 | this.$nextTick(() => {
21:41:53 > 539 | this.showApp = true
21:41:53 | ^
21:41:53 540 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
21:41:53 541 | this.applist()//查询左边下拉应用列表
21:41:53 542 | console.log(this.$refs.mainNavBar.data)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:542:11:
21:41:53 540 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
21:41:53 541 | this.applist()//查询左边下拉应用列表
21:41:53 > 542 | console.log(this.$refs.mainNavBar.data)
21:41:53 | ^
21:41:53 543 | if (this.$store.state.defaultFirst == 1) {
21:41:53 544 | // this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
21:41:53 545 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:555:7:
21:41:53 553 | currentAppName = this.$store.getters.currentAppName
21:41:53 554 | }
21:41:53 > 555 | console.log(currentAppName)
21:41:53 | ^
21:41:53 556 | return currentAppName;
21:41:53 557 | },
21:41:53 558 | showInstance() {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:675:11:
21:41:53 673 | }
21:41:53 674 | this.otherNotice = arr;
21:41:53 > 675 | console.log("this.otherNotice---->", this.otherNotice)
21:41:53 | ^
21:41:53 676 | }
21:41:53 677 | }
21:41:53 678 | )
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:686:11:
21:41:53 684 | if (res.data.errcode == 0) {
21:41:53 685 | let listArr = res.data.data.data
21:41:53 > 686 | console.log(listArr)
21:41:53 | ^
21:41:53 687 | if (listArr.length) {
21:41:53 688 | listArr.forEach(item => {
21:41:53 689 | if (currDate(true) >= item.items.__G3lF6FIrSTspuF06jEr.value && currDate(true) <= item.items.__eG17lW4psp4yq1aT0Pt.value) {//在当前时间范围内提醒
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:705:11:
21:41:53 703 | if (res.status == 200) {
21:41:53 704 | let listArr = res.data.data
21:41:53 > 705 | console.log('公安未读消息', listArr)
21:41:53 | ^
21:41:53 706 | if (listArr.length) {
21:41:53 707 | this.policeNotices = listArr.sort((a,b)=>{
21:41:53 708 | return (new Date(b.item_senddate)-new Date(a.item_senddate))
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:717:11:
21:41:53 715 | // })
21:41:53 716 | }
21:41:53 > 717 | console.log('公安未读消息1111', this.policeNotices.length)
21:41:53 | ^
21:41:53 718 | // this.policeNoticePop()
21:41:53 719 | if (this.policeNotices.length>0 && !this.showBktHome) {//提醒时间段有弹窗提醒
21:41:53 720 | setTimeout(() => {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:727:9:
21:41:53 725 | },
21:41:53 726 | onError: err => {
21:41:53 > 727 | console.log(err)
21:41:53 | ^
21:41:53 728 | }
21:41:53 729 | }
21:41:53 730 | )
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:731:5:
21:41:53 729 | }
21:41:53 730 | )
21:41:53 > 731 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
21:41:53 | ^
21:41:53 732 | if(organizationLevels.indexOf('Premium')>-1){
21:41:53 733 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
21:41:53 734 | console.log('this.baseServiceOptions',this.baseServiceOptions)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:734:7:
21:41:53 732 | if(organizationLevels.indexOf('Premium')>-1){
21:41:53 733 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
21:41:53 > 734 | console.log('this.baseServiceOptions',this.baseServiceOptions)
21:41:53 | ^
21:41:53 735 | }
21:41:53 736 |
21:41:53 737 | },
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:811:7:
21:41:53 809 | // 检查并显示密码修改提示
21:41:53 810 | checkPasswordUpdateNotice() {
21:41:53 > 811 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
21:41:53 | ^
21:41:53 812 | if (this.updatePasswordType && this.updatePasswordMsg) {
21:41:53 813 | this.updatePwdDialogVisible = true
21:41:53 814 | if (this.updatePasswordType === '2') {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:838:11:
21:41:53 836 | this.$api.isSupervisedApi(domainId, {
21:41:53 837 | onSucess: res => {
21:41:53 > 838 | console.log('res11', res)
21:41:53 | ^
21:41:53 839 | if (res.data.data) {
21:41:53 840 | console.log('res.data.data监管归属', res.data.data)
21:41:53 841 | this.isSupervisedInfoCompletedData = res.data.data
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:840:13:
21:41:53 838 | console.log('res11', res)
21:41:53 839 | if (res.data.data) {
21:41:53 > 840 | console.log('res.data.data监管归属', res.data.data)
21:41:53 | ^
21:41:53 841 | this.isSupervisedInfoCompletedData = res.data.data
21:41:53 842 | console.log(this.isSupervisedInfoCompletedData)
21:41:53 843 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:842:13:
21:41:53 840 | console.log('res.data.data监管归属', res.data.data)
21:41:53 841 | this.isSupervisedInfoCompletedData = res.data.data
21:41:53 > 842 | console.log(this.isSupervisedInfoCompletedData)
21:41:53 | ^
21:41:53 843 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
21:41:53 844 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗
21:41:53 845 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:854:11:
21:41:53 852 | onError: erro => {
21:41:53 853 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用
21:41:53 > 854 | console.log('erro11', erro)
21:41:53 | ^
21:41:53 855 | }
21:41:53 856 | })
21:41:53 857 | },
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:882:13:
21:41:53 880 | {
21:41:53 881 | onSucess: res => {
21:41:53 > 882 | console.log(res.data.data.placeOfRegister)
21:41:53 | ^
21:41:53 883 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) {
21:41:53 884 | this.systemNoticeDialogVisible = true
21:41:53 885 | this.placeOfRegister_bjFlag = true
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:925:11:
21:41:53 923 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
21:41:53 924 | onSucess: res => {
21:41:53 > 925 | console.log('res11',res)
21:41:53 | ^
21:41:53 926 | if (res.data.status == 200) {
21:41:53 927 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
21:41:53 928 | console.log('this.domainAdmin',this.domainAdmin)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:928:13:
21:41:53 926 | if (res.data.status == 200) {
21:41:53 927 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
21:41:53 > 928 | console.log('this.domainAdmin',this.domainAdmin)
21:41:53 | ^
21:41:53 929 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒
21:41:53 930 | this.domainLonLatPopDialogVisible=true
21:41:53 931 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1202:17:
21:41:53 1200 | {
21:41:53 1201 | onSucess: res => {
21:41:53 > 1202 | console.log('res', res)
21:41:53 | ^
21:41:53 1203 | let shopToken = res.data && res.data.accessToken || ''
21:41:53 1204 | resolve(shopToken)
21:41:53 1205 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1246:17:
21:41:53 1244 | {
21:41:53 1245 | onSucess: res => {
21:41:53 > 1246 | console.log('res', res)
21:41:53 | ^
21:41:53 1247 | let shopToken = res.data && res.data.accessToken || ''
21:41:53 1248 | resolve(shopToken)
21:41:53 1249 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1297:13:
21:41:53 1295 | onSucess: response => {
21:41:53 1296 | if (response.data && response.data.errmsg == "ok") {
21:41:53 > 1297 | console.log(response.data)
21:41:53 | ^
21:41:53 1298 | if (response.data.data.data.length) {
21:41:53 1299 | let arr = []
21:41:53 1300 | response.data.data.data.forEach((item, index) => {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1316:15:
21:41:53 1314 |
21:41:53 1315 | })
21:41:53 > 1316 | console.log(arr)
21:41:53 | ^
21:41:53 1317 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort
21:41:53 1318 |
21:41:53 1319 | const titleMap = {}
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1363:15:
21:41:53 1361 | }
21:41:53 1362 | }
21:41:53 > 1363 | console.log(arr3)
21:41:53 | ^
21:41:53 1364 | this.applistArr = arr3
21:41:53 1365 |
21:41:53 1366 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1404:13:
21:41:53 1402 | onSucess: res => {
21:41:53 1403 | if (res.status == 200) {
21:41:53 > 1404 | console.log("res--->", res.status);
21:41:53 | ^
21:41:53 1405 | }
21:41:53 1406 | }
21:41:53 1407 | })
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1507:11:
21:41:53 1505 | },
21:41:53 1506 | onError: error => {
21:41:53 > 1507 | console.log(error);
21:41:53 | ^
21:41:53 1508 | }
21:41:53 1509 | });
21:41:53 1510 | },
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1625:7:
21:41:53 1623 |
21:41:53 1624 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
21:41:53 > 1625 | console.log(tab)
21:41:53 | ^
21:41:53 1626 | console.log(tabindex)
21:41:53 1627 | if (this.$store.state.searchDataStore.length) {
21:41:53 1628 | this.$store.state.searchDataStore.forEach((item, index) => {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1626:7:
21:41:53 1624 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
21:41:53 1625 | console.log(tab)
21:41:53 > 1626 | console.log(tabindex)
21:41:53 | ^
21:41:53 1627 | if (this.$store.state.searchDataStore.length) {
21:41:53 1628 | this.$store.state.searchDataStore.forEach((item, index) => {
21:41:53 1629 | if (item.appId == tab.appId && item.viewId == tab.actionContent) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1641:7:
21:41:53 1639 | })
21:41:53 1640 | }
21:41:53 > 1641 | console.log(this.$store.state.searchDataStore)
21:41:53 | ^
21:41:53 1642 | let tabs = this.tabs;
21:41:53 1643 | if (tabindex >= 0) { //点击X关闭
21:41:53 1644 | console.log(JSON.stringify(this.tabs))
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1644:9:
21:41:53 1642 | let tabs = this.tabs;
21:41:53 1643 | if (tabindex >= 0) { //点击X关闭
21:41:53 > 1644 | console.log(JSON.stringify(this.tabs))
21:41:53 | ^
21:41:53 1645 | tabs.splice(tabindex, 1);
21:41:53 1646 | if (tab.active) {
21:41:53 1647 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/Home.vue:1720:13:
21:41:53 1718 | onSucess: res => {
21:41:53 1719 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter;
21:41:53 > 1720 | console.info('promoter', this.isOrganizationPromoter);
21:41:53 | ^
21:41:53 1721 | }
21:41:53 1722 | })
21:41:53 1723 | }
21:41:53
21:41:53
21:41:53 31 errors found.
21:41:53
21:41:53 Module Warning (from ./node_modules/eslint-loader/index.js):
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:409:13:
21:41:53 407 | this.activeHome()
21:41:53 408 | this.applist()//查询左边下拉应用列表
21:41:53 > 409 | console.log(this.$refs.mainNavBar.data)
21:41:53 | ^
21:41:53 410 | if (state.defaultFirst == 1) {
21:41:53 411 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
21:41:53 412 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:426:7:
21:41:53 424 | currentAppName = this.$store.getters.currentAppName;
21:41:53 425 | }
21:41:53 > 426 | console.log(currentAppName)
21:41:53 | ^
21:41:53 427 | return currentAppName;
21:41:53 428 | },
21:41:53 429 | showInstance() {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:538:11:
21:41:53 536 | }
21:41:53 537 | this.otherNotice = arr;
21:41:53 > 538 | console.log("this.otherNotice---->", this.otherNotice)
21:41:53 | ^
21:41:53 539 | }
21:41:53 540 | }
21:41:53 541 | )
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:545:5:
21:41:53 543 | this.myprofile();
21:41:53 544 |
21:41:53 > 545 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
21:41:53 | ^
21:41:53 546 | if(organizationLevels.indexOf('Premium')>-1){
21:41:53 547 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
21:41:53 548 | console.log('this.baseServiceOptions',this.baseServiceOptions)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:548:7:
21:41:53 546 | if(organizationLevels.indexOf('Premium')>-1){
21:41:53 547 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
21:41:53 > 548 | console.log('this.baseServiceOptions',this.baseServiceOptions)
21:41:53 | ^
21:41:53 549 | }
21:41:53 550 |
21:41:53 551 | },
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:625:7:
21:41:53 623 | // 检查并显示密码修改提示
21:41:53 624 | checkPasswordUpdateNotice() {
21:41:53 > 625 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
21:41:53 | ^
21:41:53 626 | if (this.updatePasswordType && this.updatePasswordMsg) {
21:41:53 627 | this.updatePwdDialogVisible = true
21:41:53 628 | if (this.updatePasswordType === '2') {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:652:11:
21:41:53 650 | this.$api.isSupervisedApi(domainId, {
21:41:53 651 | onSucess: res => {
21:41:53 > 652 | console.log('res11', res)
21:41:53 | ^
21:41:53 653 | if (res.data.data) {
21:41:53 654 | console.log('res.data.data监管归属', res.data.data)
21:41:53 655 | this.isSupervisedInfoCompletedData = res.data.data
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:654:13:
21:41:53 652 | console.log('res11', res)
21:41:53 653 | if (res.data.data) {
21:41:53 > 654 | console.log('res.data.data监管归属', res.data.data)
21:41:53 | ^
21:41:53 655 | this.isSupervisedInfoCompletedData = res.data.data
21:41:53 656 | console.log(this.isSupervisedInfoCompletedData)
21:41:53 657 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:656:13:
21:41:53 654 | console.log('res.data.data监管归属', res.data.data)
21:41:53 655 | this.isSupervisedInfoCompletedData = res.data.data
21:41:53 > 656 | console.log(this.isSupervisedInfoCompletedData)
21:41:53 | ^
21:41:53 657 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
21:41:53 658 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗
21:41:53 659 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:668:11:
21:41:53 666 | onError: erro => {
21:41:53 667 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用
21:41:53 > 668 | console.log('erro11', erro)
21:41:53 | ^
21:41:53 669 | }
21:41:53 670 | })
21:41:53 671 | },
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:696:13:
21:41:53 694 | {
21:41:53 695 | onSucess: res => {
21:41:53 > 696 | console.log(res.data.data.placeOfRegister)
21:41:53 | ^
21:41:53 697 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) {
21:41:53 698 | this.systemNoticeDialogVisible = true
21:41:53 699 | this.placeOfRegister_bjFlag = true
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:733:11:
21:41:53 731 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
21:41:53 732 | onSucess: res => {
21:41:53 > 733 | console.log('res11',res)
21:41:53 | ^
21:41:53 734 | if (res.data.status == 200) {
21:41:53 735 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
21:41:53 736 | console.log('this.domainAdmin',this.domainAdmin)
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:736:13:
21:41:53 734 | if (res.data.status == 200) {
21:41:53 735 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
21:41:53 > 736 | console.log('this.domainAdmin',this.domainAdmin)
21:41:53 | ^
21:41:53 737 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒
21:41:53 738 | this.domainLonLatPopDialogVisible=true
21:41:53 739 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1001:17:
21:41:53 999 | {
21:41:53 1000 | onSucess: res => {
21:41:53 > 1001 | console.log('res', res)
21:41:53 | ^
21:41:53 1002 | let shopToken = res.data && res.data.accessToken || ''
21:41:53 1003 | resolve(shopToken)
21:41:53 1004 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1045:17:
21:41:53 1043 | {
21:41:53 1044 | onSucess: res => {
21:41:53 > 1045 | console.log('res', res)
21:41:53 | ^
21:41:53 1046 | let shopToken = res.data && res.data.accessToken || ''
21:41:53 1047 | resolve(shopToken)
21:41:53 1048 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1096:13:
21:41:53 1094 | onSucess: response => {
21:41:53 1095 | if (response.data && response.data.errmsg == "ok") {
21:41:53 > 1096 | console.log(response.data)
21:41:53 | ^
21:41:53 1097 | if (response.data.data.data.length) {
21:41:53 1098 | let arr = []
21:41:53 1099 | response.data.data.data.forEach((item, index) => {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1115:15:
21:41:53 1113 |
21:41:53 1114 | })
21:41:53 > 1115 | console.log(arr)
21:41:53 | ^
21:41:53 1116 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort
21:41:53 1117 |
21:41:53 1118 | const titleMap = {}
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1162:15:
21:41:53 1160 | }
21:41:53 1161 | }
21:41:53 > 1162 | console.log(arr3)
21:41:53 | ^
21:41:53 1163 | this.applistArr = arr3
21:41:53 1164 |
21:41:53 1165 | }
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1203:13:
21:41:53 1201 | onSucess: res => {
21:41:53 1202 | if (res.status == 200) {
21:41:53 > 1203 | console.log("res--->", res.status);
21:41:53 | ^
21:41:53 1204 | }
21:41:53 1205 | }
21:41:53 1206 | })
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1306:11:
21:41:53 1304 | },
21:41:53 1305 | onError: error => {
21:41:53 > 1306 | console.log(error);
21:41:53 | ^
21:41:53 1307 | }
21:41:53 1308 | });
21:41:53 1309 | },
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1424:7:
21:41:53 1422 |
21:41:53 1423 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
21:41:53 > 1424 | console.log(tab)
21:41:53 | ^
21:41:53 1425 | console.log(tabindex)
21:41:53 1426 | if (this.$store.state.searchDataStore.length) {
21:41:53 1427 | this.$store.state.searchDataStore.forEach((item, index) => {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1425:7:
21:41:53 1423 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
21:41:53 1424 | console.log(tab)
21:41:53 > 1425 | console.log(tabindex)
21:41:53 | ^
21:41:53 1426 | if (this.$store.state.searchDataStore.length) {
21:41:53 1427 | this.$store.state.searchDataStore.forEach((item, index) => {
21:41:53 1428 | if (item.appId == tab.appId && item.viewId == tab.actionContent) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1440:7:
21:41:53 1438 | })
21:41:53 1439 | }
21:41:53 > 1440 | console.log(this.$store.state.searchDataStore)
21:41:53 | ^
21:41:53 1441 | let tabs = this.tabs;
21:41:53 1442 | if (tabindex >= 0) { //点击X关闭
21:41:53 1443 | console.log(JSON.stringify(this.tabs))
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1443:9:
21:41:53 1441 | let tabs = this.tabs;
21:41:53 1442 | if (tabindex >= 0) { //点击X关闭
21:41:53 > 1443 | console.log(JSON.stringify(this.tabs))
21:41:53 | ^
21:41:53 1444 | tabs.splice(tabindex, 1);
21:41:53 1445 | if (tab.active) {
21:41:53 1446 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) {
21:41:53
21:41:53
21:41:53 error: Unexpected console statement (no-console) at src/views/HomeBKT.vue:1519:13:
21:41:53 1517 | onSucess: res => {
21:41:53 1518 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter;
21:41:53 > 1519 | console.info('promoter', this.isOrganizationPromoter);
21:41:53 | ^
21:41:53 1520 | }
21:41:53 1521 | })
21:41:53 1522 | }
21:41:53
21:41:53
21:41:53 25 errors found.
21:41:53
21:41:53 You may use special comments to disable some warnings.
21:41:53 Use // eslint-disable-next-line to ignore the next line.
21:41:53 Use /* eslint-disable */ to ignore all warnings in a file.
21:41:53 warning in ./src/api.js
21:41:53
21:41:53 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
21:41:53
21:41:53 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/api.js
21:41:53 19:1 error Unexpected console statement no-console
21:41:53 58:5 error Unexpected console statement no-console
21:41:53 588:5 error Unexpected console statement no-console
21:41:53 741:5 error Unexpected console statement no-console
21:41:53
21:41:53 ✖ 4 problems (4 errors, 0 warnings)
21:41:53
21:41:53
21:41:53 @ ./src/main.js 14:0-27 38:21-24 361:4-7 380:4-7
21:41:53 @ multi ./src/main.js
21:41:53
21:41:53 warning
21:41:53
21:41:53 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
21:41:53 This can impact web performance.
21:41:53 Assets:
21:41:53 fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
21:41:53 img/大屏图片.adbf5de7.jpg (1.17 MiB)
21:41:53 fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
21:41:53 img/fontawesome-webfont.912ec66d.svg (434 KiB)
21:41:53 img/background.646883a5.jpg (363 KiB)
21:41:53 fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
21:41:53 img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
21:41:53 js/about.168130eb.js (2.83 MiB)
21:41:53 js/app.21422c3b.js (4.82 MiB)
21:41:53 js/chunk-720230dc.2f48f60d.js (408 KiB)
21:41:53 js/rail.6b389e55.js (2.49 MiB)
21:41:53 iwebapp/pdfjs/core/pdf.js (584 KiB)
21:41:53 iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
21:41:53 js/esdk-obs-browserjs.min.js (304 KiB)
21:41:53 pdf/word/pdfjs/build/pdf.js (774 KiB)
21:41:53 iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
21:41:53 iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
21:41:53 pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
21:41:53 pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
21:41:53 pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
21:41:53 pdf/word/pdfjs/web/viewer.js.map (751 KiB)
21:41:53 pdf/word/pdfjs/web/viewer.js (655 KiB)
21:41:53 UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
21:41:53 pdf/word/iWebOffice2015.cab (12.4 MiB)
21:41:53 UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
21:41:53 UEditor/third-party/jquery-1.10.2.js (267 KiB)
21:41:53 UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
21:41:53 UEditor/ueditor.all.min.js (373 KiB)
21:41:53 UEditor/ueditor.all.js (1.06 MiB)
21:41:53
21:41:53 warning
21:41:53
21:41:53 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
21:41:53 Entrypoints:
21:41:53 app (7.65 MiB)
21:41:53 js/about.168130eb.js
21:41:53 js/app.21422c3b.js
21:41:53
21:41:53
21:41:54 File Size Gzipped
21:41:54
21:41:54 dist/UEditor/ueditor.all.min.js 373.46 KiB 100.76 KiB
21:41:54 dist/js/esdk-obs-browserjs.min.js 303.80 KiB 78.74 KiB
21:41:54 dist/iwebapp/pdfjs/jquery-1.11.3.min.j 93.71 KiB 32.54 KiB
21:41:54 s
21:41:54 dist/js/jquery-1.11.3.min.js 93.71 KiB 32.54 KiB
21:41:54 dist/pdf/word/jquery.min.js 93.54 KiB 32.48 KiB
21:41:54 dist/UEditor/third-party/jquery-1.10.2 90.92 KiB 32.06 KiB
21:41:54 .min.js
21:41:54 dist/js/swiper.min.js 64.88 KiB 16.44 KiB
21:41:54 dist/UEditor/third-party/webuploader/w 56.91 KiB 18.66 KiB
21:41:54 ebuploader.min.js
21:41:54 dist/UEditor/third-party/webuploader/w 45.99 KiB 14.37 KiB
21:41:54 ebuploader.html5only.min.js
21:41:54 dist/UEditor/third-party/webuploader/w 45.81 KiB 15.77 KiB
21:41:54 ebuploader.custom.min.js
21:41:54 dist/UEditor/third-party/webuploader/w 38.87 KiB 12.03 KiB
21:41:54 ebuploader.withoutimage.min.js
21:41:54 dist/UEditor/third-party/webuploader/w 32.81 KiB 10.64 KiB
21:41:54 ebuploader.flashonly.min.js
21:41:54 dist/UEditor/third-party/xss.min.js 27.11 KiB 6.38 KiB
21:41:54 dist/pdf/word/viewer.min.js 20.21 KiB 6.41 KiB
21:41:54 dist/UEditor/third-party/zeroclipboard 18.51 KiB 6.52 KiB
21:41:54 /ZeroClipboard.min.js
21:41:54 dist/pdf/word/sweetalert.min.js 16.58 KiB 5.29 KiB
21:41:54 dist/pdf/word/toastr.min.js 16.47 KiB 3.19 KiB
21:41:54 dist/iwebapp/pdfjs/require.min.js 14.86 KiB 6.08 KiB
21:41:54 dist/pdf/word/require.min.js 14.86 KiB 6.08 KiB
21:41:54 dist/UEditor/ueditor.parse.min.js 14.45 KiB 5.01 KiB
21:41:54 dist/js/app.21422c3b.js 4934.75 KiB 971.66 KiB
21:41:54 dist/js/about.168130eb.js 2893.95 KiB 824.29 KiB
21:41:54 dist/js/rail.6b389e55.js 2550.09 KiB 848.60 KiB
21:41:54 dist/pdf/word/pdfjs/build/pdf.worker.j 1700.94 KiB 322.13 KiB
21:41:54 s
21:41:54 dist/iwebapp/pdfjs/pdf-8cc3ba5958.view 1404.33 KiB 367.49 KiB
21:41:54 er.js
21:41:54 dist/iwebapp/pdfjs/pdf-34bd0a9d29.view 1397.68 KiB 362.42 KiB
21:41:54 er.js
21:41:54 dist/UEditor/ueditor.all.js 1086.60 KiB 213.79 KiB
21:41:54 dist/pdf/word/pdfjs/build/pdf.js 774.32 KiB 145.03 KiB
21:41:54 dist/iwebapp/pdfjs/core/pdf.worker.js 723.11 KiB 213.91 KiB
21:41:54 dist/pdf/word/pdfjs/web/viewer.js 654.78 KiB 99.17 KiB
21:41:54 dist/iwebapp/pdfjs/core/pdf.js 584.12 KiB 161.00 KiB
21:41:54 dist/UEditor/third-party/highcharts/hi 433.95 KiB 123.75 KiB
21:41:54 ghcharts.src.js
21:41:54 dist/js/chunk-720230dc.2f48f60d.js 407.73 KiB 133.31 KiB
21:41:54 dist/UEditor/third-party/jquery-1.10.2 266.80 KiB 79.12 KiB
21:41:54 .js
21:41:54 dist/UEditor/third-party/webuploader/w 226.46 KiB 48.94 KiB
21:41:54 ebuploader.js
21:41:54 dist/UEditor/third-party/video-js/vide 212.98 KiB 56.36 KiB
21:41:54 o.dev.js
21:41:54 dist/UEditor/third-party/webuploader/w 193.52 KiB 43.01 KiB
21:41:54 ebuploader.custom.js
21:41:54 dist/UEditor/third-party/webuploader/w 182.25 KiB 39.11 KiB
21:41:54 ebuploader.html5only.js
21:41:54 dist/UEditor/third-party/SyntaxHighlig 155.77 KiB 43.52 KiB
21:41:54 hter/shCore.js
21:41:54 dist/UEditor/third-party/codemirror/co 154.89 KiB 35.91 KiB
21:41:54 demirror.js
21:41:54 dist/UEditor/third-party/webuploader/w 148.40 KiB 31.44 KiB
21:41:54 ebuploader.withoutimage.js
21:41:54 dist/UEditor/third-party/highcharts/hi 137.55 KiB 50.63 KiB
21:41:54 ghcharts.js
21:41:54 dist/UEditor/third-party/webuploader/w 135.64 KiB 29.89 KiB
21:41:54 ebuploader.flashonly.js
21:41:54 dist/pdf/word/WebOffice.js 135.19 KiB 30.89 KiB
21:41:54 dist/UEditor/dialogs/image/image.js 125.19 KiB 55.10 KiB
21:41:54 dist/pdf/word/iWebOffice2015.js 112.08 KiB 50.77 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 98.32 KiB 22.42 KiB
21:41:54 dules/canvas-tools.src.js
21:41:54 dist/js/china.js 61.26 KiB 43.82 KiB
21:41:54 dist/iwebapp/pdfjs/stamp/laydate/layda 58.98 KiB 15.29 KiB
21:41:54 te.js
21:41:54 dist/UEditor/third-party/highcharts/hi 58.77 KiB 16.33 KiB
21:41:54 ghcharts-more.src.js
21:41:54 dist/UEditor/third-party/highcharts/mo 56.52 KiB 15.35 KiB
21:41:54 dules/canvas-tools.js
21:41:54 dist/UEditor/third-party/video-js/vide 54.09 KiB 16.62 KiB
21:41:54 o.js
21:41:54 dist/UEditor/dialogs/wordimage/tangram 46.41 KiB 12.48 KiB
21:41:54 .js
21:41:54 dist/UEditor/third-party/zeroclipboard 42.20 KiB 9.15 KiB
21:41:54 /ZeroClipboard.js
21:41:54 dist/js/certificate.ee1fb4fb.js 40.81 KiB 10.22 KiB
21:41:54 dist/js/chunk-381941e5.40d14043.js 39.03 KiB 9.74 KiB
21:41:54 dist/UEditor/ueditor.parse.js 35.91 KiB 7.93 KiB
21:41:54 dist/pdf/word/util.js 30.10 KiB 8.77 KiB
21:41:54 dist/UEditor/dialogs/video/video.js 29.78 KiB 7.62 KiB
21:41:54 dist/UEditor/dialogs/attachment/attach 29.67 KiB 6.63 KiB
21:41:54 ment.js
21:41:54 dist/UEditor/lang/en/en.js 28.72 KiB 8.24 KiB
21:41:54 dist/pdf/word/l10n.js 28.57 KiB 8.09 KiB
21:41:54 dist/UEditor/dialogs/scrawl/scrawl.js 26.51 KiB 5.97 KiB
21:41:54 dist/UEditor/lang/zh-cn/zh-cn.js 25.88 KiB 8.55 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 25.16 KiB 7.84 KiB
21:41:54 dules/map.src.js
21:41:54 dist/UEditor/ueditor.config.js 22.75 KiB 8.44 KiB
21:41:54 dist/UEditor/third-party/highcharts/hi 21.30 KiB 7.91 KiB
21:41:54 ghcharts-more.js
21:41:54 dist/pdf/word/pdfjs/web/debugger.js 18.48 KiB 4.89 KiB
21:41:54 dist/pdf/word/compatibility.js 17.70 KiB 5.38 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 16.86 KiB 5.73 KiB
21:41:54 dules/exporting.src.js
21:41:54 dist/UEditor/third-party/highcharts/mo 15.14 KiB 4.81 KiB
21:41:54 dules/data.src.js
21:41:54 dist/UEditor/dialogs/background/backgr 14.04 KiB 3.56 KiB
21:41:54 ound.js
21:41:54 dist/pdf/word/tray.js 12.95 KiB 3.86 KiB
21:41:54 dist/iwebapp/pdfjs/require.config.js 12.60 KiB 3.15 KiB
21:41:54 dist/pdf/word/require.config.js 12.38 KiB 3.05 KiB
21:41:54 dist/UEditor/dialogs/template/config.j 12.19 KiB 2.50 KiB
21:41:54 s
21:41:54 dist/UEditor/third-party/highcharts/ad 11.38 KiB 3.82 KiB
21:41:54 apters/standalone-framework.src.js
21:41:54 dist/UEditor/dialogs/charts/charts.js 10.89 KiB 3.34 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 10.69 KiB 3.16 KiB
21:41:54 dules/drilldown.src.js
21:41:54 dist/UEditor/third-party/highcharts/mo 9.88 KiB 4.03 KiB
21:41:54 dules/map.js
21:41:54 dist/UEditor/dialogs/table/edittable.j 8.72 KiB 2.01 KiB
21:41:54 s
21:41:54 dist/UEditor/third-party/highcharts/ad 8.72 KiB 3.18 KiB
21:41:54 apters/prototype-adapter.src.js
21:41:54 dist/UEditor/third-party/highcharts/mo 8.18 KiB 2.56 KiB
21:41:54 dules/annotations.src.js
21:41:54 dist/UEditor/dialogs/music/music.js 7.64 KiB 2.16 KiB
21:41:54 dist/UEditor/third-party/highcharts/ad 7.61 KiB 2.91 KiB
21:41:54 apters/mootools-adapter.src.js
21:41:54 dist/pdf/word/watermark.js 7.55 KiB 1.90 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 7.08 KiB 3.07 KiB
21:41:54 dules/exporting.js
21:41:54 dist/UEditor/third-party/highcharts/mo 6.38 KiB 2.33 KiB
21:41:54 dules/funnel.src.js
21:41:54 dist/UEditor/dialogs/emotion/emotion.j 6.15 KiB 2.03 KiB
21:41:54 s
21:41:54 dist/UEditor/third-party/highcharts/mo 5.42 KiB 1.95 KiB
21:41:54 dules/drilldown.js
21:41:54 dist/UEditor/third-party/highcharts/ad 4.95 KiB 2.15 KiB
21:41:54 apters/standalone-framework.js
21:41:54 dist/UEditor/dialogs/spechars/spechars 4.56 KiB 2.37 KiB
21:41:54 .js
21:41:54 dist/UEditor/third-party/highcharts/th 4.38 KiB 1.21 KiB
21:41:54 emes/gray.js
21:41:54 dist/UEditor/third-party/highcharts/mo 4.33 KiB 1.89 KiB
21:41:54 dules/data.js
21:41:54 dist/UEditor/dialogs/searchreplace/sea 4.30 KiB 1.27 KiB
21:41:54 rchreplace.js
21:41:54 dist/UEditor/third-party/highcharts/th 4.25 KiB 1.20 KiB
21:41:54 emes/dark-blue.js
21:41:54 dist/UEditor/third-party/highcharts/th 4.24 KiB 1.21 KiB
21:41:54 emes/dark-green.js
21:41:54 dist/UEditor/dialogs/wordimage/wordima 4.05 KiB 1.95 KiB
21:41:54 ge.js
21:41:54 dist/UEditor/third-party/highcharts/mo 3.32 KiB 1.52 KiB
21:41:54 dules/annotations.js
21:41:54 dist/UEditor/third-party/highcharts/ad 3.23 KiB 1.33 KiB
21:41:54 apters/prototype-adapter.js
21:41:54 dist/UEditor/third-party/highcharts/mo 2.79 KiB 1.12 KiB
21:41:54 dules/no-data-to-display.src.js
21:41:54 dist/UEditor/dialogs/internal.js 2.54 KiB 0.98 KiB
21:41:54 dist/UEditor/third-party/highcharts/ad 2.21 KiB 1.06 KiB
21:41:54 apters/mootools-adapter.js
21:41:54 dist/pdf/word/obpm.showMessage.js 2.09 KiB 0.74 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 1.93 KiB 1.08 KiB
21:41:54 dules/funnel.js
21:41:54 dist/UEditor/third-party/highcharts/th 1.75 KiB 0.65 KiB
21:41:54 emes/grid.js
21:41:54 dist/UEditor/third-party/highcharts/th 1.72 KiB 0.64 KiB
21:41:54 emes/skies.js
21:41:54 dist/UEditor/dialogs/template/template 1.55 KiB 0.67 KiB
21:41:54 .js
21:41:54 dist/UEditor/dialogs/help/help.js 1.47 KiB 0.70 KiB
21:41:54 dist/UEditor/dialogs/charts/chart.conf 1.38 KiB 0.44 KiB
21:41:54 ig.js
21:41:54 dist/UEditor/third-party/highcharts/mo 1.33 KiB 0.70 KiB
21:41:54 dules/no-data-to-display.js
21:41:54 dist/UEditor/third-party/highcharts/mo 1.10 KiB 0.49 KiB
21:41:54 dules/heatmap.src.js
21:41:54 dist/js/obsConfig.js 0.93 KiB 0.58 KiB
21:41:54 dist/UEditor/third-party/highcharts/mo 0.52 KiB 0.37 KiB
21:41:54 dules/heatmap.js
21:41:54 dist/js/obpm.config.js 0.33 KiB 0.24 KiB
21:41:54 dist/iwebapp/pdfjs/viewer-df538bd63b.c 111.81 KiB 18.55 KiB
21:41:54 ss
21:41:54 dist/iwebapp/pdfjs/viewer-afb3d53c48.c 111.71 KiB 18.53 KiB
21:41:54 ss
21:41:54 dist/pdf/word/pdfjs/web/viewer.css 58.42 KiB 9.25 KiB
21:41:54 dist/UEditor/themes/default/css/uedito 42.73 KiB 6.84 KiB
21:41:54 r.css
21:41:54 dist/UEditor/themes/default/css/uedito 34.12 KiB 5.53 KiB
21:41:54 r.min.css
21:41:54 dist/UEditor/third-party/video-js/vide 20.82 KiB 5.45 KiB
21:41:54 o-js.css
21:41:54 dist/UEditor/dialogs/image/image.css 17.71 KiB 3.46 KiB
21:41:54 dist/UEditor/dialogs/video/video.css 14.57 KiB 3.10 KiB
21:41:54 dist/UEditor/dialogs/attachment/attach 14.05 KiB 2.81 KiB
21:41:54 ment.css
21:41:54 dist/UEditor/third-party/video-js/vide 11.18 KiB 2.53 KiB
21:41:54 o-js.min.css
21:41:54 dist/iwebapp/pdfjs/stamp/laydate/theme 9.16 KiB 2.21 KiB
21:41:54 /default/laydate.css
21:41:54 dist/UEditor/third-party/SyntaxHighlig 6.95 KiB 1.31 KiB
21:41:54 hter/shCoreDefault.css
21:41:54 dist/UEditor/dialogs/scrawl/scrawl.css 3.73 KiB 0.97 KiB
21:41:54 dist/UEditor/third-party/codemirror/co 2.82 KiB 0.90 KiB
21:41:54 demirror.css
21:41:54 dist/UEditor/dialogs/charts/charts.css 2.54 KiB 0.81 KiB
21:41:54 dist/UEditor/dialogs/background/backgr 2.34 KiB 0.87 KiB
21:41:54 ound.css
21:41:54 dist/UEditor/dialogs/emotion/emotion.c 1.76 KiB 0.53 KiB
21:41:54 ss
21:41:54 dist/UEditor/themes/default/dialogbase 1.65 KiB 0.81 KiB
21:41:54 .css
21:41:54 dist/UEditor/dialogs/music/music.css 1.64 KiB 0.63 KiB
21:41:54 dist/UEditor/dialogs/table/edittable.c 1.16 KiB 0.41 KiB
21:41:54 ss
21:41:54 dist/UEditor/dialogs/template/template 1.01 KiB 0.49 KiB
21:41:54 .css
21:41:54 dist/UEditor/third-party/webuploader/w 0.50 KiB 0.29 KiB
21:41:54 ebuploader.css
21:41:54 dist/UEditor/dialogs/help/help.css 0.38 KiB 0.20 KiB
21:41:54 dist/UEditor/themes/iframe.css 0.04 KiB 0.06 KiB
21:41:54
21:41:54 Images and other types of assets omitted.
21:41:54
21:41:54 DONE Build complete. The dist directory is ready to be deployed.
21:41:54 INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
21:41:54
21:41:54 + rm -rf /data/workspace/badp-bcxin-web-5.x-vue
21:41:54 + cp -r dist /data/workspace/badp-bcxin-web-5.x-vue
21:41:55 + chmod 755 /data/workspace/badp-bcxin-web-5.x-vue -R
21:41:55 Finished: SUCCESS