14:39:03 Started by user unknown or anonymous
14:39:03 Running as SYSTEM
14:39:03 Building in workspace /data/jenkins/workspace/badp-bcxin-web-5.x-vue
14:39:03 The recommended git tool is: NONE
14:39:03 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499
14:39:03 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/badp-bcxin-web-5.x-vue/.git # timeout=10
14:39:03 Fetching changes from the remote Git repository
14:39:03 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git # timeout=10
14:39:03 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git
14:39:03 > /usr/local/git/bin/git --version # timeout=10
14:39:03 > git --version # 'git version 2.43.0'
14:39:03 using GIT_ASKPASS to set credentials gitlab凭据
14:39:03 > /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
14:39:04 > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10
14:39:04 Checking out Revision 20e7c8b8227410acb61dfd9d1ea83a18914b1154 (refs/remotes/origin/test)
14:39:04 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10
14:39:04 > /usr/local/git/bin/git checkout -f 20e7c8b8227410acb61dfd9d1ea83a18914b1154 # timeout=10
14:39:04 Commit message: "Merge branch 'test' of https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue into test"
14:39:04 > /usr/local/git/bin/git rev-list --no-walk 8be997ad80343b92d87f51219a22dd1867282b49 # timeout=10
14:39:04 [badp-bcxin-web-5.x-vue] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins1047999346939958791.sh
14:39:04 + cd /data/jenkins/workspace/badp-bcxin-web-5.x-vue
14:39:04 + npm install
14:39:05 npm WARN EBADENGINE Unsupported engine {
14:39:05 npm WARN EBADENGINE package: 'gcoord@1.0.7',
14:39:05 npm WARN EBADENGINE required: { node: '>=16.11.0' },
14:39:05 npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
14:39:05 npm WARN EBADENGINE }
14:39:06
14:39:06 up to date in 2s
14:39:06
14:39:06 249 packages are looking for funding
14:39:06 run `npm fund` for details
14:39:06 + npm run build
14:39:07
14:39:07 > hello-world@0.1.0 build
14:39:07 > vue-cli-service build
14:39:07
14:39:07
14:39:07 - Building for production...
14:39:13 Browserslist: caniuse-lite is outdated. Please run:
14:39:13 npx update-browserslist-db@latest
14:39:13 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:15 Browserslist: caniuse-lite is outdated. Please run:
14:39:15 npx update-browserslist-db@latest
14:39:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:15 Browserslist: caniuse-lite is outdated. Please run:
14:39:15 npx update-browserslist-db@latest
14:39:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:15 Browserslist: caniuse-lite is outdated. Please run:
14:39:15 npx update-browserslist-db@latest
14:39:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:15 Browserslist: caniuse-lite is outdated. Please run:
14:39:15 npx update-browserslist-db@latest
14:39:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:15 Browserslist: caniuse-lite is outdated. Please run:
14:39:15 npx update-browserslist-db@latest
14:39:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:15 Browserslist: caniuse-lite is outdated. Please run:
14:39:15 npx update-browserslist-db@latest
14:39:15 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:22 Browserslist: caniuse-lite is outdated. Please run:
14:39:22 npx update-browserslist-db@latest
14:39:22 Why you should do it regularly: https://github.com/browserslist/update-db#readme
14:39:48 WARNING Compiled with 5 warnings2:39:48 PM
14:39:48
14:39:48 Module Warning (from ./node_modules/eslint-loader/index.js):
14:39:48 error: Expected to return a value in "includeHeight" computed property (vue/return-in-computed-property) at src/components/view_listview.vue:1280:18:
14:39:48 1278 | },
14:39:48 1279 | computed: {
14:39:48 > 1280 | includeHeight() {//根据每页的页码条数,来动态增加表格列表的高度
14:39:48 | ^
14:39:48 1281 | let pagination = this.view.pagination;
14:39:48 1282 | if (pagination) {
14:39:48 1283 | let pagesize = this.pagesize;
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1339:13:
14:39:48 1337 | let data = this.$refs.searchform.buildSearchData()
14:39:48 1338 | searchData = JSON.parse(JSON.stringify(data));
14:39:48 > 1339 | console.log(data)
14:39:48 | ^
14:39:48 1340 | this.getData('', '', searchData);
14:39:48 1341 | } else {
14:39:48 1342 | this.getData('', '', searchData);
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1366:5:
14:39:48 1364 | );
14:39:48 1365 |
14:39:48 > 1366 | console.log(document.documentElement.clientHeight);
14:39:48 | ^
14:39:48 1367 |
14:39:48 1368 | console.log(this.openParams);
14:39:48 1369 | },
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1368:5:
14:39:48 1366 | console.log(document.documentElement.clientHeight);
14:39:48 1367 |
14:39:48 > 1368 | console.log(this.openParams);
14:39:48 | ^
14:39:48 1369 | },
14:39:48 1370 | updated() {
14:39:48 1371 | //更新生命周期触发
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1484:7:
14:39:48 1482 | },
14:39:48 1483 | handleTableScroll() {
14:39:48 > 1484 | console.log("滚动");
14:39:48 | ^
14:39:48 1485 | this.isShowfilterTip = false;
14:39:48 1486 | // let scrollL = this.$refs.multipleTable.bodyWrapper.scrollLeft
14:39:48 1487 | },
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1947:7:
14:39:48 1945 | getWidth(val, auto) {
14:39:48 1946 | //auto为true开启自动排版
14:39:48 > 1947 | console.log(this.delegateWidth);
14:39:48 | ^
14:39:48 1948 | // if(this.delegateWidth>0){
14:39:48 1949 | // sessionStorage.setItem('delegateWidthT',this.delegateWidth)
14:39:48 1950 | // this.delegateWidthT=sessionStorage.getItem('delegateWidthT')||'' //缓存获取本地sessionStorage获取适配宽度
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:1970:7:
14:39:48 1968 | //视图列按钮操作
14:39:48 1969 | buttonClick(column, row) {
14:39:48 > 1970 | console.log(column);
14:39:48 | ^
14:39:48 1971 | let op = this.openParams;
14:39:48 1972 | let id = column.id,
14:39:48 1973 | parentView = column.parentView,
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2146:7:
14:39:48 2144 | //删除或导入数据后重新请求加载数据
14:39:48 2145 | reloadListView() {
14:39:48 > 2146 | console.log('重新加载数据')
14:39:48 | ^
14:39:48 2147 | this.$refs.multipleTable && this.$refs.multipleTable.clearSelection()//刷新重置数据
14:39:48 2148 | let filterInfo = this.filterInformations;
14:39:48 2149 | this.reloadListViewRandom = new Date().getTime();
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2175:7:
14:39:48 2173 |
14:39:48 2174 | selectInit(row, index) {
14:39:48 > 2175 | console.log(row);
14:39:48 | ^
14:39:48 2176 |
14:39:48 2177 | // this.delegateWidthT=sessionStorage.getItem('delegateWidthT')||'' //缓存获取本地sessionStorage获取适配宽度
14:39:48 2178 |
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2291:7:
14:39:48 2289 | //包含元素当前页打开,新建默认打开
14:39:48 2290 | getRowKeys(row) {
14:39:48 > 2291 | console.log("row--->", row)
14:39:48 | ^
14:39:48 2292 | console.log("row.id--->", row.id)
14:39:48 2293 | console.log("row.docId--->", row.docId)
14:39:48 2294 | // return row.id;
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2292:7:
14:39:48 2290 | getRowKeys(row) {
14:39:48 2291 | console.log("row--->", row)
14:39:48 > 2292 | console.log("row.id--->", row.id)
14:39:48 | ^
14:39:48 2293 | console.log("row.docId--->", row.docId)
14:39:48 2294 | // return row.id;
14:39:48 2295 | return row.docId;//修改为选中docId
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2293:7:
14:39:48 2291 | console.log("row--->", row)
14:39:48 2292 | console.log("row.id--->", row.id)
14:39:48 > 2293 | console.log("row.docId--->", row.docId)
14:39:48 | ^
14:39:48 2294 | // return row.id;
14:39:48 2295 | return row.docId;//修改为选中docId
14:39:48 2296 | },
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2300:7:
14:39:48 2298 | getData(page, size, searchData, sortData, filterInformations) {
14:39:48 2299 | // debugger
14:39:48 > 2300 | console.log(this.isOpenTemplate)
14:39:48 | ^
14:39:48 2301 | if (this.$refs.searchform && this.isOpenTemplate && this.$store.state.searchFlag == 0) {
14:39:48 2302 | if (localStorage.getItem('homeTemplateBoradType') != 'rtpayTemplate') {//rt默认视图不走高筛
14:39:48 2303 | searchData = this.$refs.searchform.buildSearchData()
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2325:7:
14:39:48 2323 | page = this.currentPage //查询当前页码
14:39:48 2324 | }
14:39:48 > 2325 | console.log(searchData);
14:39:48 | ^
14:39:48 2326 | console.log(this.$route.query);
14:39:48 2327 | // this.isRunGetData = true;//暂时没用到
14:39:48 2328 | this.tableLoading = true;
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2326:7:
14:39:48 2324 | }
14:39:48 2325 | console.log(searchData);
14:39:48 > 2326 | console.log(this.$route.query);
14:39:48 | ^
14:39:48 2327 | // this.isRunGetData = true;//暂时没用到
14:39:48 2328 | this.tableLoading = true;
14:39:48 2329 | this.isShowfilterTip = false;
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2334:7:
14:39:48 2332 |
14:39:48 2333 |
14:39:48 > 2334 | console.log(searchData)
14:39:48 | ^
14:39:48 2335 | this.getViewData(
14:39:48 2336 | page,
14:39:48 2337 | size,
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2343:9:
14:39:48 2341 | ).then((response) => {
14:39:48 2342 | let docs = response.data.data;
14:39:48 > 2343 | console.log(docs);
14:39:48 | ^
14:39:48 2344 | this.documents = response.data.data;
14:39:48 2345 | this.pagesize = size ? size : view.pageLines ? parseInt(view.pageLines) : 10;
14:39:48 2346 | let row_count = response.data.row_count;
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2413:11:
14:39:48 2411 | tds.push(rows);
14:39:48 2412 | });
14:39:48 > 2413 | console.log(tableColumns);
14:39:48 | ^
14:39:48 2414 | // 将列的数据传递给 view_delegate 父组件
14:39:48 2415 | this.$emit("columns", tableColumns);
14:39:48 2416 |
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2424:11:
14:39:48 2422 | this.tableData = tds; //表单视图的数据tableData
14:39:48 2423 | // debugger
14:39:48 > 2424 | console.log('tableData' , this.tableData, this.tableSelection)
14:39:48 | ^
14:39:48 2425 | // if (this.tableSelection && this.tableSelection.length > 0) {
14:39:48 2426 | // this.$nextTick(function () {
14:39:48 2427 | // for (let i = 0; i < this.tableData.length; i++) {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2493:7:
14:39:48 2491 | //模拟数据请求
14:39:48 2492 | getViewData(page, size, searchData, sortData, filterInformations) {
14:39:48 > 2493 | console.log(this.$route.query);
14:39:48 | ^
14:39:48 2494 | console.log(this.openParams);
14:39:48 2495 | let openParams = this.openParams;
14:39:48 2496 | let treeData = "";
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2494:7:
14:39:48 2492 | getViewData(page, size, searchData, sortData, filterInformations) {
14:39:48 2493 | console.log(this.$route.query);
14:39:48 > 2494 | console.log(this.openParams);
14:39:48 | ^
14:39:48 2495 | let openParams = this.openParams;
14:39:48 2496 | let treeData = "";
14:39:48 2497 | let treeName = "";
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2543:11:
14:39:48 2541 | }
14:39:48 2542 |
14:39:48 > 2543 | console.log(5555);
14:39:48 | ^
14:39:48 2544 | console.log(this.openParams);
14:39:48 2545 |
14:39:48 2546 | this.$api.getViewData(
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2544:11:
14:39:48 2542 |
14:39:48 2543 | console.log(5555);
14:39:48 > 2544 | console.log(this.openParams);
14:39:48 | ^
14:39:48 2545 |
14:39:48 2546 | this.$api.getViewData(
14:39:48 2547 | //普通视图接口
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/components/view_listview.vue:2675:15:
14:39:48 2673 | });
14:39:48 2674 | this.tableData = tds;
14:39:48 > 2675 | console.log("this.tableData--->", this.tableData);
14:39:48 | ^
14:39:48 2676 | } else {
14:39:48 2677 | this.tableData = [];
14:39:48 2678 | }
14:39:48
14:39:48
14:39:48 24 errors found.
14:39:48
14:39:48 Module Warning (from ./node_modules/eslint-loader/index.js):
14:39:48 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5:
14:39:48 47 | created() {
14:39:48 48 |
14:39:48 > 49 | console.log(this.openParams,'openParams');
14:39:48 | ^
14:39:48 50 |
14:39:48 51 | // Function to check if the URL contains the specified domain and redirect
14:39:48 52 | function checkAndRedirect(v) {
14:39:48
14:39:48
14:39:48 1 error found.
14:39:48
14:39:48 Module Warning (from ./node_modules/eslint-loader/index.js):
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:510:13:
14:39:48 508 | this.activeHome()
14:39:48 509 | this.applist()//查询左边下拉应用列表
14:39:48 > 510 | console.log(this.$refs.mainNavBar.data)
14:39:48 | ^
14:39:48 511 | if (state.defaultFirst == 1) {
14:39:48 512 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
14:39:48 513 | }
14:39:48
14:39:48
14:39:48 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/Home.vue:526:11:
14:39:48 524 | if (this.$store.state.appmenusShow) {
14:39:48 525 | this.$nextTick(() => {
14:39:48 > 526 | this.showApp = true
14:39:48 | ^
14:39:48 527 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
14:39:48 528 | this.applist()//查询左边下拉应用列表
14:39:48 529 | console.log(this.$refs.mainNavBar.data)
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:529:11:
14:39:48 527 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
14:39:48 528 | this.applist()//查询左边下拉应用列表
14:39:48 > 529 | console.log(this.$refs.mainNavBar.data)
14:39:48 | ^
14:39:48 530 | if (this.$store.state.defaultFirst == 1) {
14:39:48 531 | // this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
14:39:48 532 | }
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:542:7:
14:39:48 540 | currentAppName = this.$store.getters.currentAppName
14:39:48 541 | }
14:39:48 > 542 | console.log(currentAppName)
14:39:48 | ^
14:39:48 543 | return currentAppName;
14:39:48 544 | },
14:39:48 545 | showInstance() {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:662:11:
14:39:48 660 | }
14:39:48 661 | this.otherNotice = arr;
14:39:48 > 662 | console.log("this.otherNotice---->", this.otherNotice)
14:39:48 | ^
14:39:48 663 | }
14:39:48 664 | }
14:39:48 665 | )
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:673:11:
14:39:48 671 | if (res.data.errcode == 0) {
14:39:48 672 | let listArr = res.data.data.data
14:39:48 > 673 | console.log(listArr)
14:39:48 | ^
14:39:48 674 | if (listArr.length) {
14:39:48 675 | listArr.forEach(item => {
14:39:48 676 | if (currDate(true) >= item.items.__G3lF6FIrSTspuF06jEr.value && currDate(true) <= item.items.__eG17lW4psp4yq1aT0Pt.value) {//在当前时间范围内提醒
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:692:11:
14:39:48 690 | if (res.status == 200) {
14:39:48 691 | let listArr = res.data.data
14:39:48 > 692 | console.log('公安未读消息', listArr)
14:39:48 | ^
14:39:48 693 | if (listArr.length) {
14:39:48 694 | this.policeNotices = listArr.sort((a,b)=>{
14:39:48 695 | return (new Date(b.item_senddate)-new Date(a.item_senddate))
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:704:11:
14:39:48 702 | // })
14:39:48 703 | }
14:39:48 > 704 | console.log('公安未读消息1111', this.policeNotices.length)
14:39:48 | ^
14:39:48 705 | // this.policeNoticePop()
14:39:48 706 | if (this.policeNotices.length>0 && !this.showBktHome) {//提醒时间段有弹窗提醒
14:39:48 707 | setTimeout(() => {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:714:9:
14:39:48 712 | },
14:39:48 713 | onError: err => {
14:39:48 > 714 | console.log(err)
14:39:48 | ^
14:39:48 715 | }
14:39:48 716 | }
14:39:48 717 | )
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:718:5:
14:39:48 716 | }
14:39:48 717 | )
14:39:48 > 718 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
14:39:48 | ^
14:39:48 719 | if(organizationLevels.indexOf('Premium')>-1){
14:39:48 720 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
14:39:48 721 | console.log('this.baseServiceOptions',this.baseServiceOptions)
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:721:7:
14:39:48 719 | if(organizationLevels.indexOf('Premium')>-1){
14:39:48 720 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
14:39:48 > 721 | console.log('this.baseServiceOptions',this.baseServiceOptions)
14:39:48 | ^
14:39:48 722 | }
14:39:48 723 |
14:39:48 724 | },
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:798:7:
14:39:48 796 | // 检查并显示密码修改提示
14:39:48 797 | checkPasswordUpdateNotice() {
14:39:48 > 798 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
14:39:48 | ^
14:39:48 799 | if (this.updatePasswordType && this.updatePasswordMsg) {
14:39:48 800 | this.updatePwdDialogVisible = true
14:39:48 801 | if (this.updatePasswordType === '2') {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:825:11:
14:39:48 823 | this.$api.isSupervisedApi(domainId, {
14:39:48 824 | onSucess: res => {
14:39:48 > 825 | console.log('res11', res)
14:39:48 | ^
14:39:48 826 | if (res.data.data) {
14:39:48 827 | console.log('res.data.data监管归属', res.data.data)
14:39:48 828 | this.isSupervisedInfoCompletedData = res.data.data
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:827:13:
14:39:48 825 | console.log('res11', res)
14:39:48 826 | if (res.data.data) {
14:39:48 > 827 | console.log('res.data.data监管归属', res.data.data)
14:39:48 | ^
14:39:48 828 | this.isSupervisedInfoCompletedData = res.data.data
14:39:48 829 | console.log(this.isSupervisedInfoCompletedData)
14:39:48 830 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:829:13:
14:39:48 827 | console.log('res.data.data监管归属', res.data.data)
14:39:48 828 | this.isSupervisedInfoCompletedData = res.data.data
14:39:48 > 829 | console.log(this.isSupervisedInfoCompletedData)
14:39:48 | ^
14:39:48 830 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
14:39:48 831 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗
14:39:48 832 | }
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:841:11:
14:39:48 839 | onError: erro => {
14:39:48 840 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用
14:39:48 > 841 | console.log('erro11', erro)
14:39:48 | ^
14:39:48 842 | }
14:39:48 843 | })
14:39:48 844 | },
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:869:13:
14:39:48 867 | {
14:39:48 868 | onSucess: res => {
14:39:48 > 869 | console.log(res.data.data.placeOfRegister)
14:39:48 | ^
14:39:48 870 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) {
14:39:48 871 | this.systemNoticeDialogVisible = true
14:39:48 872 | this.placeOfRegister_bjFlag = true
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:912:11:
14:39:48 910 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
14:39:48 911 | onSucess: res => {
14:39:48 > 912 | console.log('res11',res)
14:39:48 | ^
14:39:48 913 | if (res.data.status == 200) {
14:39:48 914 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
14:39:48 915 | console.log('this.domainAdmin',this.domainAdmin)
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:915:13:
14:39:48 913 | if (res.data.status == 200) {
14:39:48 914 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
14:39:48 > 915 | console.log('this.domainAdmin',this.domainAdmin)
14:39:48 | ^
14:39:48 916 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒
14:39:48 917 | this.domainLonLatPopDialogVisible=true
14:39:48 918 | }
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1189:17:
14:39:48 1187 | {
14:39:48 1188 | onSucess: res => {
14:39:48 > 1189 | console.log('res', res)
14:39:48 | ^
14:39:48 1190 | let shopToken = res.data && res.data.accessToken || ''
14:39:48 1191 | resolve(shopToken)
14:39:48 1192 | }
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1233:17:
14:39:48 1231 | {
14:39:48 1232 | onSucess: res => {
14:39:48 > 1233 | console.log('res', res)
14:39:48 | ^
14:39:48 1234 | let shopToken = res.data && res.data.accessToken || ''
14:39:48 1235 | resolve(shopToken)
14:39:48 1236 | }
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1284:13:
14:39:48 1282 | onSucess: response => {
14:39:48 1283 | if (response.data && response.data.errmsg == "ok") {
14:39:48 > 1284 | console.log(response.data)
14:39:48 | ^
14:39:48 1285 | if (response.data.data.data.length) {
14:39:48 1286 | let arr = []
14:39:48 1287 | response.data.data.data.forEach((item, index) => {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1303:15:
14:39:48 1301 |
14:39:48 1302 | })
14:39:48 > 1303 | console.log(arr)
14:39:48 | ^
14:39:48 1304 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort
14:39:48 1305 |
14:39:48 1306 | const titleMap = {}
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1350:15:
14:39:48 1348 | }
14:39:48 1349 | }
14:39:48 > 1350 | console.log(arr3)
14:39:48 | ^
14:39:48 1351 | this.applistArr = arr3
14:39:48 1352 |
14:39:48 1353 | }
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1391:13:
14:39:48 1389 | onSucess: res => {
14:39:48 1390 | if (res.status == 200) {
14:39:48 > 1391 | console.log("res--->", res.status);
14:39:48 | ^
14:39:48 1392 | }
14:39:48 1393 | }
14:39:48 1394 | })
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1494:11:
14:39:48 1492 | },
14:39:48 1493 | onError: error => {
14:39:48 > 1494 | console.log(error);
14:39:48 | ^
14:39:48 1495 | }
14:39:48 1496 | });
14:39:48 1497 | },
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1612:7:
14:39:48 1610 |
14:39:48 1611 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
14:39:48 > 1612 | console.log(tab)
14:39:48 | ^
14:39:48 1613 | console.log(tabindex)
14:39:48 1614 | if (this.$store.state.searchDataStore.length) {
14:39:48 1615 | this.$store.state.searchDataStore.forEach((item, index) => {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1613:7:
14:39:48 1611 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
14:39:48 1612 | console.log(tab)
14:39:48 > 1613 | console.log(tabindex)
14:39:48 | ^
14:39:48 1614 | if (this.$store.state.searchDataStore.length) {
14:39:48 1615 | this.$store.state.searchDataStore.forEach((item, index) => {
14:39:48 1616 | if (item.appId == tab.appId && item.viewId == tab.actionContent) {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1628:7:
14:39:48 1626 | })
14:39:48 1627 | }
14:39:48 > 1628 | console.log(this.$store.state.searchDataStore)
14:39:48 | ^
14:39:48 1629 | let tabs = this.tabs;
14:39:48 1630 | if (tabindex >= 0) { //点击X关闭
14:39:48 1631 | console.log(JSON.stringify(this.tabs))
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1631:9:
14:39:48 1629 | let tabs = this.tabs;
14:39:48 1630 | if (tabindex >= 0) { //点击X关闭
14:39:48 > 1631 | console.log(JSON.stringify(this.tabs))
14:39:48 | ^
14:39:48 1632 | tabs.splice(tabindex, 1);
14:39:48 1633 | if (tab.active) {
14:39:48 1634 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) {
14:39:48
14:39:48
14:39:48 error: Unexpected console statement (no-console) at src/views/Home.vue:1707:13:
14:39:48 1705 | onSucess: res => {
14:39:48 1706 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter;
14:39:48 > 1707 | console.info('promoter', this.isOrganizationPromoter);
14:39:48 | ^
14:39:48 1708 | }
14:39:48 1709 | })
14:39:48 1710 | }
14:39:48
14:39:48
14:39:48 31 errors found.
14:39:48
14:39:48 You may use special comments to disable some warnings.
14:39:48 Use // eslint-disable-next-line to ignore the next line.
14:39:48 Use /* eslint-disable */ to ignore all warnings in a file.
14:39:48 warning
14:39:48
14:39:48 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
14:39:48 This can impact web performance.
14:39:48 Assets:
14:39:48 fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
14:39:48 img/大屏图片.adbf5de7.jpg (1.17 MiB)
14:39:48 fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
14:39:48 img/fontawesome-webfont.912ec66d.svg (434 KiB)
14:39:48 img/background.646883a5.jpg (363 KiB)
14:39:48 fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
14:39:48 img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
14:39:48 js/about.4322e620.js (2.83 MiB)
14:39:48 js/app.ef6f7686.js (4.67 MiB)
14:39:48 js/chunk-28d02cc0.e20621fb.js (305 KiB)
14:39:48 js/rail.7b9cc591.js (2.49 MiB)
14:39:48 iwebapp/pdfjs/core/pdf.js (584 KiB)
14:39:48 iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
14:39:48 js/esdk-obs-browserjs.min.js (304 KiB)
14:39:48 pdf/word/pdfjs/build/pdf.js (774 KiB)
14:39:48 iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
14:39:48 iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
14:39:48 pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
14:39:48 pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
14:39:48 pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
14:39:48 pdf/word/pdfjs/web/viewer.js (655 KiB)
14:39:48 pdf/word/pdfjs/web/viewer.js.map (751 KiB)
14:39:48 pdf/word/iWebOffice2015.cab (12.4 MiB)
14:39:48 UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
14:39:48 UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
14:39:48 UEditor/third-party/jquery-1.10.2.js (267 KiB)
14:39:48 UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
14:39:48 UEditor/ueditor.all.min.js (373 KiB)
14:39:48 UEditor/ueditor.all.js (1.06 MiB)
14:39:48
14:39:48 warning
14:39:48
14:39:48 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
14:39:48 Entrypoints:
14:39:48 app (7.5 MiB)
14:39:48 js/about.4322e620.js
14:39:48 js/app.ef6f7686.js
14:39:48
14:39:48
14:39:49 File Size Gzipped
14:39:49
14:39:49 dist/UEditor/ueditor.all.min.js 373.46 KiB 100.76 KiB
14:39:49 dist/js/esdk-obs-browserjs.min.js 303.80 KiB 78.74 KiB
14:39:49 dist/iwebapp/pdfjs/jquery-1.11.3.min.j 93.71 KiB 32.54 KiB
14:39:49 s
14:39:49 dist/js/jquery-1.11.3.min.js 93.71 KiB 32.54 KiB
14:39:49 dist/pdf/word/jquery.min.js 93.54 KiB 32.48 KiB
14:39:49 dist/UEditor/third-party/jquery-1.10.2 90.92 KiB 32.06 KiB
14:39:49 .min.js
14:39:49 dist/js/swiper.min.js 64.88 KiB 16.44 KiB
14:39:49 dist/UEditor/third-party/webuploader/w 56.91 KiB 18.66 KiB
14:39:49 ebuploader.min.js
14:39:49 dist/UEditor/third-party/webuploader/w 45.99 KiB 14.37 KiB
14:39:49 ebuploader.html5only.min.js
14:39:49 dist/UEditor/third-party/webuploader/w 45.81 KiB 15.77 KiB
14:39:49 ebuploader.custom.min.js
14:39:49 dist/UEditor/third-party/webuploader/w 38.87 KiB 12.03 KiB
14:39:49 ebuploader.withoutimage.min.js
14:39:49 dist/UEditor/third-party/webuploader/w 32.81 KiB 10.64 KiB
14:39:49 ebuploader.flashonly.min.js
14:39:49 dist/UEditor/third-party/xss.min.js 27.11 KiB 6.38 KiB
14:39:49 dist/pdf/word/viewer.min.js 20.21 KiB 6.41 KiB
14:39:49 dist/UEditor/third-party/zeroclipboard 18.51 KiB 6.52 KiB
14:39:49 /ZeroClipboard.min.js
14:39:49 dist/pdf/word/sweetalert.min.js 16.58 KiB 5.29 KiB
14:39:49 dist/pdf/word/toastr.min.js 16.47 KiB 3.19 KiB
14:39:49 dist/iwebapp/pdfjs/require.min.js 14.86 KiB 6.08 KiB
14:39:49 dist/pdf/word/require.min.js 14.86 KiB 6.08 KiB
14:39:49 dist/UEditor/ueditor.parse.min.js 14.45 KiB 5.01 KiB
14:39:49 dist/js/app.ef6f7686.js 4786.37 KiB 950.79 KiB
14:39:49 dist/js/about.4322e620.js 2893.96 KiB 824.29 KiB
14:39:49 dist/js/rail.7b9cc591.js 2550.63 KiB 848.61 KiB
14:39:49 dist/pdf/word/pdfjs/build/pdf.worker.j 1700.94 KiB 322.13 KiB
14:39:49 s
14:39:49 dist/iwebapp/pdfjs/pdf-8cc3ba5958.view 1404.33 KiB 367.49 KiB
14:39:49 er.js
14:39:49 dist/iwebapp/pdfjs/pdf-34bd0a9d29.view 1397.68 KiB 362.42 KiB
14:39:49 er.js
14:39:49 dist/UEditor/ueditor.all.js 1086.60 KiB 213.79 KiB
14:39:49 dist/pdf/word/pdfjs/build/pdf.js 774.32 KiB 145.03 KiB
14:39:49 dist/iwebapp/pdfjs/core/pdf.worker.js 723.11 KiB 213.91 KiB
14:39:49 dist/pdf/word/pdfjs/web/viewer.js 654.78 KiB 99.17 KiB
14:39:49 dist/iwebapp/pdfjs/core/pdf.js 584.12 KiB 161.00 KiB
14:39:49 dist/UEditor/third-party/highcharts/hi 433.95 KiB 123.75 KiB
14:39:49 ghcharts.src.js
14:39:49 dist/js/chunk-28d02cc0.e20621fb.js 305.48 KiB 98.53 KiB
14:39:49 dist/UEditor/third-party/jquery-1.10.2 266.80 KiB 79.12 KiB
14:39:49 .js
14:39:49 dist/UEditor/third-party/webuploader/w 226.46 KiB 48.94 KiB
14:39:49 ebuploader.js
14:39:49 dist/UEditor/third-party/video-js/vide 212.98 KiB 56.36 KiB
14:39:49 o.dev.js
14:39:49 dist/UEditor/third-party/webuploader/w 193.52 KiB 43.01 KiB
14:39:49 ebuploader.custom.js
14:39:49 dist/UEditor/third-party/webuploader/w 182.25 KiB 39.11 KiB
14:39:49 ebuploader.html5only.js
14:39:49 dist/UEditor/third-party/SyntaxHighlig 155.77 KiB 43.52 KiB
14:39:49 hter/shCore.js
14:39:49 dist/UEditor/third-party/codemirror/co 154.89 KiB 35.91 KiB
14:39:49 demirror.js
14:39:49 dist/UEditor/third-party/webuploader/w 148.40 KiB 31.44 KiB
14:39:49 ebuploader.withoutimage.js
14:39:49 dist/UEditor/third-party/highcharts/hi 137.55 KiB 50.63 KiB
14:39:49 ghcharts.js
14:39:49 dist/UEditor/third-party/webuploader/w 135.64 KiB 29.89 KiB
14:39:49 ebuploader.flashonly.js
14:39:49 dist/pdf/word/WebOffice.js 135.19 KiB 30.89 KiB
14:39:49 dist/UEditor/dialogs/image/image.js 125.19 KiB 55.10 KiB
14:39:49 dist/pdf/word/iWebOffice2015.js 112.08 KiB 50.77 KiB
14:39:49 dist/js/chunk-7f638a58.0dcf71a4.js 106.53 KiB 35.96 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 98.32 KiB 22.42 KiB
14:39:49 dules/canvas-tools.src.js
14:39:49 dist/js/certificate.b04efb9c.js 78.99 KiB 18.63 KiB
14:39:49 dist/js/china.js 61.26 KiB 43.82 KiB
14:39:49 dist/iwebapp/pdfjs/stamp/laydate/layda 58.98 KiB 15.29 KiB
14:39:49 te.js
14:39:49 dist/UEditor/third-party/highcharts/hi 58.77 KiB 16.33 KiB
14:39:49 ghcharts-more.src.js
14:39:49 dist/UEditor/third-party/highcharts/mo 56.52 KiB 15.35 KiB
14:39:49 dules/canvas-tools.js
14:39:49 dist/UEditor/third-party/video-js/vide 54.09 KiB 16.62 KiB
14:39:49 o.js
14:39:49 dist/UEditor/dialogs/wordimage/tangram 46.41 KiB 12.48 KiB
14:39:49 .js
14:39:49 dist/UEditor/third-party/zeroclipboard 42.20 KiB 9.15 KiB
14:39:49 /ZeroClipboard.js
14:39:49 dist/UEditor/ueditor.parse.js 35.91 KiB 7.93 KiB
14:39:49 dist/pdf/word/util.js 30.10 KiB 8.77 KiB
14:39:49 dist/UEditor/dialogs/video/video.js 29.78 KiB 7.62 KiB
14:39:49 dist/UEditor/dialogs/attachment/attach 29.67 KiB 6.63 KiB
14:39:49 ment.js
14:39:49 dist/UEditor/lang/en/en.js 28.72 KiB 8.24 KiB
14:39:49 dist/pdf/word/l10n.js 28.57 KiB 8.09 KiB
14:39:49 dist/UEditor/dialogs/scrawl/scrawl.js 26.51 KiB 5.97 KiB
14:39:49 dist/UEditor/lang/zh-cn/zh-cn.js 25.88 KiB 8.55 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 25.16 KiB 7.84 KiB
14:39:49 dules/map.src.js
14:39:49 dist/UEditor/ueditor.config.js 22.75 KiB 8.44 KiB
14:39:49 dist/UEditor/third-party/highcharts/hi 21.30 KiB 7.91 KiB
14:39:49 ghcharts-more.js
14:39:49 dist/pdf/word/pdfjs/web/debugger.js 18.48 KiB 4.89 KiB
14:39:49 dist/pdf/word/compatibility.js 17.70 KiB 5.38 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 16.86 KiB 5.73 KiB
14:39:49 dules/exporting.src.js
14:39:49 dist/UEditor/third-party/highcharts/mo 15.14 KiB 4.81 KiB
14:39:49 dules/data.src.js
14:39:49 dist/UEditor/dialogs/background/backgr 14.04 KiB 3.56 KiB
14:39:49 ound.js
14:39:49 dist/pdf/word/tray.js 12.95 KiB 3.86 KiB
14:39:49 dist/iwebapp/pdfjs/require.config.js 12.60 KiB 3.15 KiB
14:39:49 dist/pdf/word/require.config.js 12.38 KiB 3.05 KiB
14:39:49 dist/UEditor/dialogs/template/config.j 12.19 KiB 2.50 KiB
14:39:49 s
14:39:49 dist/UEditor/third-party/highcharts/ad 11.38 KiB 3.82 KiB
14:39:49 apters/standalone-framework.src.js
14:39:49 dist/UEditor/dialogs/charts/charts.js 10.89 KiB 3.34 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 10.69 KiB 3.16 KiB
14:39:49 dules/drilldown.src.js
14:39:49 dist/UEditor/third-party/highcharts/mo 9.88 KiB 4.03 KiB
14:39:49 dules/map.js
14:39:49 dist/UEditor/dialogs/table/edittable.j 8.72 KiB 2.01 KiB
14:39:49 s
14:39:49 dist/UEditor/third-party/highcharts/ad 8.72 KiB 3.18 KiB
14:39:49 apters/prototype-adapter.src.js
14:39:49 dist/UEditor/third-party/highcharts/mo 8.18 KiB 2.56 KiB
14:39:49 dules/annotations.src.js
14:39:49 dist/UEditor/dialogs/music/music.js 7.64 KiB 2.16 KiB
14:39:49 dist/UEditor/third-party/highcharts/ad 7.61 KiB 2.91 KiB
14:39:49 apters/mootools-adapter.src.js
14:39:49 dist/pdf/word/watermark.js 7.55 KiB 1.90 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 7.08 KiB 3.07 KiB
14:39:49 dules/exporting.js
14:39:49 dist/UEditor/third-party/highcharts/mo 6.38 KiB 2.33 KiB
14:39:49 dules/funnel.src.js
14:39:49 dist/UEditor/dialogs/emotion/emotion.j 6.15 KiB 2.03 KiB
14:39:49 s
14:39:49 dist/UEditor/third-party/highcharts/mo 5.42 KiB 1.95 KiB
14:39:49 dules/drilldown.js
14:39:49 dist/UEditor/third-party/highcharts/ad 4.95 KiB 2.15 KiB
14:39:49 apters/standalone-framework.js
14:39:49 dist/UEditor/dialogs/spechars/spechars 4.56 KiB 2.37 KiB
14:39:49 .js
14:39:49 dist/UEditor/third-party/highcharts/th 4.38 KiB 1.21 KiB
14:39:49 emes/gray.js
14:39:49 dist/UEditor/third-party/highcharts/mo 4.33 KiB 1.89 KiB
14:39:49 dules/data.js
14:39:49 dist/UEditor/dialogs/searchreplace/sea 4.30 KiB 1.27 KiB
14:39:49 rchreplace.js
14:39:49 dist/UEditor/third-party/highcharts/th 4.25 KiB 1.20 KiB
14:39:49 emes/dark-blue.js
14:39:49 dist/UEditor/third-party/highcharts/th 4.24 KiB 1.21 KiB
14:39:49 emes/dark-green.js
14:39:49 dist/UEditor/dialogs/wordimage/wordima 4.05 KiB 1.95 KiB
14:39:49 ge.js
14:39:49 dist/UEditor/third-party/highcharts/mo 3.32 KiB 1.52 KiB
14:39:49 dules/annotations.js
14:39:49 dist/UEditor/third-party/highcharts/ad 3.23 KiB 1.33 KiB
14:39:49 apters/prototype-adapter.js
14:39:49 dist/UEditor/third-party/highcharts/mo 2.79 KiB 1.12 KiB
14:39:49 dules/no-data-to-display.src.js
14:39:49 dist/UEditor/dialogs/internal.js 2.54 KiB 0.98 KiB
14:39:49 dist/UEditor/third-party/highcharts/ad 2.21 KiB 1.06 KiB
14:39:49 apters/mootools-adapter.js
14:39:49 dist/pdf/word/obpm.showMessage.js 2.09 KiB 0.74 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 1.93 KiB 1.08 KiB
14:39:49 dules/funnel.js
14:39:49 dist/UEditor/third-party/highcharts/th 1.75 KiB 0.65 KiB
14:39:49 emes/grid.js
14:39:49 dist/UEditor/third-party/highcharts/th 1.72 KiB 0.64 KiB
14:39:49 emes/skies.js
14:39:49 dist/UEditor/dialogs/template/template 1.55 KiB 0.67 KiB
14:39:49 .js
14:39:49 dist/UEditor/dialogs/help/help.js 1.47 KiB 0.70 KiB
14:39:49 dist/UEditor/dialogs/charts/chart.conf 1.38 KiB 0.44 KiB
14:39:49 ig.js
14:39:49 dist/js/obpm.config.js 1.36 KiB 0.57 KiB
14:39:49 dist/js/obsConfig.js 1.33 KiB 0.70 KiB
14:39:49 dist/UEditor/third-party/highcharts/mo 1.33 KiB 0.70 KiB
14:39:49 dules/no-data-to-display.js
14:39:49 dist/UEditor/third-party/highcharts/mo 1.10 KiB 0.49 KiB
14:39:49 dules/heatmap.src.js
14:39:49 dist/UEditor/third-party/highcharts/mo 0.52 KiB 0.37 KiB
14:39:49 dules/heatmap.js
14:39:49 dist/iwebapp/pdfjs/viewer-df538bd63b.c 111.81 KiB 18.55 KiB
14:39:49 ss
14:39:49 dist/iwebapp/pdfjs/viewer-afb3d53c48.c 111.71 KiB 18.53 KiB
14:39:49 ss
14:39:49 dist/pdf/word/pdfjs/web/viewer.css 58.42 KiB 9.25 KiB
14:39:49 dist/UEditor/themes/default/css/uedito 42.73 KiB 6.84 KiB
14:39:49 r.css
14:39:49 dist/UEditor/themes/default/css/uedito 34.12 KiB 5.53 KiB
14:39:49 r.min.css
14:39:49 dist/UEditor/third-party/video-js/vide 20.82 KiB 5.45 KiB
14:39:49 o-js.css
14:39:49 dist/UEditor/dialogs/image/image.css 17.71 KiB 3.46 KiB
14:39:49 dist/UEditor/dialogs/video/video.css 14.57 KiB 3.10 KiB
14:39:49 dist/UEditor/dialogs/attachment/attach 14.05 KiB 2.81 KiB
14:39:49 ment.css
14:39:49 dist/UEditor/third-party/video-js/vide 11.18 KiB 2.53 KiB
14:39:49 o-js.min.css
14:39:49 dist/iwebapp/pdfjs/stamp/laydate/theme 9.16 KiB 2.21 KiB
14:39:49 /default/laydate.css
14:39:49 dist/UEditor/third-party/SyntaxHighlig 6.95 KiB 1.31 KiB
14:39:49 hter/shCoreDefault.css
14:39:49 dist/UEditor/dialogs/scrawl/scrawl.css 3.73 KiB 0.97 KiB
14:39:49 dist/UEditor/third-party/codemirror/co 2.82 KiB 0.90 KiB
14:39:49 demirror.css
14:39:49 dist/UEditor/dialogs/charts/charts.css 2.54 KiB 0.81 KiB
14:39:49 dist/UEditor/dialogs/background/backgr 2.34 KiB 0.87 KiB
14:39:49 ound.css
14:39:49 dist/UEditor/dialogs/emotion/emotion.c 1.76 KiB 0.53 KiB
14:39:49 ss
14:39:49 dist/UEditor/themes/default/dialogbase 1.65 KiB 0.81 KiB
14:39:49 .css
14:39:49 dist/UEditor/dialogs/music/music.css 1.64 KiB 0.63 KiB
14:39:49 dist/UEditor/dialogs/table/edittable.c 1.16 KiB 0.41 KiB
14:39:49 ss
14:39:49 dist/UEditor/dialogs/template/template 1.01 KiB 0.49 KiB
14:39:49 .css
14:39:49 dist/UEditor/third-party/webuploader/w 0.50 KiB 0.29 KiB
14:39:49 ebuploader.css
14:39:49 dist/UEditor/dialogs/help/help.css 0.38 KiB 0.20 KiB
14:39:49 dist/UEditor/themes/iframe.css 0.04 KiB 0.06 KiB
14:39:49
14:39:49 Images and other types of assets omitted.
14:39:49
14:39:49 DONE Build complete. The dist directory is ready to be deployed.
14:39:49 INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
14:39:49
14:39:49 + rm -rf /data/workspace/badp-bcxin-web-5.x-vue
14:39:49 + cp -r dist /data/workspace/badp-bcxin-web-5.x-vue
14:39:50 + chmod 755 /data/workspace/badp-bcxin-web-5.x-vue -R
14:39:50 Finished: SUCCESS