18:27:51 Started by user unknown or anonymous
18:27:51 Running as SYSTEM
18:27:51 Building in workspace /data/jenkins/workspace/badp-bcxin-web-5.x-vue
18:27:51 The recommended git tool is: NONE
18:27:51 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499
18:27:51 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/badp-bcxin-web-5.x-vue/.git # timeout=10
18:27:51 Fetching changes from the remote Git repository
18:27:51 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git # timeout=10
18:27:51 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git
18:27:51 > /usr/local/git/bin/git --version # timeout=10
18:27:51 > git --version # 'git version 2.43.0'
18:27:51 using GIT_ASKPASS to set credentials gitlab凭据
18:27: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
18:27:52 > /usr/local/git/bin/git rev-parse origin/test^{commit} # timeout=10
18:27:52 Checking out Revision 8a476cdde80a693914a0f2d266368247c1dd69c9 (origin/test)
18:27:52 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10
18:27:52 > /usr/local/git/bin/git checkout -f 8a476cdde80a693914a0f2d266368247c1dd69c9 # timeout=10
18:27:52 Commit message: "Merge branch 'feat-替换obs上传' into test"
18:27:52 > /usr/local/git/bin/git rev-list --no-walk fd02c8d934456c60c9a29aaccc6cc9888c1bff65 # timeout=10
18:27:52 [badp-bcxin-web-5.x-vue] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins13780781392254161870.sh
18:27:52 + cd /data/jenkins/workspace/badp-bcxin-web-5.x-vue
18:27:52 + npm install
18:27:53 npm WARN EBADENGINE Unsupported engine {
18:27:53 npm WARN EBADENGINE package: 'gcoord@1.0.7',
18:27:53 npm WARN EBADENGINE required: { node: '>=16.11.0' },
18:27:53 npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
18:27:53 npm WARN EBADENGINE }
18:27:54
18:27:54 up to date in 2s
18:27:54
18:27:54 249 packages are looking for funding
18:27:54 run `npm fund` for details
18:27:54 + npm run build
18:27:54
18:27:54 > hello-world@0.1.0 build
18:27:54 > vue-cli-service build
18:27:54
18:27:55
18:27:55 - Building for production...
18:28:00 Browserslist: caniuse-lite is outdated. Please run:
18:28:00 npx update-browserslist-db@latest
18:28:00 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:02 Browserslist: caniuse-lite is outdated. Please run:
18:28:02 npx update-browserslist-db@latest
18:28:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:02 Browserslist: caniuse-lite is outdated. Please run:
18:28:02 npx update-browserslist-db@latest
18:28:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:02 Browserslist: caniuse-lite is outdated. Please run:
18:28:02 npx update-browserslist-db@latest
18:28:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:02 Browserslist: caniuse-lite is outdated. Please run:
18:28:02 npx update-browserslist-db@latest
18:28:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:02 Browserslist: caniuse-lite is outdated. Please run:
18:28:02 npx update-browserslist-db@latest
18:28:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:02 Browserslist: caniuse-lite is outdated. Please run:
18:28:02 npx update-browserslist-db@latest
18:28:02 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:10 Browserslist: caniuse-lite is outdated. Please run:
18:28:10 npx update-browserslist-db@latest
18:28:10 Why you should do it regularly: https://github.com/browserslist/update-db#readme
18:28:31 WARNING Compiled with 6 warnings6:28:31 PM
18:28:31
18:28:31 Module Warning (from ./node_modules/eslint-loader/index.js):
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:580:5:
18:28:31 578 | },
18:28:31 579 | created(){
18:28:31 > 580 | console.log('props', this.$props)
18:28:31 | ^
18:28:31 581 | },
18:28:31 582 | beforeCreate(){
18:28:31 583 |
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:611:9:
18:28:31 609 | return
18:28:31 610 | }
18:28:31 > 611 | console.log('e', e)
18:28:31 | ^
18:28:31 612 | let form=new FormData();
18:28:31 613 | form.append("files",e.file)
18:28:31 614 | console.log(form)
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:614:9:
18:28:31 612 | let form=new FormData();
18:28:31 613 | form.append("files",e.file)
18:28:31 > 614 | console.log(form)
18:28:31 | ^
18:28:31 615 | form.forEach(function (value, key) {
18:28:31 616 | if (value instanceof File) {
18:28:31 617 | form.set(key, value, value.name.replace(/ /g, ''))//去掉文件名称所有空格
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:637:17:
18:28:31 635 | {
18:28:31 636 | onSucess: response => {
18:28:31 > 637 | console.log(response.data.data)
18:28:31 | ^
18:28:31 638 | if(response.data.data.length){
18:28:31 639 | let obj={
18:28:31 640 | name:response.data.data[0].fileName,
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:659:12:
18:28:31 657 | },
18:28:31 658 | (res)=>{
18:28:31 > 659 | console.log(res)
18:28:31 | ^
18:28:31 660 | },
18:28:31 661 | e.file.uid,
18:28:31 662 |
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:702:8:
18:28:31 700 | },
18:28:31 701 | handleRemove(file, fileList){
18:28:31 > 702 | console.log(file)
18:28:31 | ^
18:28:31 703 | this.fileList.forEach((item,index)=>{
18:28:31 704 | if(item.uid == file.uid){
18:28:31 705 | this.fileList.splice(index,1)
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:711:6:
18:28:31 709 | handleExceed(files, fileList) { //文件超出个数限制时的钩子
18:28:31 710 | if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
18:28:31 > 711 | console.log(files[0])
18:28:31 | ^
18:28:31 712 | files[0].uid=new Date().getTime()
18:28:31 713 | this.fileList=[]
18:28:31 714 | let e={file:files[0]}
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:829:11:
18:28:31 827 | viewId: "",
18:28:31 828 | };
18:28:31 > 829 | console.log("-3---->", document);
18:28:31 | ^
18:28:31 830 | this.$api.InitiateWorkFlow(appId, docId, document, {
18:28:31 831 | onSucess: (response) => {
18:28:31 832 | let status;
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1290:7:
18:28:31 1288 | //保存重新编辑的意见
18:28:31 1289 | updateSuggestion() {
18:28:31 > 1290 | console.log("更新编辑的数据-->");
18:28:31 | ^
18:28:31 1291 | console.log(this.inputSecond);
18:28:31 1292 | let opinion = this.inputSecond;
18:28:31 1293 | if(!opinion) {
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1291:7:
18:28:31 1289 | updateSuggestion() {
18:28:31 1290 | console.log("更新编辑的数据-->");
18:28:31 > 1291 | console.log(this.inputSecond);
18:28:31 | ^
18:28:31 1292 | let opinion = this.inputSecond;
18:28:31 1293 | if(!opinion) {
18:28:31 1294 | this.$message({
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1329:11:
18:28:31 1327 | API.deleteMostUseSuggestion(employeeId, opId, {
18:28:31 1328 | onSucess: (response) => {
18:28:31 > 1329 | console.log(response.data.data);
18:28:31 | ^
18:28:31 1330 | //后台返回500,未执行以下步骤
18:28:31 1331 | if (response.data.data) {
18:28:31 1332 | let delId = response.data.data.id;
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1348:7:
18:28:31 1346 | //添加意见
18:28:31 1347 | addSuggestion() {
18:28:31 > 1348 | console.log(this.input);
18:28:31 | ^
18:28:31 1349 | const employeeId = localStorage.getItem("employeeId") || this.$store.state.userId ;
18:28:31 1350 |
18:28:31 1351 | let opinion = this.input;
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1354:11:
18:28:31 1352 | API.AddMostUseSuggestion(employeeId, opinion, {
18:28:31 1353 | onSucess: (response) => {
18:28:31 > 1354 | console.log(response.data.data);
18:28:31 | ^
18:28:31 1355 | let newSuggest = response.data.data;
18:28:31 1356 | this.allSuggests.push(newSuggest);
18:28:31 1357 | this.input = "";
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:1776:25:
18:28:31 1774 | let subUserids = ''
18:28:31 1775 | if(s.subFlowApproverData && s.subFlowApproverData.approver && s.subFlowApproverData.approver.length > 0) {
18:28:31 > 1776 | console.log("subFlowApproverData-->",s.subFlowApproverData)
18:28:31 | ^
18:28:31 1777 | s.subFlowApproverData.approver[0].userids.forEach(el => {
18:28:31 1778 | subUserids += el + ";";
18:28:31 1779 | });
18:28:31
18:28:31
18:28:31 error: Unexpected 'debugger' statement (no-debugger) at src/components/form_new_flowpanel.vue:2028:7:
18:28:31 2026 | let docId = formData.id;
18:28:31 2027 | // 这里多加上 上传附件
18:28:31 > 2028 | debugger
18:28:31 | ^
18:28:31 2029 | allData.fileList = this.fileList
18:28:31 2030 | let document = allData;
18:28:31 2031 |
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2147:9:
18:28:31 2145 | );
18:28:31 2146 | } catch (error) {
18:28:31 > 2147 | console.log(error);
18:28:31 | ^
18:28:31 2148 | }
18:28:31 2149 |
18:28:31 2150 | },
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2154:7:
18:28:31 2152 | //隐藏小意见框
18:28:31 2153 | hiddenSuggest() {
18:28:31 > 2154 | console.log("隐藏小意见框");
18:28:31 | ^
18:28:31 2155 | this.isOrSuggest = !this.isOrSuggest;
18:28:31 2156 | },
18:28:31 2157 |
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/form_new_flowpanel.vue:2248:9:
18:28:31 2246 | viewId: "",
18:28:31 2247 | };
18:28:31 > 2248 | console.log(document)
18:28:31 | ^
18:28:31 2249 | API.getFlowPanel(appId, docId, document, {
18:28:31 2250 | onSucess: (response) => {
18:28:31 2251 | let nodesArr = response.data.data.nextNodes;
18:28:31
18:28:31
18:28:31 18 errors found.
18:28:31
18:28:31 Module Warning (from ./node_modules/eslint-loader/index.js):
18:28:31 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:388:9:
18:28:31 386 | listUp(index) {
18:28:31 387 | if (index == 0) {
18:28:31 > 388 | console.log("最顶部-->");
18:28:31 | ^
18:28:31 389 | } else {
18:28:31 390 | let arr = this.field.value;
18:28:31 391 | arr[index] = arr.splice(index - 1, 1, arr[index])[0];
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:398:9:
18:28:31 396 | listDown(index) {
18:28:31 397 | if (index == this.field.value.length - 1) {
18:28:31 > 398 | console.log("最底部-->");
18:28:31 | ^
18:28:31 399 | } else {
18:28:31 400 | let arr = this.field.value;
18:28:31 401 | arr[index] = arr.splice(index + 1, 1, arr[index])[0];
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:420:4:
18:28:31 418 |
18:28:31 419 | uploadImg(e){
18:28:31 > 420 | console.log(e.file)
18:28:31 | ^
18:28:31 421 | //obs文件上传start
18:28:31 422 | if(__network__){
18:28:31 423 | this.obsFile(e)//obs文件上传
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:669:5:
18:28:31 667 | }
18:28:31 668 | link.href = op + "/runtime/file/download?filename=" + encodeURI(file.name) + "&filepath=" + file.path+'&v='+new Date().getTime();
18:28:31 > 669 | console.log(link.href)
18:28:31 | ^
18:28:31 670 | link.setAttribute('download', file.name);
18:28:31 671 | link.click();
18:28:31 672 | }
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_file_upload.vue:677:6:
18:28:31 675 | handleExceed(files, fileList) { //文件超出个数限制时的钩子
18:28:31 676 | if(this.field.limitNumber=="1"){//上传限制一张用覆盖的方式重新上传
18:28:31 > 677 | console.log(files[0])
18:28:31 | ^
18:28:31 678 | files[0].uid=new Date().getTime()
18:28:31 679 | this.field.value=[]
18:28:31 680 | let e={file:files[0]}
18:28:31
18:28:31
18:28:31 5 errors found.
18:28:31
18:28:31 Module Warning (from ./node_modules/eslint-loader/index.js):
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:312:4:
18:28:31 310 | }
18:28:31 311 |
18:28:31 > 312 | console.log("formData.value-->",formData.value)
18:28:31 | ^
18:28:31 313 |
18:28:31 314 |
18:28:31 315 | if(formData.value && formData.value.length > 0) {
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:465:4:
18:28:31 463 |
18:28:31 464 | uploadSuccess(response, file, fileList) {
18:28:31 > 465 | console.log(file);
18:28:31 | ^
18:28:31 466 | console.log(fileList);
18:28:31 467 | let obj = {
18:28:31 468 | name: response.data[0].fileName,
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:466:4:
18:28:31 464 | uploadSuccess(response, file, fileList) {
18:28:31 465 | console.log(file);
18:28:31 > 466 | console.log(fileList);
18:28:31 | ^
18:28:31 467 | let obj = {
18:28:31 468 | name: response.data[0].fileName,
18:28:31 469 | path: response.data[0].filePath,
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:571:4:
18:28:31 569 |
18:28:31 570 | handleRemove(file, fileList) {
18:28:31 > 571 | console.log("file--->",file);
18:28:31 | ^
18:28:31 572 | console.log(fileList);
18:28:31 573 | let appId = this.$root.appid;
18:28:31 574 | let formId = this.field.formId;
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:572:4:
18:28:31 570 | handleRemove(file, fileList) {
18:28:31 571 | console.log("file--->",file);
18:28:31 > 572 | console.log(fileList);
18:28:31 | ^
18:28:31 573 | let appId = this.$root.appid;
18:28:31 574 | let formId = this.field.formId;
18:28:31 575 | let docId = this.field.docId;
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:586:7:
18:28:31 584 | }
18:28:31 585 | }
18:28:31 > 586 | console.log("this.field.value--->",this.field.value);
18:28:31 | ^
18:28:31 587 | }
18:28:31 588 | if (this.field.refreshOnChanged){
18:28:31 589 | // this.$parent.refresh(this.field.id);
18:28:31
18:28:31
18:28:31 error: Unexpected console statement (no-console) at src/components/o_image_upload.vue:671:4:
18:28:31 669 | return false
18:28:31 670 | }
18:28:31 > 671 | console.log("当前的network=",__network__);
18:28:31 | ^
18:28:31 672 |
18:28:31 673 | if(__network__){//obs文件上传不走下面代码
18:28:31 674 | return
18:28:31
18:28:31
18:28:31 7 errors found.
18:28:31
18:28:31 You may use special comments to disable some warnings.
18:28:31 Use // eslint-disable-next-line to ignore the next line.
18:28:31 Use /* eslint-disable */ to ignore all warnings in a file.
18:28:31 warning in ./src/utils/fileUpload.js
18:28:31
18:28:31 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
18:28:31
18:28:31 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/utils/fileUpload.js
18:28:31 13:5 error Unexpected console statement no-console
18:28:31 19:5 error Unexpected console statement no-console
18:28:31
18:28:31 ✖ 2 problems (2 errors, 0 warnings)
18:28:31
18:28:31
18:28:31 @ ./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/o_image_upload.vue?vue&type=script&lang=js& 9:0-51 392:6-16
18:28:31 @ ./src/components/o_image_upload.vue?vue&type=script&lang=js&
18:28:31 @ ./src/components/o_image_upload.vue
18:28:31 @ ./src/main.js
18:28:31 @ multi ./src/main.js
18:28:31
18:28:31 warning
18:28:31
18:28:31 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
18:28:31 This can impact web performance.
18:28:31 Assets:
18:28:31 fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
18:28:31 img/大屏图片.adbf5de7.jpg (1.17 MiB)
18:28:31 fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
18:28:31 img/fontawesome-webfont.912ec66d.svg (434 KiB)
18:28:31 img/background.646883a5.jpg (363 KiB)
18:28:31 fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
18:28:31 img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
18:28:31 js/about.a357ab65.js (2.83 MiB)
18:28:31 js/app.5cb127c3.js (4.82 MiB)
18:28:31 js/chunk-720230dc.2f48f60d.js (408 KiB)
18:28:31 js/rail.6b389e55.js (2.49 MiB)
18:28:31 iwebapp/pdfjs/core/pdf.js (584 KiB)
18:28:31 iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
18:28:31 js/esdk-obs-browserjs.min.js (304 KiB)
18:28:31 pdf/word/pdfjs/build/pdf.js (774 KiB)
18:28:31 iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
18:28:31 iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
18:28:31 pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
18:28:31 pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
18:28:31 pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
18:28:31 pdf/word/pdfjs/web/viewer.js (655 KiB)
18:28:31 pdf/word/pdfjs/web/viewer.js.map (751 KiB)
18:28:31 UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
18:28:31 pdf/word/iWebOffice2015.cab (12.4 MiB)
18:28:31 UEditor/third-party/jquery-1.10.2.js (267 KiB)
18:28:31 UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
18:28:31 UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
18:28:31 UEditor/ueditor.all.min.js (373 KiB)
18:28:31 UEditor/ueditor.all.js (1.06 MiB)
18:28:31
18:28:31 warning
18:28:31
18:28:31 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
18:28:31 Entrypoints:
18:28:31 app (7.65 MiB)
18:28:31 js/about.a357ab65.js
18:28:31 js/app.5cb127c3.js
18:28:31
18:28:31
18:28:32 File Size Gzipped
18:28:32
18:28:32 dist/UEditor/ueditor.all.min.js 373.46 KiB 100.76 KiB
18:28:32 dist/js/esdk-obs-browserjs.min.js 303.80 KiB 78.74 KiB
18:28:32 dist/iwebapp/pdfjs/jquery-1.11.3.min.j 93.71 KiB 32.54 KiB
18:28:32 s
18:28:32 dist/js/jquery-1.11.3.min.js 93.71 KiB 32.54 KiB
18:28:32 dist/pdf/word/jquery.min.js 93.54 KiB 32.48 KiB
18:28:32 dist/UEditor/third-party/jquery-1.10.2 90.92 KiB 32.06 KiB
18:28:32 .min.js
18:28:32 dist/js/swiper.min.js 64.88 KiB 16.44 KiB
18:28:32 dist/UEditor/third-party/webuploader/w 56.91 KiB 18.66 KiB
18:28:32 ebuploader.min.js
18:28:32 dist/UEditor/third-party/webuploader/w 45.99 KiB 14.37 KiB
18:28:32 ebuploader.html5only.min.js
18:28:32 dist/UEditor/third-party/webuploader/w 45.81 KiB 15.77 KiB
18:28:32 ebuploader.custom.min.js
18:28:32 dist/UEditor/third-party/webuploader/w 38.87 KiB 12.03 KiB
18:28:32 ebuploader.withoutimage.min.js
18:28:32 dist/UEditor/third-party/webuploader/w 32.81 KiB 10.64 KiB
18:28:32 ebuploader.flashonly.min.js
18:28:32 dist/UEditor/third-party/xss.min.js 27.11 KiB 6.38 KiB
18:28:32 dist/pdf/word/viewer.min.js 20.21 KiB 6.41 KiB
18:28:32 dist/UEditor/third-party/zeroclipboard 18.51 KiB 6.52 KiB
18:28:32 /ZeroClipboard.min.js
18:28:32 dist/pdf/word/sweetalert.min.js 16.58 KiB 5.29 KiB
18:28:32 dist/pdf/word/toastr.min.js 16.47 KiB 3.19 KiB
18:28:32 dist/iwebapp/pdfjs/require.min.js 14.86 KiB 6.08 KiB
18:28:32 dist/pdf/word/require.min.js 14.86 KiB 6.08 KiB
18:28:32 dist/UEditor/ueditor.parse.min.js 14.45 KiB 5.01 KiB
18:28:32 dist/js/app.5cb127c3.js 4934.79 KiB 972.34 KiB
18:28:32 dist/js/about.a357ab65.js 2893.96 KiB 824.29 KiB
18:28:32 dist/js/rail.6b389e55.js 2550.09 KiB 848.60 KiB
18:28:32 dist/pdf/word/pdfjs/build/pdf.worker.j 1700.94 KiB 322.13 KiB
18:28:32 s
18:28:32 dist/iwebapp/pdfjs/pdf-8cc3ba5958.view 1404.33 KiB 367.49 KiB
18:28:32 er.js
18:28:32 dist/iwebapp/pdfjs/pdf-34bd0a9d29.view 1397.68 KiB 362.42 KiB
18:28:32 er.js
18:28:32 dist/UEditor/ueditor.all.js 1086.60 KiB 213.79 KiB
18:28:32 dist/pdf/word/pdfjs/build/pdf.js 774.32 KiB 145.03 KiB
18:28:32 dist/iwebapp/pdfjs/core/pdf.worker.js 723.11 KiB 213.91 KiB
18:28:32 dist/pdf/word/pdfjs/web/viewer.js 654.78 KiB 99.17 KiB
18:28:32 dist/iwebapp/pdfjs/core/pdf.js 584.12 KiB 161.00 KiB
18:28:32 dist/UEditor/third-party/highcharts/hi 433.95 KiB 123.75 KiB
18:28:32 ghcharts.src.js
18:28:32 dist/js/chunk-720230dc.2f48f60d.js 407.73 KiB 133.31 KiB
18:28:32 dist/UEditor/third-party/jquery-1.10.2 266.80 KiB 79.12 KiB
18:28:32 .js
18:28:32 dist/UEditor/third-party/webuploader/w 226.46 KiB 48.94 KiB
18:28:32 ebuploader.js
18:28:32 dist/UEditor/third-party/video-js/vide 212.98 KiB 56.36 KiB
18:28:32 o.dev.js
18:28:32 dist/UEditor/third-party/webuploader/w 193.52 KiB 43.01 KiB
18:28:32 ebuploader.custom.js
18:28:32 dist/UEditor/third-party/webuploader/w 182.25 KiB 39.11 KiB
18:28:32 ebuploader.html5only.js
18:28:32 dist/UEditor/third-party/SyntaxHighlig 155.77 KiB 43.52 KiB
18:28:32 hter/shCore.js
18:28:32 dist/UEditor/third-party/codemirror/co 154.89 KiB 35.91 KiB
18:28:32 demirror.js
18:28:32 dist/UEditor/third-party/webuploader/w 148.40 KiB 31.44 KiB
18:28:32 ebuploader.withoutimage.js
18:28:32 dist/UEditor/third-party/highcharts/hi 137.55 KiB 50.63 KiB
18:28:32 ghcharts.js
18:28:32 dist/UEditor/third-party/webuploader/w 135.64 KiB 29.89 KiB
18:28:32 ebuploader.flashonly.js
18:28:32 dist/pdf/word/WebOffice.js 135.19 KiB 30.89 KiB
18:28:32 dist/UEditor/dialogs/image/image.js 125.19 KiB 55.10 KiB
18:28:32 dist/pdf/word/iWebOffice2015.js 112.08 KiB 50.77 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 98.32 KiB 22.42 KiB
18:28:32 dules/canvas-tools.src.js
18:28:32 dist/js/china.js 61.26 KiB 43.82 KiB
18:28:32 dist/iwebapp/pdfjs/stamp/laydate/layda 58.98 KiB 15.29 KiB
18:28:32 te.js
18:28:32 dist/UEditor/third-party/highcharts/hi 58.77 KiB 16.33 KiB
18:28:32 ghcharts-more.src.js
18:28:32 dist/UEditor/third-party/highcharts/mo 56.52 KiB 15.35 KiB
18:28:32 dules/canvas-tools.js
18:28:32 dist/UEditor/third-party/video-js/vide 54.09 KiB 16.62 KiB
18:28:32 o.js
18:28:32 dist/UEditor/dialogs/wordimage/tangram 46.41 KiB 12.48 KiB
18:28:32 .js
18:28:32 dist/UEditor/third-party/zeroclipboard 42.20 KiB 9.15 KiB
18:28:32 /ZeroClipboard.js
18:28:32 dist/js/certificate.ee1fb4fb.js 40.81 KiB 10.22 KiB
18:28:32 dist/js/chunk-381941e5.40d14043.js 39.03 KiB 9.74 KiB
18:28:32 dist/UEditor/ueditor.parse.js 35.91 KiB 7.93 KiB
18:28:32 dist/pdf/word/util.js 30.10 KiB 8.77 KiB
18:28:32 dist/UEditor/dialogs/video/video.js 29.78 KiB 7.62 KiB
18:28:32 dist/UEditor/dialogs/attachment/attach 29.67 KiB 6.63 KiB
18:28:32 ment.js
18:28:32 dist/UEditor/lang/en/en.js 28.72 KiB 8.24 KiB
18:28:32 dist/pdf/word/l10n.js 28.57 KiB 8.09 KiB
18:28:32 dist/UEditor/dialogs/scrawl/scrawl.js 26.51 KiB 5.97 KiB
18:28:32 dist/UEditor/lang/zh-cn/zh-cn.js 25.88 KiB 8.55 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 25.16 KiB 7.84 KiB
18:28:32 dules/map.src.js
18:28:32 dist/UEditor/ueditor.config.js 22.75 KiB 8.44 KiB
18:28:32 dist/UEditor/third-party/highcharts/hi 21.30 KiB 7.91 KiB
18:28:32 ghcharts-more.js
18:28:32 dist/pdf/word/pdfjs/web/debugger.js 18.48 KiB 4.89 KiB
18:28:32 dist/pdf/word/compatibility.js 17.70 KiB 5.38 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 16.86 KiB 5.73 KiB
18:28:32 dules/exporting.src.js
18:28:32 dist/UEditor/third-party/highcharts/mo 15.14 KiB 4.81 KiB
18:28:32 dules/data.src.js
18:28:32 dist/UEditor/dialogs/background/backgr 14.04 KiB 3.56 KiB
18:28:32 ound.js
18:28:32 dist/pdf/word/tray.js 12.95 KiB 3.86 KiB
18:28:32 dist/iwebapp/pdfjs/require.config.js 12.60 KiB 3.15 KiB
18:28:32 dist/pdf/word/require.config.js 12.38 KiB 3.05 KiB
18:28:32 dist/UEditor/dialogs/template/config.j 12.19 KiB 2.50 KiB
18:28:32 s
18:28:32 dist/UEditor/third-party/highcharts/ad 11.38 KiB 3.82 KiB
18:28:32 apters/standalone-framework.src.js
18:28:32 dist/UEditor/dialogs/charts/charts.js 10.89 KiB 3.34 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 10.69 KiB 3.16 KiB
18:28:32 dules/drilldown.src.js
18:28:32 dist/UEditor/third-party/highcharts/mo 9.88 KiB 4.03 KiB
18:28:32 dules/map.js
18:28:32 dist/UEditor/dialogs/table/edittable.j 8.72 KiB 2.01 KiB
18:28:32 s
18:28:32 dist/UEditor/third-party/highcharts/ad 8.72 KiB 3.18 KiB
18:28:32 apters/prototype-adapter.src.js
18:28:32 dist/UEditor/third-party/highcharts/mo 8.18 KiB 2.56 KiB
18:28:32 dules/annotations.src.js
18:28:32 dist/UEditor/dialogs/music/music.js 7.64 KiB 2.16 KiB
18:28:32 dist/UEditor/third-party/highcharts/ad 7.61 KiB 2.91 KiB
18:28:32 apters/mootools-adapter.src.js
18:28:32 dist/pdf/word/watermark.js 7.55 KiB 1.90 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 7.08 KiB 3.07 KiB
18:28:32 dules/exporting.js
18:28:32 dist/UEditor/third-party/highcharts/mo 6.38 KiB 2.33 KiB
18:28:32 dules/funnel.src.js
18:28:32 dist/UEditor/dialogs/emotion/emotion.j 6.15 KiB 2.03 KiB
18:28:32 s
18:28:32 dist/UEditor/third-party/highcharts/mo 5.42 KiB 1.95 KiB
18:28:32 dules/drilldown.js
18:28:32 dist/UEditor/third-party/highcharts/ad 4.95 KiB 2.15 KiB
18:28:32 apters/standalone-framework.js
18:28:32 dist/UEditor/dialogs/spechars/spechars 4.56 KiB 2.37 KiB
18:28:32 .js
18:28:32 dist/UEditor/third-party/highcharts/th 4.38 KiB 1.21 KiB
18:28:32 emes/gray.js
18:28:32 dist/UEditor/third-party/highcharts/mo 4.33 KiB 1.89 KiB
18:28:32 dules/data.js
18:28:32 dist/UEditor/dialogs/searchreplace/sea 4.30 KiB 1.27 KiB
18:28:32 rchreplace.js
18:28:32 dist/UEditor/third-party/highcharts/th 4.25 KiB 1.20 KiB
18:28:32 emes/dark-blue.js
18:28:32 dist/UEditor/third-party/highcharts/th 4.24 KiB 1.21 KiB
18:28:32 emes/dark-green.js
18:28:32 dist/UEditor/dialogs/wordimage/wordima 4.05 KiB 1.95 KiB
18:28:32 ge.js
18:28:32 dist/UEditor/third-party/highcharts/mo 3.32 KiB 1.52 KiB
18:28:32 dules/annotations.js
18:28:32 dist/UEditor/third-party/highcharts/ad 3.23 KiB 1.33 KiB
18:28:32 apters/prototype-adapter.js
18:28:32 dist/UEditor/third-party/highcharts/mo 2.79 KiB 1.12 KiB
18:28:32 dules/no-data-to-display.src.js
18:28:32 dist/UEditor/dialogs/internal.js 2.54 KiB 0.98 KiB
18:28:32 dist/UEditor/third-party/highcharts/ad 2.21 KiB 1.06 KiB
18:28:32 apters/mootools-adapter.js
18:28:32 dist/pdf/word/obpm.showMessage.js 2.09 KiB 0.74 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 1.93 KiB 1.08 KiB
18:28:32 dules/funnel.js
18:28:32 dist/UEditor/third-party/highcharts/th 1.75 KiB 0.65 KiB
18:28:32 emes/grid.js
18:28:32 dist/UEditor/third-party/highcharts/th 1.72 KiB 0.64 KiB
18:28:32 emes/skies.js
18:28:32 dist/UEditor/dialogs/template/template 1.55 KiB 0.67 KiB
18:28:32 .js
18:28:32 dist/UEditor/dialogs/help/help.js 1.47 KiB 0.70 KiB
18:28:32 dist/UEditor/dialogs/charts/chart.conf 1.38 KiB 0.44 KiB
18:28:32 ig.js
18:28:32 dist/UEditor/third-party/highcharts/mo 1.33 KiB 0.70 KiB
18:28:32 dules/no-data-to-display.js
18:28:32 dist/UEditor/third-party/highcharts/mo 1.10 KiB 0.49 KiB
18:28:32 dules/heatmap.src.js
18:28:32 dist/js/obsConfig.js 0.93 KiB 0.58 KiB
18:28:32 dist/UEditor/third-party/highcharts/mo 0.52 KiB 0.37 KiB
18:28:32 dules/heatmap.js
18:28:32 dist/js/obpm.config.js 0.33 KiB 0.24 KiB
18:28:32 dist/iwebapp/pdfjs/viewer-df538bd63b.c 111.81 KiB 18.55 KiB
18:28:32 ss
18:28:32 dist/iwebapp/pdfjs/viewer-afb3d53c48.c 111.71 KiB 18.53 KiB
18:28:32 ss
18:28:32 dist/pdf/word/pdfjs/web/viewer.css 58.42 KiB 9.25 KiB
18:28:32 dist/UEditor/themes/default/css/uedito 42.73 KiB 6.84 KiB
18:28:32 r.css
18:28:32 dist/UEditor/themes/default/css/uedito 34.12 KiB 5.53 KiB
18:28:32 r.min.css
18:28:32 dist/UEditor/third-party/video-js/vide 20.82 KiB 5.45 KiB
18:28:32 o-js.css
18:28:32 dist/UEditor/dialogs/image/image.css 17.71 KiB 3.46 KiB
18:28:32 dist/UEditor/dialogs/video/video.css 14.57 KiB 3.10 KiB
18:28:32 dist/UEditor/dialogs/attachment/attach 14.05 KiB 2.81 KiB
18:28:32 ment.css
18:28:32 dist/UEditor/third-party/video-js/vide 11.18 KiB 2.53 KiB
18:28:32 o-js.min.css
18:28:32 dist/iwebapp/pdfjs/stamp/laydate/theme 9.16 KiB 2.21 KiB
18:28:32 /default/laydate.css
18:28:32 dist/UEditor/third-party/SyntaxHighlig 6.95 KiB 1.31 KiB
18:28:32 hter/shCoreDefault.css
18:28:32 dist/UEditor/dialogs/scrawl/scrawl.css 3.73 KiB 0.97 KiB
18:28:32 dist/UEditor/third-party/codemirror/co 2.82 KiB 0.90 KiB
18:28:32 demirror.css
18:28:32 dist/UEditor/dialogs/charts/charts.css 2.54 KiB 0.81 KiB
18:28:32 dist/UEditor/dialogs/background/backgr 2.34 KiB 0.87 KiB
18:28:32 ound.css
18:28:32 dist/UEditor/dialogs/emotion/emotion.c 1.76 KiB 0.53 KiB
18:28:32 ss
18:28:32 dist/UEditor/themes/default/dialogbase 1.65 KiB 0.81 KiB
18:28:32 .css
18:28:32 dist/UEditor/dialogs/music/music.css 1.64 KiB 0.63 KiB
18:28:32 dist/UEditor/dialogs/table/edittable.c 1.16 KiB 0.41 KiB
18:28:32 ss
18:28:32 dist/UEditor/dialogs/template/template 1.01 KiB 0.49 KiB
18:28:32 .css
18:28:32 dist/UEditor/third-party/webuploader/w 0.50 KiB 0.29 KiB
18:28:32 ebuploader.css
18:28:32 dist/UEditor/dialogs/help/help.css 0.38 KiB 0.20 KiB
18:28:32 dist/UEditor/themes/iframe.css 0.04 KiB 0.06 KiB
18:28:32
18:28:32 Images and other types of assets omitted.
18:28:32
18:28:32 DONE Build complete. The dist directory is ready to be deployed.
18:28:32 INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
18:28:32
18:28:33 + rm -rf /data/workspace/badp-bcxin-web-5.x-vue
18:28:33 + cp -r dist /data/workspace/badp-bcxin-web-5.x-vue
18:28:33 + chmod 755 /data/workspace/badp-bcxin-web-5.x-vue -R
18:28:33 Finished: SUCCESS