22:36:11 Started by user unknown or anonymous
22:36:11 Running as SYSTEM
22:36:11 Building in workspace /data/jenkins/workspace/badp-bcxin-web-5.x-vue
22:36:11 The recommended git tool is: NONE
22:36:11 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499
22:36:11 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/badp-bcxin-web-5.x-vue/.git # timeout=10
22:36:11 Fetching changes from the remote Git repository
22:36:11 > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git # timeout=10
22:36:11 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git
22:36:11 > /usr/local/git/bin/git --version # timeout=10
22:36:11 > git --version # 'git version 2.43.0'
22:36:11 using GIT_ASKPASS to set credentials gitlab凭据
22:36:11 > /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
22:36:11 > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10
22:36:11 Checking out Revision 399fe24d88d5ae63289f6fbf58461760e80044fc (refs/remotes/origin/test)
22:36:11 > /usr/local/git/bin/git config core.sparsecheckout # timeout=10
22:36:11 > /usr/local/git/bin/git checkout -f 399fe24d88d5ae63289f6fbf58461760e80044fc # timeout=10
22:36:11 Commit message: "Merge branch 'feat-百课堂' into test"
22:36:11 > /usr/local/git/bin/git rev-list --no-walk 399fe24d88d5ae63289f6fbf58461760e80044fc # timeout=10
22:36:11 [badp-bcxin-web-5.x-vue] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins2436336978791939882.sh
22:36:11 + cd /data/jenkins/workspace/badp-bcxin-web-5.x-vue
22:36:11 + npm install
22:36:12 npm WARN EBADENGINE Unsupported engine {
22:36:12 npm WARN EBADENGINE package: 'gcoord@1.0.7',
22:36:12 npm WARN EBADENGINE required: { node: '>=16.11.0' },
22:36:12 npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
22:36:12 npm WARN EBADENGINE }
22:36:16
22:36:16 added 344 packages, removed 109 packages, and changed 9 packages in 4s
22:36:16
22:36:16 249 packages are looking for funding
22:36:16 run `npm fund` for details
22:36:16 + npm run build
22:36:16
22:36:16 > hello-world@0.1.0 build
22:36:16 > vue-cli-service build
22:36:16
22:36:17
22:36:17 - Building for production...
22:36:18 Browserslist: caniuse-lite is outdated. Please run:
22:36:18 npx update-browserslist-db@latest
22:36:18 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:18 Browserslist: caniuse-lite is outdated. Please run:
22:36:18 npx update-browserslist-db@latest
22:36:18 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:19 Browserslist: caniuse-lite is outdated. Please run:
22:36:19 npx update-browserslist-db@latest
22:36:19 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:19 Browserslist: caniuse-lite is outdated. Please run:
22:36:19 npx update-browserslist-db@latest
22:36:19 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:21 Browserslist: caniuse-lite is outdated. Please run:
22:36:21 npx update-browserslist-db@latest
22:36:21 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:22 Browserslist: caniuse-lite is outdated. Please run:
22:36:22 npx update-browserslist-db@latest
22:36:22 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:22 Browserslist: caniuse-lite is outdated. Please run:
22:36:22 npx update-browserslist-db@latest
22:36:22 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:26 Browserslist: caniuse-lite is outdated. Please run:
22:36:26 npx update-browserslist-db@latest
22:36:26 Why you should do it regularly: https://github.com/browserslist/update-db#readme
22:36:42 WARNING Compiled with 29 warnings10:36:42 PM
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Duplicated key 'loading' (vue/no-dupe-keys) at src/components/PoliceNoticePop.vue:54:7:
22:36:42 52 | loading: false,
22:36:42 53 | url: "",
22:36:42 > 54 | loading: false,
22:36:42 | ^
22:36:42 55 | };
22:36:42 56 | },
22:36:42 57 | watch: {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:80:19:
22:36:42 78 | this.$api.grtUnreadMsgListApi({},{
22:36:42 79 | onSucess: res => {
22:36:42 > 80 | console.log('公安未读消息', res)
22:36:42 | ^
22:36:42 81 | if(res.status == 200){
22:36:42 82 | this.notices=res.data.data
22:36:42 83 | this.notices.sort((a,b)=>{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:87:23:
22:36:42 85 | })
22:36:42 86 | if(this.notices){
22:36:42 > 87 | console.log(this.notices)
22:36:42 | ^
22:36:42 88 | // this.detail(this.notices[0])
22:36:42 89 | }
22:36:42 90 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:100:7:
22:36:42 98 | // },
22:36:42 99 | handleReply(row) {
22:36:42 > 100 | console.log('回复', row)
22:36:42 | ^
22:36:42 101 | this.$api.hasPermissionToForm('__DXZvc8mnEmDqMARhK7G', '__1s1CEOcmoHo8sZRNEYh', {
22:36:42 102 | onSucess: (response) => {
22:36:42 103 | console.log('hasPermissionToForm', response.data.data)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/PoliceNoticePop.vue:103:15:
22:36:42 101 | this.$api.hasPermissionToForm('__DXZvc8mnEmDqMARhK7G', '__1s1CEOcmoHo8sZRNEYh', {
22:36:42 102 | onSucess: (response) => {
22:36:42 > 103 | console.log('hasPermissionToForm', response.data.data)
22:36:42 | ^
22:36:42 104 | if (response.data.data) {
22:36:42 105 | this.showDetail = true;
22:36:42 106 | if(location.href.indexOf("localhost")>-1) {
22:36:42
22:36:42
22:36:42 5 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: The "obpm-main-appbar" component has been registered but not used (vue/no-unused-components) at src/views/HomeRT.vue:405:5:
22:36:42 403 | },
22:36:42 404 | components: {
22:36:42 > 405 | "obpm-main-appbar": main_appbar,
22:36:42 | ^
22:36:42 406 | main_navbar,
22:36:42 407 | main_content,
22:36:42 408 | main_domain,
22:36:42
22:36:42
22:36:42 error: The "platAd" component has been registered but not used (vue/no-unused-components) at src/views/HomeRT.vue:410:5:
22:36:42 408 | main_domain,
22:36:42 409 | IMPop,
22:36:42 > 410 | platAd,
22:36:42 | ^
22:36:42 411 | platAdPop,
22:36:42 412 | UpdatePasswordDialog
22:36:42 413 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:426:13:
22:36:42 424 | this.activeHome();
22:36:42 425 | this.applist(); //查询左边下拉应用列表
22:36:42 > 426 | console.log(this.$refs.mainNavBar.data);
22:36:42 | ^
22:36:42 427 | if (state.defaultFirst == 1) {
22:36:42 428 | this.$refs.mainNavBar.defaultClickFirst(
22:36:42 429 | this.$refs.mainNavBar.data
22:36:42
22:36:42
22:36:42 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/HomeRT.vue:440:11:
22:36:42 438 | if (this.$store.state.appmenusShow) {
22:36:42 439 | this.$nextTick(() => {
22:36:42 > 440 | this.showApp = true;
22:36:42 | ^
22:36:42 441 | this.$refs.mychild.setMaincontent(false); // 调用子组件的方法
22:36:42 442 | this.applist(); //查询左边下拉应用列表
22:36:42 443 | console.log(this.$refs.mainNavBar.data);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:443:11:
22:36:42 441 | this.$refs.mychild.setMaincontent(false); // 调用子组件的方法
22:36:42 442 | this.applist(); //查询左边下拉应用列表
22:36:42 > 443 | console.log(this.$refs.mainNavBar.data);
22:36:42 | ^
22:36:42 444 | if (this.$store.state.defaultFirst == 1) {
22:36:42 445 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data);
22:36:42 446 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:460:7:
22:36:42 458 | currentAppName = this.$store.getters.currentAppName;
22:36:42 459 | }
22:36:42 > 460 | console.log(currentAppName);
22:36:42 | ^
22:36:42 461 | return currentAppName;
22:36:42 462 | },
22:36:42 463 | showInstance() {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:528:11:
22:36:42 526 | }
22:36:42 527 | this.otherNotice = arr;
22:36:42 > 528 | console.log("this.otherNotice---->", this.otherNotice);
22:36:42 | ^
22:36:42 529 | },
22:36:42 530 | }
22:36:42 531 | );
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:622:7:
22:36:42 620 | // 检查并显示密码修改提示
22:36:42 621 | checkPasswordUpdateNotice() {
22:36:42 > 622 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
22:36:42 | ^
22:36:42 623 | if (this.updatePasswordType && this.updatePasswordMsg) {
22:36:42 624 | this.updatePwdDialogVisible = true
22:36:42 625 | if (this.updatePasswordType === '2') {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:670:13:
22:36:42 668 | {
22:36:42 669 | onSucess: (response) => {
22:36:42 > 670 | console.log(response.data);
22:36:42 | ^
22:36:42 671 | this.roleshow = response.data.show || false;
22:36:42 672 | if (!this.roleshow) {
22:36:42 673 | this.navtopmenuclick(6);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:687:13:
22:36:42 685 | onSucess: (response) => {
22:36:42 686 | if (response.data && response.data.errmsg == "ok") {
22:36:42 > 687 | console.log(response.data);
22:36:42 | ^
22:36:42 688 | if (response.data.data.data.length) {
22:36:42 689 | let arr = [];
22:36:42 690 | response.data.data.data.forEach((item, index) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:708:15:
22:36:42 706 | arr.push(obj);
22:36:42 707 | });
22:36:42 > 708 | console.log(arr);
22:36:42 | ^
22:36:42 709 | arr.sort((a, b) => {
22:36:42 710 | return Number(a.cateSort) - Number(b.cateSort);
22:36:42 711 | }); //分类排序cateSort
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:768:15:
22:36:42 766 | }
22:36:42 767 | }
22:36:42 > 768 | console.log(arr2);
22:36:42 | ^
22:36:42 769 | arr2.forEach((its) => {
22:36:42 770 | its.isSubshow = false;
22:36:42 771 | });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:820:11:
22:36:42 818 | this.$api.organizationsIDApi(id, {
22:36:42 819 | onSucess: (res) => {
22:36:42 > 820 | console.log(res);
22:36:42 | ^
22:36:42 821 | console.log(res.data.data.placeOfRegister);
22:36:42 822 | if (
22:36:42 823 | res.data.data.placeOfRegister &&
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:821:11:
22:36:42 819 | onSucess: (res) => {
22:36:42 820 | console.log(res);
22:36:42 > 821 | console.log(res.data.data.placeOfRegister);
22:36:42 | ^
22:36:42 822 | if (
22:36:42 823 | res.data.data.placeOfRegister &&
22:36:42 824 | res.data.data.placeOfRegister.province.name.indexOf("北京") > -1
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:876:11:
22:36:42 874 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
22:36:42 875 | onSucess: (res) => {
22:36:42 > 876 | console.log(res);
22:36:42 | ^
22:36:42 877 | if (res.data.status == 200) {
22:36:42 878 | document.title = res.data.data.sysName || ""; //系统名称
22:36:42 879 | //获取icon图标
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1160:13:
22:36:42 1158 | onSucess: (response) => {
22:36:42 1159 | if (response.data && response.data.errmsg == "ok") {
22:36:42 > 1160 | console.log(response.data);
22:36:42 | ^
22:36:42 1161 | if (response.data.data.data.length) {
22:36:42 1162 | let arr = [];
22:36:42 1163 | response.data.data.data.forEach((item, index) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1181:15:
22:36:42 1179 | arr.push(obj);
22:36:42 1180 | });
22:36:42 > 1181 | console.log(arr);
22:36:42 | ^
22:36:42 1182 | arr.sort((a, b) => {
22:36:42 1183 | return Number(a.cateSort) - Number(b.cateSort);
22:36:42 1184 | }); //分类排序cateSort
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1237:15:
22:36:42 1235 | }
22:36:42 1236 | }
22:36:42 > 1237 | console.log(arr3);
22:36:42 | ^
22:36:42 1238 | this.applistArr = arr3;
22:36:42 1239 |
22:36:42 1240 | //前端缓存本地代码块--切换不同组织的所有应用列表
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1297:13:
22:36:42 1295 | onSucess: (res) => {
22:36:42 1296 | if (res.status == 200) {
22:36:42 > 1297 | console.log("res--->", res.status);
22:36:42 | ^
22:36:42 1298 | }
22:36:42 1299 | },
22:36:42 1300 | });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1373:11:
22:36:42 1371 | },
22:36:42 1372 | onError: (error) => {
22:36:42 > 1373 | console.log(error);
22:36:42 | ^
22:36:42 1374 | },
22:36:42 1375 | });
22:36:42 1376 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1500:7:
22:36:42 1498 | closeTab: function (tab, tabindex) {
22:36:42 1499 | //关闭当前选项卡,选中前一个选项卡
22:36:42 > 1500 | console.log(tab)
22:36:42 | ^
22:36:42 1501 | console.log(tabindex)
22:36:42 1502 | if(this.$store.state.searchDataStore.length){
22:36:42 1503 | this.$store.state.searchDataStore.forEach((item,index)=>{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1501:7:
22:36:42 1499 | //关闭当前选项卡,选中前一个选项卡
22:36:42 1500 | console.log(tab)
22:36:42 > 1501 | console.log(tabindex)
22:36:42 | ^
22:36:42 1502 | if(this.$store.state.searchDataStore.length){
22:36:42 1503 | this.$store.state.searchDataStore.forEach((item,index)=>{
22:36:42 1504 | if(item.appId==tab.appId&&item.viewId==tab.actionContent){
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1516:7:
22:36:42 1514 | })
22:36:42 1515 | }
22:36:42 > 1516 | console.log(this.$store.state.searchDataStore)
22:36:42 | ^
22:36:42 1517 | let tabs = this.tabs;
22:36:42 1518 | if (tabindex >= 0) {
22:36:42 1519 | //点击X关闭
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/HomeRT.vue:1520:9:
22:36:42 1518 | if (tabindex >= 0) {
22:36:42 1519 | //点击X关闭
22:36:42 > 1520 | console.log(JSON.stringify(this.tabs));
22:36:42 | ^
22:36:42 1521 | tabs.splice(tabindex, 1);
22:36:42 1522 | if (tab.active) {
22:36:42 1523 | if (tabs.length > 0 && tabs.length - 1 >= tabindex) {
22:36:42
22:36:42
22:36:42 24 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/api/requestAccess.js:13:5:
22:36:42 11 | let urlStr = window.location.href.split("?")[1];
22:36:42 12 | const params = new URLSearchParams(urlStr);
22:36:42 > 13 | console.log(params)
22:36:42 | ^
22:36:42 14 | let accessToken = params.get("accessToken");
22:36:42 15 | if (accessToken) {
22:36:42 16 | config.headers.accessToken = accessToken;
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:454:9:
22:36:42 452 | this.getList()
22:36:42 453 | } catch (error) {
22:36:42 > 454 | console.error('初始化数据失败:', error)
22:36:42 | ^
22:36:42 455 | this.$message.error('初始化数据失败')
22:36:42 456 | } finally {
22:36:42 457 | this.loading = false
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:482:11:
22:36:42 480 | this.$api.getOrganizationIndustry({
22:36:42 481 | onSucess: response => {
22:36:42 > 482 | console.log('当前组织所属行业', response.data.data)
22:36:42 | ^
22:36:42 483 | this.industryOptions = response.data.data.map(item => ({
22:36:42 484 | value: item.id,
22:36:42 485 | label: item.name,
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:490:11:
22:36:42 488 | },
22:36:42 489 | onError: error => {
22:36:42 > 490 | console.log(error)
22:36:42 | ^
22:36:42 491 | }
22:36:42 492 | })
22:36:42 493 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:499:11:
22:36:42 497 | this.$api.getOrganizationRegion({
22:36:42 498 | onSucess: response => {
22:36:42 > 499 | console.log('当前组织所属地区', response.data.data)
22:36:42 | ^
22:36:42 500 | this.queryParams.regionCode = RegionUtil.getRegionCodeArrayByDistrictCode(response.data.data[0].districtcode)
22:36:42 501 | this.queryParams.region = RegionUtil.getFullRegionByDistrictCode(response.data.data[0].districtcode)
22:36:42 502 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:504:11:
22:36:42 502 | },
22:36:42 503 | onError: error => {
22:36:42 > 504 | console.log(error)
22:36:42 | ^
22:36:42 505 | }
22:36:42 506 | })
22:36:42 507 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:521:11:
22:36:42 519 | label: item.name,
22:36:42 520 | }))
22:36:42 > 521 | console.log('industryOptions', this.industryOptions)
22:36:42 | ^
22:36:42 522 | },
22:36:42 523 | onError: error => {
22:36:42 524 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:524:11:
22:36:42 522 | },
22:36:42 523 | onError: error => {
22:36:42 > 524 | console.log(error)
22:36:42 | ^
22:36:42 525 | }
22:36:42 526 | })
22:36:42 527 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:542:11:
22:36:42 540 | label: item.name,
22:36:42 541 | }))
22:36:42 > 542 | console.log('organizationOptions', this.organizationOptions)
22:36:42 | ^
22:36:42 543 | },
22:36:42 544 | onError: error => {
22:36:42 545 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:545:11:
22:36:42 543 | },
22:36:42 544 | onError: error => {
22:36:42 > 545 | console.log(error)
22:36:42 | ^
22:36:42 546 | }
22:36:42 547 | })
22:36:42 548 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:563:11:
22:36:42 561 | }))
22:36:42 562 | }))
22:36:42 > 563 | console.log('regionOptions', this.regionOptions)
22:36:42 | ^
22:36:42 564 | },
22:36:42 565 | onError: error => {
22:36:42 566 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:566:11:
22:36:42 564 | },
22:36:42 565 | onError: error => {
22:36:42 > 566 | console.log(error)
22:36:42 | ^
22:36:42 567 | }
22:36:42 568 | })
22:36:42 569 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:586:11:
22:36:42 584 | label: item.item_subjectname,
22:36:42 585 | }))
22:36:42 > 586 | console.log('subjectOptions', this.subjectOptions)
22:36:42 | ^
22:36:42 587 | },
22:36:42 588 | onError: error => {
22:36:42 589 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:589:11:
22:36:42 587 | },
22:36:42 588 | onError: error => {
22:36:42 > 589 | console.log(error)
22:36:42 | ^
22:36:42 590 | }
22:36:42 591 | })
22:36:42 592 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:616:15:
22:36:42 614 | this.list = response.data.data
22:36:42 615 | this.total = Number(response.data.count)
22:36:42 > 616 | console.log('getPaperList', this.list, this.total)
22:36:42 | ^
22:36:42 617 | } else {
22:36:42 618 | this.list = []
22:36:42 619 | this.total = 0
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:624:13:
22:36:42 622 | },
22:36:42 623 | onError: error => {
22:36:42 > 624 | console.log(error)
22:36:42 | ^
22:36:42 625 | }
22:36:42 626 | })
22:36:42 627 | } catch (error) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:628:9:
22:36:42 626 | })
22:36:42 627 | } catch (error) {
22:36:42 > 628 | console.error('获取考试列表失败:', error)
22:36:42 | ^
22:36:42 629 | this.$message.error('获取考试列表失败')
22:36:42 630 | } finally {
22:36:42 631 | this.loading = false
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:661:7:
22:36:42 659 | district: { code: value[2], name: CodeToText[value[2]] },
22:36:42 660 | };
22:36:42 > 661 | console.log('handleRegionChange', this.queryParams.region)
22:36:42 | ^
22:36:42 662 | this.queryParams.subject = ''
22:36:42 663 |
22:36:42 664 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:700:7:
22:36:42 698 | },
22:36:42 699 | handleEdit(row) {
22:36:42 > 700 | console.log('编辑:', row)
22:36:42 | ^
22:36:42 701 | this.$router.push({
22:36:42 702 | path: '/random-exam',
22:36:42 703 | query: { examId: row.id, viewOnly: false }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:725:13:
22:36:42 723 | this.$api.deletePapers( { ids }, {
22:36:42 724 | onSucess: response => {
22:36:42 > 725 | console.log('deletePapers', response)
22:36:42 | ^
22:36:42 726 | if (response.status === 200) {
22:36:42 727 | this.$message.success('删除成功!')
22:36:42 728 | this.selectedRows = []
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:736:13:
22:36:42 734 | },
22:36:42 735 | onError: error => {
22:36:42 > 736 | console.log(error)
22:36:42 | ^
22:36:42 737 | }
22:36:42 738 | })
22:36:42 739 | } catch (error) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ExamList.vue:741:11:
22:36:42 739 | } catch (error) {
22:36:42 740 | if (error !== 'cancel') {
22:36:42 > 741 | console.error('删除失败:', error)
22:36:42 | ^
22:36:42 742 | this.$message.error('删除失败')
22:36:42 743 | }
22:36:42 744 | }
22:36:42
22:36:42
22:36:42 21 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:483:7:
22:36:42 481 | }
22:36:42 482 | } catch (error) {
22:36:42 > 483 | console.error('初始化数据失败:', error)
22:36:42 | ^
22:36:42 484 | this.$message.error('初始化数据失败')
22:36:42 485 | } finally {
22:36:42 486 | this.loading = false
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:503:11:
22:36:42 501 | label: item.name,
22:36:42 502 | }))
22:36:42 > 503 | console.log('industryOptions', this.industryOptions)
22:36:42 | ^
22:36:42 504 | },
22:36:42 505 | onError: error => {
22:36:42 506 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:506:11:
22:36:42 504 | },
22:36:42 505 | onError: error => {
22:36:42 > 506 | console.log(error)
22:36:42 | ^
22:36:42 507 | }
22:36:42 508 | })
22:36:42 509 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:514:11:
22:36:42 512 | this.$api.getOrganizationIndustry({
22:36:42 513 | onSucess: response => {
22:36:42 > 514 | console.log('当前组织所属行业', response.data.data)
22:36:42 | ^
22:36:42 515 | this.industryOptions = response.data.data.map(item => ({
22:36:42 516 | value: item.id,
22:36:42 517 | label: item.name,
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:523:11:
22:36:42 521 | },
22:36:42 522 | onError: error => {
22:36:42 > 523 | console.log(error)
22:36:42 | ^
22:36:42 524 | }
22:36:42 525 | })
22:36:42 526 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:535:11:
22:36:42 533 | this.examForm.region = RegionUtil.getFullRegionByDistrictCode(response.data.data[0].districtcode)
22:36:42 534 | this.examForm.districtCode = response.data.data[0].districtcode
22:36:42 > 535 | console.log('当前组织所属地区', this.regionCode, this.region)
22:36:42 | ^
22:36:42 536 | },
22:36:42 537 | onError: error => {
22:36:42 538 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:538:11:
22:36:42 536 | },
22:36:42 537 | onError: error => {
22:36:42 > 538 | console.log(error)
22:36:42 | ^
22:36:42 539 | }
22:36:42 540 | })
22:36:42 541 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:556:11:
22:36:42 554 | label: item.name,
22:36:42 555 | }))
22:36:42 > 556 | console.log('organizationOptions', this.organizationOptions)
22:36:42 | ^
22:36:42 557 | },
22:36:42 558 | onError: error => {
22:36:42 559 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:559:11:
22:36:42 557 | },
22:36:42 558 | onError: error => {
22:36:42 > 559 | console.log(error)
22:36:42 | ^
22:36:42 560 | }
22:36:42 561 | })
22:36:42 562 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:577:11:
22:36:42 575 | }))
22:36:42 576 | }))
22:36:42 > 577 | console.log('regionOptions', this.regionOptions)
22:36:42 | ^
22:36:42 578 | },
22:36:42 579 | onError: error => {
22:36:42 580 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:580:11:
22:36:42 578 | },
22:36:42 579 | onError: error => {
22:36:42 > 580 | console.log(error)
22:36:42 | ^
22:36:42 581 | }
22:36:42 582 | })
22:36:42 583 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:601:11:
22:36:42 599 | label: item.item_subjectname,
22:36:42 600 | }))
22:36:42 > 601 | console.log('subjectOptions', this.subjectOptions)
22:36:42 | ^
22:36:42 602 | },
22:36:42 603 | onError: error => {
22:36:42 604 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:604:11:
22:36:42 602 | },
22:36:42 603 | onError: error => {
22:36:42 > 604 | console.log(error)
22:36:42 | ^
22:36:42 605 | }
22:36:42 606 | })
22:36:42 607 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:617:13:
22:36:42 615 | this.$api.getPaperDetail( data, {
22:36:42 616 | onSucess: response => {
22:36:42 > 617 | console.log('getPaperDetail', response.data.data)
22:36:42 | ^
22:36:42 618 | let res = response.data.data[0]
22:36:42 619 | this.getSubjectOptions()
22:36:42 620 | // 机构回显
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:656:13:
22:36:42 654 | },
22:36:42 655 | onError: error => {
22:36:42 > 656 | console.log(error)
22:36:42 | ^
22:36:42 657 | }
22:36:42 658 | })
22:36:42 659 | } catch (error) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:660:9:
22:36:42 658 | })
22:36:42 659 | } catch (error) {
22:36:42 > 660 | console.error('加载考试详情失败:', error)
22:36:42 | ^
22:36:42 661 | this.$message.error('加载考试详情失败')
22:36:42 662 | } finally {
22:36:42 663 | this.loading = false
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:686:7:
22:36:42 684 | // 所属地区
22:36:42 685 | handleRegionChange(value) {
22:36:42 > 686 | console.log('handleRegionChange', value)
22:36:42 | ^
22:36:42 687 | if (this.examForm.organization && this.examForm.regionCode) {
22:36:42 688 | this.getSubjectOptions()
22:36:42 689 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:695:7:
22:36:42 693 | district: { code: value[2], name: CodeToText[value[2]] },
22:36:42 694 | };
22:36:42 > 695 | console.log('handleRegionChange2222', this.examForm.region)
22:36:42 | ^
22:36:42 696 | this.examForm.subject = ''
22:36:42 697 | },
22:36:42 698 | // 考试科目
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:700:7:
22:36:42 698 | // 考试科目
22:36:42 699 | handleSubjectChange(value) {
22:36:42 > 700 | console.log('handleSubjectChange', value)
22:36:42 | ^
22:36:42 701 | this.rules = []
22:36:42 702 | },
22:36:42 703 | showRuleDialog() {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:732:7:
22:36:42 730 | }
22:36:42 731 |
22:36:42 > 732 | console.log('rules:', this.rules)
22:36:42 | ^
22:36:42 733 | this.ruleDialogVisible = false
22:36:42 734 | },
22:36:42 735 | handleEditRule(rule) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:736:7:
22:36:42 734 | },
22:36:42 735 | handleEditRule(rule) {
22:36:42 > 736 | console.log('handleEdit', rule)
22:36:42 | ^
22:36:42 737 | if(rule.level==1) {
22:36:42 738 | this.ruleDialogVisible = true
22:36:42 739 | this.$nextTick(() => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:770:7:
22:36:42 768 |
22:36:42 769 | handleAddSubRule(rule) {
22:36:42 > 770 | console.log('handleAddSubRule', rule)
22:36:42 | ^
22:36:42 771 | if (rule.level == 1) {
22:36:42 772 | this.$refs.subRuleDialog.bankId = rule.id
22:36:42 773 | } else {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:797:9:
22:36:42 795 | this.$set(this.currentRule, 'questionTypes', subRules[0].questionTypes)
22:36:42 796 | this.$set(this.currentRule, 'difficulties', subRules[0].difficulties)
22:36:42 > 797 | console.log('更新', this.currentRule);
22:36:42 | ^
22:36:42 798 |
22:36:42 799 | } else {
22:36:42 800 | // 新增模式 - subRules可能包含多个规则
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:821:9:
22:36:42 819 | type: 'warning'
22:36:42 820 | }).then(() => {
22:36:42 > 821 | console.log('删除规则:', this.rules, rule.id)
22:36:42 | ^
22:36:42 822 | this.removeRuleFromTree(this.rules, rule.id)
22:36:42 823 |
22:36:42 824 | // 同步更新RuleDialog的preSelectedBanks
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:968:9:
22:36:42 966 | // creatorName: sessionStorage.getItem('myProfileName') || JSON.parse(localStorage.getItem('userInfo')).name || '系统管理员'
22:36:42 967 | // }
22:36:42 > 968 | console.log('提交数据', submitData)
22:36:42 | ^
22:36:42 969 | this.loading = true
22:36:42 970 | // 编辑时需要包含examId
22:36:42 971 | if (this.mode === 'edit') {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:975:15:
22:36:42 973 | this.$api.updatePaper( submitData, {
22:36:42 974 | onSucess: response => {
22:36:42 > 975 | console.log('更新成功', response)
22:36:42 | ^
22:36:42 976 | if (response.status === 200) {
22:36:42 977 | this.$message.success('更新成功')
22:36:42 978 | this.$router.push({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:984:15:
22:36:42 982 | },
22:36:42 983 | onError: error => {
22:36:42 > 984 | console.log(error)
22:36:42 | ^
22:36:42 985 | }
22:36:42 986 | })
22:36:42 987 | } else{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:990:15:
22:36:42 988 | this.$api.createPaper( submitData, {
22:36:42 989 | onSucess: response => {
22:36:42 > 990 | console.log('新增成功', response)
22:36:42 | ^
22:36:42 991 | if (response.status === 200) {
22:36:42 992 | this.$message.success('保存成功')
22:36:42 993 | this.$router.push({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:999:15:
22:36:42 997 | },
22:36:42 998 | onError: error => {
22:36:42 > 999 | console.log(error)
22:36:42 | ^
22:36:42 1000 | }
22:36:42 1001 | })
22:36:42 1002 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RandomExam.vue:1004:9:
22:36:42 1002 | }
22:36:42 1003 | } catch (error) {
22:36:42 > 1004 | console.error('保存失败:', error)
22:36:42 | ^
22:36:42 1005 | this.$message.error('保存失败')
22:36:42 1006 | } finally {
22:36:42 1007 | this.loading = false
22:36:42
22:36:42
22:36:42 30 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/RuleDialog.vue:152:11:
22:36:42 150 | questionCount: item.item_quizcnt,
22:36:42 151 | }))
22:36:42 > 152 | console.log('bankOptions', this.bankOptions)
22:36:42 | ^
22:36:42 153 | },
22:36:42 154 | onError: error => {
22:36:42 155 | console.log(error)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RuleDialog.vue:155:11:
22:36:42 153 | },
22:36:42 154 | onError: error => {
22:36:42 > 155 | console.log(error)
22:36:42 | ^
22:36:42 156 | }
22:36:42 157 | })
22:36:42 158 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/RuleDialog.vue:177:7:
22:36:42 175 | },
22:36:42 176 | setFormData(row) {
22:36:42 > 177 | console.log('setFormData', row)
22:36:42 | ^
22:36:42 178 | this.$refs.bankTable.clearSelection()
22:36:42 179 | this.temp = Object.assign({}, row)
22:36:42 180 | this.isEdit = true
22:36:42
22:36:42
22:36:42 3 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:132:7:
22:36:42 130 | methods: {
22:36:42 131 | handleQuestionTypeChange(val) {
22:36:42 > 132 | console.log('handleQuestionTypeChange', val);
22:36:42 | ^
22:36:42 133 | this.temp = {
22:36:42 134 | id: val,
22:36:42 135 | type: 'questionType',
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:141:7:
22:36:42 139 | },
22:36:42 140 | handleDifficultyChange(val) {
22:36:42 > 141 | console.log('handleDifficultyChange', val);
22:36:42 | ^
22:36:42 142 | this.temp = {
22:36:42 143 | id: val,
22:36:42 144 | type: 'difficulty',
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:150:7:
22:36:42 148 | },
22:36:42 149 | resetForm(selectedRules=[]) {
22:36:42 > 150 | console.log('subDialog resetForm', selectedRules)
22:36:42 | ^
22:36:42 151 | this.selectedRules = selectedRules
22:36:42 152 | this.temp = {
22:36:42 153 | id: undefined,
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:164:7:
22:36:42 162 | },
22:36:42 163 | setFormData(row) {
22:36:42 > 164 | console.log('selectedRules', this.selectedRules, row)
22:36:42 | ^
22:36:42 165 | this.temp = Object.assign({}, row)
22:36:42 166 | this.isEdit = true
22:36:42 167 | // 在编辑模式下,从已选规则中排除当前规则,以便可以重新选择当前选项
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:174:11:
22:36:42 172 | this.$refs.subRuleForm.validate((valid) => {
22:36:42 173 | if (valid) {
22:36:42 > 174 | console.log('questionTypeId', this.questionTypeId)
22:36:42 | ^
22:36:42 175 | let data = {
22:36:42 176 | s_bankId: this.bankId,
22:36:42 177 | s_quizType: this.questionTypeId ? [this.questionTypeId] : this.temp.questionTypes,
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:182:17:
22:36:42 180 | this.$api.getBankQuizeCount( data, {
22:36:42 181 | onSucess: response => {
22:36:42 > 182 | console.log('getBankQuizeCount', data, response.data.data)
22:36:42 | ^
22:36:42 183 | const counts = response.data.data
22:36:42 184 |
22:36:42 185 | if (!this.isEdit) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/SubRuleDialog.vue:254:17:
22:36:42 252 | },
22:36:42 253 | onError: error => {
22:36:42 > 254 | console.log(error)
22:36:42 | ^
22:36:42 255 | this.$message.error('获取题目数量失败')
22:36:42 256 | }
22:36:42 257 | })
22:36:42
22:36:42
22:36:42 7 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/ad.vue:748:7:
22:36:42 746 | },
22:36:42 747 | getEmoticons(item) {
22:36:42 > 748 | console.log("item--->", item);
22:36:42 | ^
22:36:42 749 | this.information += item.type;
22:36:42 750 | },
22:36:42 751 | deleteReplyMessage(el, index, parentIndex) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/ad.vue:1537:11:
22:36:42 1535 | let diffValue = now - sTime;
22:36:42 1536 | if (diffValue < 0) {
22:36:42 > 1537 | console.log("结束日期不能小于开始日期!");
22:36:42 | ^
22:36:42 1538 | }
22:36:42 1539 | let monthC = diffValue / month;
22:36:42 1540 | let weekC = diffValue / (7 * day);
22:36:42
22:36:42
22:36:42 2 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/application.vue:35:9:
22:36:42 33 | },
22:36:42 34 | mounted() {
22:36:42 > 35 | console.log('homeTemplateBoradType', this.showBktHome)
22:36:42 | ^
22:36:42 36 | },
22:36:42 37 | components:{
22:36:42 38 | homeBoard,
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/common_linkcontent.vue:36:7:
22:36:42 34 | methods: {
22:36:42 35 | handleChildMessage(event) {
22:36:42 > 36 | console.log('收到关闭指令和数据:', event.data);
22:36:42 | ^
22:36:42 37 | // this.returnData = event.data.payload;
22:36:42 38 | }
22:36:42 39 | }
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:78:9:
22:36:42 76 | info: {
22:36:42 77 | handler(newVal) {
22:36:42 > 78 | console.log("newVal", newVal);
22:36:42 | ^
22:36:42 79 | if (Object.keys(newVal).length !== 0) {
22:36:42 80 | this.form.stationId = newVal.stationId;
22:36:42 81 | this.form.peopleNum = newVal.countOfSecurityMan;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:92:9:
22:36:42 90 | electronicFenceInfo: {
22:36:42 91 | handler(newVal) {
22:36:42 > 92 | console.log("electronicFenceInfo", newVal);
22:36:42 | ^
22:36:42 93 | if (newVal && Object.keys(newVal).length !== 0) {
22:36:42 94 | let deepVal = JSON.parse(JSON.stringify(newVal));
22:36:42 95 | this.form.stationName = deepVal.stationName;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:207:7:
22:36:42 205 | setCircle(data) {
22:36:42 206 | // todo: set circle
22:36:42 > 207 | console.log(data);
22:36:42 | ^
22:36:42 208 | },
22:36:42 209 | setRectangle(data) {
22:36:42 210 | console.log(data.geos);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:210:7:
22:36:42 208 | },
22:36:42 209 | setRectangle(data) {
22:36:42 > 210 | console.log(data.geos);
22:36:42 | ^
22:36:42 211 | },
22:36:42 212 | setPolygon(data) {
22:36:42 213 | console.log(data.geos);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:213:7:
22:36:42 211 | },
22:36:42 212 | setPolygon(data) {
22:36:42 > 213 | console.log(data.geos);
22:36:42 | ^
22:36:42 214 | },
22:36:42 215 | cancel() {
22:36:42 216 | if (this.mouseTool) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:226:7:
22:36:42 224 | radius,
22:36:42 225 | };
22:36:42 > 226 | console.log(this.form.shapedLocation);
22:36:42 | ^
22:36:42 227 | },
22:36:42 228 | updateStation(station) {
22:36:42 229 | console.log("updateStation", station);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:229:7:
22:36:42 227 | },
22:36:42 228 | updateStation(station) {
22:36:42 > 229 | console.log("updateStation", station);
22:36:42 | ^
22:36:42 230 | this.form.stationName = station.stationName;
22:36:42 231 | this.form.peopleNum = station.countOfSecurityMan;
22:36:42 232 | this.form.stationId = station.stationId;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:235:7:
22:36:42 233 | },
22:36:42 234 | reset() {
22:36:42 > 235 | console.log("reset", this.stationId);
22:36:42 | ^
22:36:42 236 | console.log("reset", this.form);
22:36:42 237 | this.form.id = "";
22:36:42 238 | this.form.name = "";
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/electronicFenceEdit.vue:236:7:
22:36:42 234 | reset() {
22:36:42 235 | console.log("reset", this.stationId);
22:36:42 > 236 | console.log("reset", this.form);
22:36:42 | ^
22:36:42 237 | this.form.id = "";
22:36:42 238 | this.form.name = "";
22:36:42 239 | this.form.ruleType = "Exit";
22:36:42
22:36:42
22:36:42 9 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:80:13:
22:36:42 78 | else {
22:36:42 79 | this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels
22:36:42 > 80 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
22:36:42 | ^
22:36:42 81 | if(this.organizationLevels&&this.organizationLevels.includes('Premium')){
22:36:42 82 | this.appLevelsList()
22:36:42 83 | }else{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:98:13:
22:36:42 96 | key: ""
22:36:42 97 | }
22:36:42 > 98 | console.log(this.$listeners)
22:36:42 | ^
22:36:42 99 | this.addTab(param)
22:36:42 100 | },
22:36:42 101 | applistIframe() {//查询应用列表
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:109:25:
22:36:42 107 |
22:36:42 108 | if (response.data && response.data.errmsg == "ok") {
22:36:42 > 109 | console.log(response.data)
22:36:42 | ^
22:36:42 110 | if (response.data.data.data.length) {
22:36:42 111 | let arr = []
22:36:42 112 | response.data.data.data.forEach((item, index) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:128:29:
22:36:42 126 |
22:36:42 127 | })
22:36:42 > 128 | console.log(arr)
22:36:42 | ^
22:36:42 129 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort
22:36:42 130 |
22:36:42 131 | const titleMap = {}
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:189:29:
22:36:42 187 | }
22:36:42 188 | }
22:36:42 > 189 | console.log(arr2)
22:36:42 | ^
22:36:42 190 | this.appcateArrList = arr2
22:36:42 191 |
22:36:42 192 | //前端缓存本地代码块--切换不同组织的所有应用列表
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:221:29:
22:36:42 219 | parsedData = JSON.parse(jsonString);
22:36:42 220 | } catch (e) {
22:36:42 > 221 | console.warn('解析 resource.data 失败:', e, resource.data);
22:36:42 | ^
22:36:42 222 | // 如果解析失败,尝试使用正则表达式提取
22:36:42 223 | const iconMatch = resource.data.match(/icon:\s*['"]([^'"]+)['"]/);
22:36:42 224 | const urlMatch = resource.data.match(/url:\s*['"]([^'"]+)['"]/);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:294:33:
22:36:42 292 | } catch (e) {
22:36:42 293 | // 如果 URL 解析失败(可能是相对路径或特殊格式),使用字符串替换方式
22:36:42 > 294 | console.warn('URL 解析失败,使用字符串替换方式:', e, url);
22:36:42 | ^
22:36:42 295 |
22:36:42 296 | // 使用正则表达式替换或添加参数
22:36:42 297 | if (token) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:321:21:
22:36:42 319 |
22:36:42 320 | const actionContent = url || resource.id || '';
22:36:42 > 321 | console.log('actionContent:', actionContent);
22:36:42 | ^
22:36:42 322 |
22:36:42 323 | // 构建 ico 字段(JSON字符串格式)
22:36:42 324 | const icoString = icon ? JSON.stringify({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:388:13:
22:36:42 386 | },
22:36:42 387 | async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
22:36:42 > 388 | console.log(this.$parent.$parent.$parent.$parent)
22:36:42 | ^
22:36:42 389 | console.log('当前appId', appId)
22:36:42 390 |
22:36:42 391 | // 判断是否为第三方应用
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:389:13:
22:36:42 387 | async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
22:36:42 388 | console.log(this.$parent.$parent.$parent.$parent)
22:36:42 > 389 | console.log('当前appId', appId)
22:36:42 | ^
22:36:42 390 |
22:36:42 391 | // 判断是否为第三方应用
22:36:42 392 | if (appId && appId.startsWith('third_party')) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:398:21:
22:36:42 396 | // 实际项目中可能需要根据具体业务逻辑获取 categoryId
22:36:42 397 | const categoryId = appId || 'default'; // 示例: third_party_category_123
22:36:42 > 398 | console.log('第三方应用类别ID:', categoryId);
22:36:42 | ^
22:36:42 399 |
22:36:42 400 | // 使用现有的 API 调用方式
22:36:42 401 | this.$api.getRbacCategoryResources(categoryId, {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:403:29:
22:36:42 401 | this.$api.getRbacCategoryResources(categoryId, {
22:36:42 402 | onSucess: (response) => {
22:36:42 > 403 | console.log('第三方应用资源:', response);
22:36:42 | ^
22:36:42 404 | // 构建第三方应用菜单
22:36:42 405 | if (response && response.data && response.data.data) {
22:36:42 406 | // 注意:实际数据在 response.data.data 中
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:408:33:
22:36:42 406 | // 注意:实际数据在 response.data.data 中
22:36:42 407 | const menus = this.transformRbacResourcesToMenus(response.data.data);
22:36:42 > 408 | console.log('转换后的菜单结构:', menus);
22:36:42 | ^
22:36:42 409 |
22:36:42 410 | // 将菜单数据存储到 Vuex store 中
22:36:42 411 | this.$store.commit('loadMenus', { appId: appId, menus: menus });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:417:29:
22:36:42 415 | },
22:36:42 416 | onError: (error) => {
22:36:42 > 417 | console.error('获取第三方应用资源失败:', error);
22:36:42 | ^
22:36:42 418 | }
22:36:42 419 | });
22:36:42 420 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:424:21:
22:36:42 422 | return;
22:36:42 423 | } catch (error) {
22:36:42 > 424 | console.error('获取第三方应用资源失败:', error);
22:36:42 | ^
22:36:42 425 | }
22:36:42 426 | }
22:36:42 427 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:437:17:
22:36:42 435 | }
22:36:42 436 | if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页
22:36:42 > 437 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 438 | this.$parent.$parent.$parent.$parent.navtopmenuclick(1)
22:36:42 439 | return
22:36:42 440 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:446:17:
22:36:42 444 |
22:36:42 445 | if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口
22:36:42 > 446 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 447 | this.$parent.$parent.$parent.$parent.navtopmenuclick(100)
22:36:42 448 | return
22:36:42 449 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllApp.vue:451:17:
22:36:42 449 | }
22:36:42 450 | if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口
22:36:42 > 451 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 452 | this.$parent.$parent.$parent.$parent.navtopmenuclick(101)
22:36:42 453 | return
22:36:42 454 | }
22:36:42
22:36:42
22:36:42 18 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:83:13:
22:36:42 81 | else {
22:36:42 82 | this.organizationLevels=organizationLevels.split(',')//obpm.config.js定义全局变量organizationLevels
22:36:42 > 83 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
22:36:42 | ^
22:36:42 84 | if(this.organizationLevels&&this.organizationLevels.includes('Premium')){
22:36:42 85 | this.appLevelsList()
22:36:42 86 | }else{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:101:13:
22:36:42 99 | key: ""
22:36:42 100 | }
22:36:42 > 101 | console.log(this.$listeners)
22:36:42 | ^
22:36:42 102 | this.addTab(param)
22:36:42 103 | },
22:36:42 104 | applistIframe() {//查询应用列表
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:112:25:
22:36:42 110 |
22:36:42 111 | if (response.data && response.data.errmsg == "ok") {
22:36:42 > 112 | console.log(response.data)
22:36:42 | ^
22:36:42 113 | if (response.data.data.data.length) {
22:36:42 114 | let arr = []
22:36:42 115 | response.data.data.data.forEach((item, index) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:131:29:
22:36:42 129 |
22:36:42 130 | })
22:36:42 > 131 | console.log(arr)
22:36:42 | ^
22:36:42 132 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort
22:36:42 133 |
22:36:42 134 | const titleMap = {}
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:192:29:
22:36:42 190 | }
22:36:42 191 | }
22:36:42 > 192 | console.log(arr2)
22:36:42 | ^
22:36:42 193 | this.appcateArrList = arr2
22:36:42 194 |
22:36:42 195 | //前端缓存本地代码块--切换不同组织的所有应用列表
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:224:29:
22:36:42 222 | parsedData = JSON.parse(jsonString);
22:36:42 223 | } catch (e) {
22:36:42 > 224 | console.warn('解析 resource.data 失败:', e, resource.data);
22:36:42 | ^
22:36:42 225 | // 如果解析失败,尝试使用正则表达式提取
22:36:42 226 | const iconMatch = resource.data.match(/icon:\s*['"]([^'"]+)['"]/);
22:36:42 227 | const urlMatch = resource.data.match(/url:\s*['"]([^'"]+)['"]/);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:297:33:
22:36:42 295 | } catch (e) {
22:36:42 296 | // 如果 URL 解析失败(可能是相对路径或特殊格式),使用字符串替换方式
22:36:42 > 297 | console.warn('URL 解析失败,使用字符串替换方式:', e, url);
22:36:42 | ^
22:36:42 298 |
22:36:42 299 | // 使用正则表达式替换或添加参数
22:36:42 300 | if (token) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:324:21:
22:36:42 322 |
22:36:42 323 | const actionContent = url || resource.id || '';
22:36:42 > 324 | console.log('actionContent:', actionContent);
22:36:42 | ^
22:36:42 325 |
22:36:42 326 | // 构建 ico 字段(JSON字符串格式)
22:36:42 327 | const icoString = icon ? JSON.stringify({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:391:13:
22:36:42 389 | },
22:36:42 390 | loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
22:36:42 > 391 | console.log(this.$parent.$parent.$parent.$parent)
22:36:42 | ^
22:36:42 392 | console.log('当前appId', appId)
22:36:42 393 |
22:36:42 394 | // 判断是否为第三方应用
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:392:13:
22:36:42 390 | loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
22:36:42 391 | console.log(this.$parent.$parent.$parent.$parent)
22:36:42 > 392 | console.log('当前appId', appId)
22:36:42 | ^
22:36:42 393 |
22:36:42 394 | // 判断是否为第三方应用
22:36:42 395 | if (appId && appId.startsWith('third_party')) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:401:21:
22:36:42 399 | // 实际项目中可能需要根据具体业务逻辑获取 categoryId
22:36:42 400 | const categoryId = appId || 'default'; // 示例: third_party_category_123
22:36:42 > 401 | console.log('第三方应用类别ID:', categoryId);
22:36:42 | ^
22:36:42 402 |
22:36:42 403 | // 使用现有的 API 调用方式
22:36:42 404 | this.$api.getRbacCategoryResources(categoryId, {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:406:29:
22:36:42 404 | this.$api.getRbacCategoryResources(categoryId, {
22:36:42 405 | onSucess: (response) => {
22:36:42 > 406 | console.log('第三方应用资源:', response);
22:36:42 | ^
22:36:42 407 | // 构建第三方应用菜单
22:36:42 408 | if (response && response.data && response.data.data) {
22:36:42 409 | // 注意:实际数据在 response.data.data 中
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:411:33:
22:36:42 409 | // 注意:实际数据在 response.data.data 中
22:36:42 410 | const menus = this.transformRbacResourcesToMenus(response.data.data);
22:36:42 > 411 | console.log('转换后的菜单结构:', menus);
22:36:42 | ^
22:36:42 412 |
22:36:42 413 | // 将菜单数据存储到 Vuex store 中
22:36:42 414 | this.$store.commit('loadMenus', { appId: appId, menus: menus });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:420:29:
22:36:42 418 | },
22:36:42 419 | onError: (error) => {
22:36:42 > 420 | console.error('获取第三方应用资源失败:', error);
22:36:42 | ^
22:36:42 421 | }
22:36:42 422 | });
22:36:42 423 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:427:21:
22:36:42 425 | return;
22:36:42 426 | } catch (error) {
22:36:42 > 427 | console.error('获取第三方应用资源失败:', error);
22:36:42 | ^
22:36:42 428 | }
22:36:42 429 | }
22:36:42 430 | let httpsUrl = location.origin;//获取url各个环境地址--比如http://localhost:4000
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:439:17:
22:36:42 437 | }
22:36:42 438 | if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页
22:36:42 > 439 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 440 | this.$parent.$parent.$parent.$parent.navtopmenuclick(1)
22:36:42 441 | return
22:36:42 442 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:448:17:
22:36:42 446 |
22:36:42 447 | if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口
22:36:42 > 448 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 449 | this.$parent.$parent.$parent.$parent.navtopmenuclick(100)
22:36:42 450 | return
22:36:42 451 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:453:17:
22:36:42 451 | }
22:36:42 452 | if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口
22:36:42 > 453 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 454 | this.$parent.$parent.$parent.$parent.navtopmenuclick(101)
22:36:42 455 | return
22:36:42 456 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeAllAppNew.vue:458:17:
22:36:42 456 | }
22:36:42 457 | if (appId == '111') { //行业考培大屏
22:36:42 > 458 | console.log('行业考培大屏')
22:36:42 | ^
22:36:42 459 | const imgSrc = require('@/assets/images/bktImgs/大屏图片.jpg')
22:36:42 460 | this.$alert(
22:36:42 461 | `<div style="text-align:center"><img src="${imgSrc}" style="max-width:100%"></div>`,
22:36:42
22:36:42
22:36:42 19 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/homeBoardBKT.vue:181:9:
22:36:42 179 | },
22:36:42 180 | mounted() {
22:36:42 > 181 | console.log(this)
22:36:42 | ^
22:36:42 182 | },
22:36:42 183 | components:{
22:36:42 184 | homeWelcomeNew,
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:65:29:
22:36:42 63 | parsedData = JSON.parse(jsonString);
22:36:42 64 | } catch (e) {
22:36:42 > 65 | console.warn('解析 resource.data 失败:', e, resource.data);
22:36:42 | ^
22:36:42 66 | // 如果解析失败,尝试使用正则表达式提取
22:36:42 67 | const iconMatch = resource.data.match(/icon:\s*['"]([^'"]+)['"]/);
22:36:42 68 | const urlMatch = resource.data.match(/url:\s*['"]([^'"]+)['"]/);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:138:33:
22:36:42 136 | } catch (e) {
22:36:42 137 | // 如果 URL 解析失败(可能是相对路径或特殊格式),使用字符串替换方式
22:36:42 > 138 | console.warn('URL 解析失败,使用字符串替换方式:', e, url);
22:36:42 | ^
22:36:42 139 |
22:36:42 140 | // 使用正则表达式替换或添加参数
22:36:42 141 | if (token) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:165:21:
22:36:42 163 |
22:36:42 164 | const actionContent = url || resource.id || '';
22:36:42 > 165 | console.log('actionContent:', actionContent);
22:36:42 | ^
22:36:42 166 |
22:36:42 167 | // 构建 ico 字段(JSON字符串格式)
22:36:42 168 | const icoString = icon ? JSON.stringify({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:232:13:
22:36:42 230 | },
22:36:42 231 | async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
22:36:42 > 232 | console.log(this.$parent.$parent.$parent.$parent)
22:36:42 | ^
22:36:42 233 | console.log('当前appId', appId)
22:36:42 234 |
22:36:42 235 | // 判断是否为第三方应用
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:233:13:
22:36:42 231 | async loadAppMenu(appId, name) {//点击应用列表查询左边应用菜单
22:36:42 232 | console.log(this.$parent.$parent.$parent.$parent)
22:36:42 > 233 | console.log('当前appId', appId)
22:36:42 | ^
22:36:42 234 |
22:36:42 235 | // 判断是否为第三方应用
22:36:42 236 | if (appId && appId.startsWith('third_party')) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:242:21:
22:36:42 240 | // 实际项目中可能需要根据具体业务逻辑获取 categoryId
22:36:42 241 | const categoryId = appId || 'default'; // 示例: third_party_category_123
22:36:42 > 242 | console.log('第三方应用类别ID:', categoryId);
22:36:42 | ^
22:36:42 243 |
22:36:42 244 | // 使用现有的 API 调用方式
22:36:42 245 | this.$api.getRbacCategoryResources(categoryId, {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:247:29:
22:36:42 245 | this.$api.getRbacCategoryResources(categoryId, {
22:36:42 246 | onSucess: (response) => {
22:36:42 > 247 | console.log('第三方应用资源:', response);
22:36:42 | ^
22:36:42 248 | // 构建第三方应用菜单
22:36:42 249 | if (response && response.data && response.data.data) {
22:36:42 250 | // 注意:实际数据在 response.data.data 中
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:252:33:
22:36:42 250 | // 注意:实际数据在 response.data.data 中
22:36:42 251 | const menus = this.transformRbacResourcesToMenus(response.data.data);
22:36:42 > 252 | console.log('转换后的菜单结构:', menus);
22:36:42 | ^
22:36:42 253 |
22:36:42 254 | // 将菜单数据存储到 Vuex store 中
22:36:42 255 | this.$store.commit('loadMenus', { appId: appId, menus: menus });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:259:29:
22:36:42 257 | },
22:36:42 258 | onError: (error) => {
22:36:42 > 259 | console.error('获取第三方应用资源失败:', error);
22:36:42 | ^
22:36:42 260 | }
22:36:42 261 | });
22:36:42 262 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:266:21:
22:36:42 264 | return;
22:36:42 265 | } catch (error) {
22:36:42 > 266 | console.error('获取第三方应用资源失败:', error);
22:36:42 | ^
22:36:42 267 | }
22:36:42 268 | }
22:36:42 269 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:279:17:
22:36:42 277 | }
22:36:42 278 | if (appId == '__Hab04s0VNDPrjFZ3Xlo') {//挂图作战直接打开项目中心首页
22:36:42 > 279 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 280 | this.$parent.$parent.$parent.$parent.navtopmenuclick(1)
22:36:42 281 | return
22:36:42 282 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:288:17:
22:36:42 286 |
22:36:42 287 | if (appId == '__aNKPFCBuZfyQNzlnlZ9') { //商城pc前端入口
22:36:42 > 288 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 289 | this.$parent.$parent.$parent.$parent.navtopmenuclick(100)
22:36:42 290 | return
22:36:42 291 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeMyused.vue:293:17:
22:36:42 291 | }
22:36:42 292 | if (appId == '__ZG0ZtjrEhvNbj2rlOsF') { //企业钱包前端入口
22:36:42 > 293 | console.log(this.$parent.$parent)
22:36:42 | ^
22:36:42 294 | this.$parent.$parent.$parent.$parent.navtopmenuclick(101)
22:36:42 295 | return
22:36:42 296 | }
22:36:42
22:36:42
22:36:42 13 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:55:9:
22:36:42 53 | },
22:36:42 54 | created() {
22:36:42 > 55 | console.log(this.$root.user)
22:36:42 | ^
22:36:42 56 | this.network = __network__
22:36:42 57 | if(this.network){
22:36:42 58 | this.getLocation();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:107:24:
22:36:42 105 | if(response.data.data){
22:36:42 106 | this.hiredDate=response.data.data.hiredDate
22:36:42 > 107 | console.log(this.hiredDate)
22:36:42 | ^
22:36:42 108 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
22:36:42 109 | }
22:36:42 110 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:121:23:
22:36:42 119 | onSucess: response => {
22:36:42 120 | if(response.data.data){
22:36:42 > 121 | console.log(response.data.data)
22:36:42 | ^
22:36:42 122 | if(response.data.data.datas.length){
22:36:42 123 | this.getAnnouncementFirst=response.data.data.datas[0]
22:36:42 124 | }else{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:159:21:
22:36:42 157 | function onComplete (data) {
22:36:42 158 | // data是具体的定位信息
22:36:42 > 159 | console.log('定位成功信息:', data.addressComponent.city);
22:36:42 | ^
22:36:42 160 | self.city = (data.addressComponent && data.addressComponent.city);
22:36:42 161 | AMap.plugin('AMap.Weather', function() {
22:36:42 162 | console.log(self.city)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:162:25:
22:36:42 160 | self.city = (data.addressComponent && data.addressComponent.city);
22:36:42 161 | AMap.plugin('AMap.Weather', function() {
22:36:42 > 162 | console.log(self.city)
22:36:42 | ^
22:36:42 163 | var weather = new AMap.Weather();
22:36:42 164 | weather.getLive(self.city, function(err, data) {
22:36:42 165 | if (!err) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:166:33:
22:36:42 164 | weather.getLive(self.city, function(err, data) {
22:36:42 165 | if (!err) {
22:36:42 > 166 | console.log(data)
22:36:42 | ^
22:36:42 167 | self.cityInfo=data
22:36:42 168 | if(data.weather.indexOf('晴')>-1){
22:36:42 169 | self.weatherImg=self.sun
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:200:21:
22:36:42 198 | function onError (data) {
22:36:42 199 | // 定位出错
22:36:42 > 200 | console.log('定位失败错误:', data);
22:36:42 | ^
22:36:42 201 | self.city=''//定位失败隐藏
22:36:42 202 | // 调用IP定位
22:36:42 203 | self.getLngLatLocation();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:213:21:
22:36:42 211 | if (status === 'complete' && result.info === 'OK') {
22:36:42 212 | // 查询成功,result即为当前所在城市信息
22:36:42 > 213 | console.log('通过ip获取当前城市:', result);
22:36:42 | ^
22:36:42 214 | // 逆向地理编码
22:36:42 215 | AMap.plugin('AMap.Geocoder', function () {
22:36:42 216 | var geocoder = new AMap.Geocoder({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:225:25:
22:36:42 223 | if (status === 'complete' && data.info === 'OK') {
22:36:42 224 | // result为对应的地理位置详细信息
22:36:42 > 225 | console.log(data);
22:36:42 | ^
22:36:42 226 | }
22:36:42 227 | });
22:36:42 228 | });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:246:20:
22:36:42 244 | // loading.close();//关闭加载
22:36:42 245 | // });
22:36:42 > 246 | console.log('banner______________',response.data.data.data)
22:36:42 | ^
22:36:42 247 | if(response.data.data.data){
22:36:42 248 | let Arry=[]
22:36:42 249 | response.data.data.data.forEach(item=>{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcome.vue:258:24:
22:36:42 256 | })
22:36:42 257 | this.bannerArr=Arry
22:36:42 > 258 | console.log(this.bannerArr)
22:36:42 | ^
22:36:42 259 | }
22:36:42 260 | }
22:36:42 261 | })
22:36:42
22:36:42
22:36:42 11 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:57:9:
22:36:42 55 | },
22:36:42 56 | created() {
22:36:42 > 57 | console.log(this.$root.user)
22:36:42 | ^
22:36:42 58 | this.network = __network__
22:36:42 59 | if(this.network){
22:36:42 60 | this.getLocation();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:154:24:
22:36:42 152 | if(response.data.data){
22:36:42 153 | this.hiredDate=response.data.data.hiredDate
22:36:42 > 154 | console.log(this.hiredDate)
22:36:42 | ^
22:36:42 155 | this.hiredDateToNow=diffDate(response.data.data.hiredDate,getNowFormatDate())
22:36:42 156 | }
22:36:42 157 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:168:23:
22:36:42 166 | onSucess: response => {
22:36:42 167 | if(response.data.data){
22:36:42 > 168 | console.log(response.data.data)
22:36:42 | ^
22:36:42 169 | if(response.data.data.datas.length){
22:36:42 170 | this.getAnnouncementFirst=response.data.data.datas[0]
22:36:42 171 | }else{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:206:21:
22:36:42 204 | function onComplete (data) {
22:36:42 205 | // data是具体的定位信息
22:36:42 > 206 | console.log('定位成功信息:', data.addressComponent.city);
22:36:42 | ^
22:36:42 207 | self.city = (data.addressComponent && data.addressComponent.city);
22:36:42 208 | AMap.plugin('AMap.Weather', function() {
22:36:42 209 | console.log(self.city)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:209:25:
22:36:42 207 | self.city = (data.addressComponent && data.addressComponent.city);
22:36:42 208 | AMap.plugin('AMap.Weather', function() {
22:36:42 > 209 | console.log(self.city)
22:36:42 | ^
22:36:42 210 | var weather = new AMap.Weather();
22:36:42 211 | weather.getLive(self.city, function(err, data) {
22:36:42 212 | if (!err) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:213:33:
22:36:42 211 | weather.getLive(self.city, function(err, data) {
22:36:42 212 | if (!err) {
22:36:42 > 213 | console.log(data)
22:36:42 | ^
22:36:42 214 | self.cityInfo=data
22:36:42 215 | if(data.weather.indexOf('晴')>-1){
22:36:42 216 | self.weatherImg=self.sun
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:247:21:
22:36:42 245 | function onError (data) {
22:36:42 246 | // 定位出错
22:36:42 > 247 | console.log('定位失败错误:', data);
22:36:42 | ^
22:36:42 248 | self.city=''//定位失败隐藏
22:36:42 249 | // 调用IP定位
22:36:42 250 | self.getLngLatLocation();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:260:21:
22:36:42 258 | if (status === 'complete' && result.info === 'OK') {
22:36:42 259 | // 查询成功,result即为当前所在城市信息
22:36:42 > 260 | console.log('通过ip获取当前城市:', result);
22:36:42 | ^
22:36:42 261 | // 逆向地理编码
22:36:42 262 | AMap.plugin('AMap.Geocoder', function () {
22:36:42 263 | var geocoder = new AMap.Geocoder({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:272:25:
22:36:42 270 | if (status === 'complete' && data.info === 'OK') {
22:36:42 271 | // result为对应的地理位置详细信息
22:36:42 > 272 | console.log(data);
22:36:42 | ^
22:36:42 273 | }
22:36:42 274 | });
22:36:42 275 | });
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:293:20:
22:36:42 291 | // loading.close();//关闭加载
22:36:42 292 | // });
22:36:42 > 293 | console.log('banner______________',response.data.data.data)
22:36:42 | ^
22:36:42 294 | if(response.data.data.data){
22:36:42 295 | let Arry=[]
22:36:42 296 | response.data.data.data.forEach(item=>{
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/homeWelcomeNew.vue:305:24:
22:36:42 303 | })
22:36:42 304 | this.bannerArr=Arry.slice(0,3)
22:36:42 > 305 | console.log(this.bannerArr)
22:36:42 | ^
22:36:42 306 | }
22:36:42 307 | }
22:36:42 308 | })
22:36:42
22:36:42
22:36:42 11 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/menu_custom_linktype.vue:49:5:
22:36:42 47 | created() {
22:36:42 48 |
22:36:42 > 49 | console.log(this.openParams,'openParams');
22:36:42 | ^
22:36:42 50 |
22:36:42 51 | // Function to check if the URL contains the specified domain and redirect
22:36:42 52 | function checkAndRedirect(v) {
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:206:13:
22:36:42 204 |
22:36:42 205 | if(formData.id.indexOf('shapeType')>-1){
22:36:42 > 206 | console.log('shapeType',e.data)
22:36:42 | ^
22:36:42 207 | // formData.value=e.data.shapeType
22:36:42 208 | formData.value=e.data.shapeType
22:36:42 209 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:211:14:
22:36:42 209 | }
22:36:42 210 | if(formData.id.indexOf('shapedLocation')>-1){
22:36:42 > 211 | console.log('shapedLocation',e.data)
22:36:42 | ^
22:36:42 212 | formData.value=JSON.stringify(e.data.shapedLocation)
22:36:42 213 | }
22:36:42 214 | })
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:243:9:
22:36:42 241 | handler:function(newV,oldV){
22:36:42 242 | this.value = newV
22:36:42 > 243 | console.log('this.value',this.value)
22:36:42 | ^
22:36:42 244 | let field = this.field
22:36:42 245 | if (field.refreshOnChanged) {//判断是否需要刷新
22:36:42 246 | if(field.refreshMode == 1) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:346:11:
22:36:42 344 | sub = arr[i].split("=");
22:36:42 345 | sub = sub[0].split(":");
22:36:42 > 346 | console.log(sub[1]);
22:36:42 | ^
22:36:42 347 |
22:36:42 348 | key = sub[0];
22:36:42 349 | value = sub[1];
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:504:16:
22:36:42 502 | let index=fieldStyle.lastIndexOf("width:") + 6
22:36:42 503 | fieldStyle=fieldStyle.slice(index)
22:36:42 > 504 | console.log(fieldStyle,1)
22:36:42 | ^
22:36:42 505 | if(fieldStyle.indexOf("%")!==-1){
22:36:42 506 | index=fieldStyle.indexOf("%")
22:36:42 507 | fieldStyle=fieldStyle.slice(0,index)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:508:21:
22:36:42 506 | index=fieldStyle.indexOf("%")
22:36:42 507 | fieldStyle=fieldStyle.slice(0,index)
22:36:42 > 508 | console.log(fieldStyle,2)
22:36:42 | ^
22:36:42 509 | if(fieldStyle.length<=3){
22:36:42 510 | console.log(fieldStyle,3)
22:36:42 511 | fieldStyle=parseFloat(fieldStyle)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/o_input.vue:510:19:
22:36:42 508 | console.log(fieldStyle,2)
22:36:42 509 | if(fieldStyle.length<=3){
22:36:42 > 510 | console.log(fieldStyle,3)
22:36:42 | ^
22:36:42 511 | fieldStyle=parseFloat(fieldStyle)
22:36:42 512 |
22:36:42 513 | this.$refs.inputWrap.style.width="100%"
22:36:42
22:36:42
22:36:42 7 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/o_textarea.vue:162:13:
22:36:42 160 | // }
22:36:42 161 | if(formData.id.indexOf('shapedLocation')>-1){
22:36:42 > 162 | console.log('shapedLocation',e.data)
22:36:42 | ^
22:36:42 163 | formData.value=JSON.stringify(e.data.shapedLocation)
22:36:42 164 | }
22:36:42 165 | })
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:460:7:
22:36:42 458 | init(isCloseDialog) {
22:36:42 459 | // debugger
22:36:42 > 460 | console.log(this.jumpParams);
22:36:42 | ^
22:36:42 461 | let op = this.openParams;
22:36:42 462 | let exparams = {};
22:36:42 463 | if (op.exparams) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:676:7:
22:36:42 674 | //包含元素弹出层和当前页打开都是使用这个刷新
22:36:42 675 | closeDialog(isSave) {
22:36:42 > 676 | console.log(this.viewType)
22:36:42 | ^
22:36:42 677 | this.$refs.delegate.reloadListView();
22:36:42 678 | if (!isSave) {
22:36:42 679 | this.dialogVisible = false;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:724:9:
22:36:42 722 | }
22:36:42 723 | if ((st && st == "tab") || (st && st == "include")) {
22:36:42 > 724 | console.log(exparams);
22:36:42 | ^
22:36:42 725 | console.log(5455);
22:36:42 726 | //如果是控件选项卡
22:36:42 727 | exparams.parentId = op.parentId;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:725:9:
22:36:42 723 | if ((st && st == "tab") || (st && st == "include")) {
22:36:42 724 | console.log(exparams);
22:36:42 > 725 | console.log(5455);
22:36:42 | ^
22:36:42 726 | //如果是控件选项卡
22:36:42 727 | exparams.parentId = op.parentId;
22:36:42 728 | exparams.isRelate = op.isRelate;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:730:7:
22:36:42 728 | exparams.isRelate = op.isRelate;
22:36:42 729 | }
22:36:42 > 730 | console.info('delegate 1', appId);
22:36:42 | ^
22:36:42 731 | this.$api.getViewTemplate(appId, viewId, exparams, {
22:36:42 732 | onSucess: (response) => {
22:36:42 733 | // alert(88)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:736:11:
22:36:42 734 | this.loading = true;
22:36:42 735 |
22:36:42 > 736 | console.info('response', response);
22:36:42 | ^
22:36:42 737 | if (response.data.data) {
22:36:42 738 | if (!response.data.data.activities) {
22:36:42 739 | //后台配置的视图操作按钮为0
22:36:42
22:36:42
22:36:42 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:1519:19:
22:36:42 1517 | break;
22:36:42 1518 | case 16: //导出excel
22:36:42 > 1519 | debugger
22:36:42 | ^
22:36:42 1520 | this.isBlockClick = false;
22:36:42 1521 | this.currentClickBtnAct = act;
22:36:42 1522 | let excelColumns = [];
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1525:19:
22:36:42 1523 | let columns = this.copyColumns;
22:36:42 1524 | let selectAll = [];
22:36:42 > 1525 | console.log(columns)
22:36:42 | ^
22:36:42 1526 | for (let i = 0; i < columns.length; i++) {
22:36:42 1527 | if (columns[i].visible4ExpExcel) {
22:36:42 1528 | excelColumns.push(columns[i]);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1775:13:
22:36:42 1773 | if (res.data.errcode === 0) {
22:36:42 1774 | let url = res.data.data.content;
22:36:42 > 1775 | console.log(url);
22:36:42 | ^
22:36:42 1776 | let queryString = act.dispatcherParams;
22:36:42 1777 | let isForm = url.search("form.html") != -1; //兼容good的url的写法(后期改)
22:36:42 1778 | let isView = url.search("view.html") != -1; //兼容good的url的写法(后期改)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1796:13:
22:36:42 1794 | let isExternalLink = false;
22:36:42 1795 |
22:36:42 > 1796 | console.log("编辑流程");
22:36:42 | ^
22:36:42 1797 | console.log(url);
22:36:42 1798 | if (url && url.indexOf("processHtmlTem.html") > -1) {
22:36:42 1799 | API.softwareApplication(this.openParams.appId, {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:1797:13:
22:36:42 1795 |
22:36:42 1796 | console.log("编辑流程");
22:36:42 > 1797 | console.log(url);
22:36:42 | ^
22:36:42 1798 | if (url && url.indexOf("processHtmlTem.html") > -1) {
22:36:42 1799 | API.softwareApplication(this.openParams.appId, {
22:36:42 1800 | onSucess: (res) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2265:9:
22:36:42 2263 | let sc = this.excelSelectList;
22:36:42 2264 | let selectColumns = sc && sc.length > 0 ? sc.join(",") : "";
22:36:42 > 2265 | console.log('导出', exparams)
22:36:42 | ^
22:36:42 2266 | let obj = {
22:36:42 2267 | selectColumns,
22:36:42 2268 | selectDocIds: selectDocId,
22:36:42
22:36:42
22:36:42 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2286:9:
22:36:42 2284 | }
22:36:42 2285 | }
22:36:42 > 2286 | debugger
22:36:42 | ^
22:36:42 2287 | console.log(view)
22:36:42 2288 | if (view.searchFormId != undefined) {
22:36:42 2289 | //高级查询
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2287:9:
22:36:42 2285 | }
22:36:42 2286 | debugger
22:36:42 > 2287 | console.log(view)
22:36:42 | ^
22:36:42 2288 | if (view.searchFormId != undefined) {
22:36:42 2289 | //高级查询
22:36:42 2290 | let sfd = this.$refs.delegate.getSearchformBuildData();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2291:11:
22:36:42 2289 | //高级查询
22:36:42 2290 | let sfd = this.$refs.delegate.getSearchformBuildData();
22:36:42 > 2291 | console.log('sfd', sfd)
22:36:42 | ^
22:36:42 2292 | console.log('sd', sd)
22:36:42 2293 | sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
22:36:42 2294 | obj.items = sd;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2292:11:
22:36:42 2290 | let sfd = this.$refs.delegate.getSearchformBuildData();
22:36:42 2291 | console.log('sfd', sfd)
22:36:42 > 2292 | console.log('sd', sd)
22:36:42 | ^
22:36:42 2293 | sd = Object.assign(sd, sfd);//导出全部--获取高筛搜索条件sfd
22:36:42 2294 | obj.items = sd;
22:36:42 2295 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2316:17:
22:36:42 2314 | window.clearInterval(this.task);
22:36:42 2315 | }
22:36:42 > 2316 | console.log(excelRowCount);
22:36:42 | ^
22:36:42 2317 | if (excelRowCount == 10000) {
22:36:42 2318 | process = 100;
22:36:42 2319 | this.$message({
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2399:7:
22:36:42 2397 |
22:36:42 2398 | onAction(act) {
22:36:42 > 2399 | console.log(act);
22:36:42 | ^
22:36:42 2400 | //绑定视图的处理事件
22:36:42 2401 | let actId = act.id;
22:36:42 2402 | let activityType = act.type;
22:36:42
22:36:42
22:36:42 error: Unexpected 'debugger' statement (no-debugger) at src/components/view_delegate.vue:2682:7:
22:36:42 2680 | formData = { ...formData, ...this.$route.query };
22:36:42 2681 | }
22:36:42 > 2682 | debugger
22:36:42 | ^
22:36:42 2683 | let divId = act.id;
22:36:42 2684 | let actType = act.type;
22:36:42 2685 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/components/view_delegate.vue:2824:19:
22:36:42 2822 | let columns = this.copyColumns;
22:36:42 2823 | let selectAll = [];
22:36:42 > 2824 | console.log(columns)
22:36:42 | ^
22:36:42 2825 | for (let i = 0; i < columns.length; i++) {
22:36:42 2826 | if (columns[i].visible4ExpExcel) {
22:36:42 2827 | excelColumns.push(columns[i]);
22:36:42
22:36:42
22:36:42 20 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/views/About.vue:49:9:
22:36:42 47 |
22:36:42 48 | if (event.data.type === 'CLOSE_IFRAME') {
22:36:42 > 49 | console.log('收到关闭指令和数据:', event.data.payload);
22:36:42 | ^
22:36:42 50 | this.returnData = event.data.payload;
22:36:42 51 | this.dialogVisible = false; // 关闭弹窗
22:36:42 52 |
22:36:42
22:36:42
22:36:42 1 error found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:177:9:
22:36:42 175 | clickRail(evt, feature) {
22:36:42 176 | if (feature) {
22:36:42 > 177 | console.log(feature);
22:36:42 | ^
22:36:42 178 | const rails = feature.get("features");
22:36:42 179 | if (rails && rails.length === 1) {
22:36:42 180 | this.showRailInfoFromList = false;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:183:11:
22:36:42 181 | const rail = rails[0];
22:36:42 182 | const info = rail.get("props");
22:36:42 > 183 | console.log("clickRailInfo", info);
22:36:42 | ^
22:36:42 184 | this.showRailInfo({ info });
22:36:42 185 | } else {
22:36:42 186 | if (feature.get("props")) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:189:13:
22:36:42 187 | this.showRailInfoFromList = false;
22:36:42 188 | const info = feature.get("props");
22:36:42 > 189 | console.log("clickRailInfo", info);
22:36:42 | ^
22:36:42 190 | this.showRailInfo({ info });
22:36:42 191 | } else {
22:36:42 192 | // 如果是聚合点就下钻一级
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:202:7:
22:36:42 200 |
22:36:42 201 | onRailLayerChange(features) {
22:36:42 > 202 | console.log(features);
22:36:42 | ^
22:36:42 203 | if (features && features.length === 1) {
22:36:42 204 | const feature = features[0];
22:36:42 205 | const type = feature.get("type");
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:207:11:
22:36:42 205 | const type = feature.get("type");
22:36:42 206 | if (type && !this.showRailInfoFromList) {
22:36:42 > 207 | console.log(type);
22:36:42 | ^
22:36:42 208 | if (type === "polygon" || type === "Polygon") {
22:36:42 209 | const geometry = feature.get("geometry");
22:36:42 210 | // const view = this.$refs.map.map.getView();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:273:7:
22:36:42 271 | this.electronicFenceInfo = JSON.parse(JSON.stringify(this.info));
22:36:42 272 | this.electronicFenceInfo = {};
22:36:42 > 273 | console.log(this.station);
22:36:42 | ^
22:36:42 274 | this.$nextTick(() => {
22:36:42 275 | this.$refs.electronicFenceEdit.updateStation({
22:36:42 276 | stationName: this.station.name,
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:288:7:
22:36:42 286 | */
22:36:42 287 | async electronicFenceEditFn({ data }) {
22:36:42 > 288 | console.log("编辑某条电子围栏", data);
22:36:42 | ^
22:36:42 289 | this.showRailInfoFromList = true;
22:36:42 290 | // this.map.clearMap();
22:36:42 291 | this.isElectronicFenceDialog = false;
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:296:7:
22:36:42 294 | const rail = await getRailDetailAccess(data.id);
22:36:42 295 | this.info = { ...rail, ...this.electronicFenceInfo }; // 弹框信息
22:36:42 > 296 | console.log(this.info);
22:36:42 | ^
22:36:42 297 | this.isElectronicFenceEditDialog = true;
22:36:42 298 | // 显示可编辑围栏区域
22:36:42 299 | this.showMapEditor(data);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:302:7:
22:36:42 300 | },
22:36:42 301 | delElectronic(data) {
22:36:42 > 302 | console.log(data);
22:36:42 | ^
22:36:42 303 | let params = {
22:36:42 304 | id: data.data.id,
22:36:42 305 | };
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:308:11:
22:36:42 306 | deleteRailAccess(params)
22:36:42 307 | .then((res) => {
22:36:42 > 308 | console.log("deleteRailAccess", res);
22:36:42 | ^
22:36:42 309 | this.$refs["electronicFence"].getRails();
22:36:42 310 | this.$message({
22:36:42 311 | message: "删除成功",
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:316:11:
22:36:42 314 | })
22:36:42 315 | .catch((err) => {
22:36:42 > 316 | console.log(err);
22:36:42 | ^
22:36:42 317 | });
22:36:42 318 | },
22:36:42 319 |
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:331:11:
22:36:42 329 | })
22:36:42 330 | .then((res) => {
22:36:42 > 331 | console.log("searchRail", res);
22:36:42 | ^
22:36:42 332 | if (res) {
22:36:42 333 | this.electronicFenceData = res;
22:36:42 334 | } else {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:359:7:
22:36:42 357 |
22:36:42 358 | showMapEditor({ shapeType, shapedLocation }) {
22:36:42 > 359 | console.log('showMapEditor', shapeType, shapedLocation);
22:36:42 | ^
22:36:42 360 | switch (shapeType) {
22:36:42 361 | case "Circle": // 圆
22:36:42 362 | this.showCircleEditor(shapedLocation);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:374:7:
22:36:42 372 | showPolygonEditor({ geos }) {
22:36:42 373 | let list = geos.map((item) => [item.lon, item.lat]);
22:36:42 > 374 | console.log(list);
22:36:42 | ^
22:36:42 375 | this.layers.railLayer.features = [
22:36:42 376 | {
22:36:42 377 | type: "polygon",
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:388:7:
22:36:42 386 | center: list[0],
22:36:42 387 | });
22:36:42 > 388 | console.log(this.layers.railLayer.features);
22:36:42 | ^
22:36:42 389 | },
22:36:42 390 | showCribEditor({ geos }) {
22:36:42 391 | let list = geos.map((item) => [item.lon, item.lat]);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:392:7:
22:36:42 390 | showCribEditor({ geos }) {
22:36:42 391 | let list = geos.map((item) => [item.lon, item.lat]);
22:36:42 > 392 | console.log(list);
22:36:42 | ^
22:36:42 393 | this.layers.railLayer.features = [
22:36:42 394 | {
22:36:42 395 | type: "polygon",
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:406:7:
22:36:42 404 | center: list[0],
22:36:42 405 | });
22:36:42 > 406 | console.log(this.layers.railLayer.features);
22:36:42 | ^
22:36:42 407 | },
22:36:42 408 | showCircleEditor({ geos, radius }) {
22:36:42 409 | const [center] = geos.map((item) => [item.lon, item.lat]);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:410:7:
22:36:42 408 | showCircleEditor({ geos, radius }) {
22:36:42 409 | const [center] = geos.map((item) => [item.lon, item.lat]);
22:36:42 > 410 | console.log(center);
22:36:42 | ^
22:36:42 411 | this.layers.railLayer.features = [
22:36:42 412 | {
22:36:42 413 | type: "Circle",
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:427:7:
22:36:42 425 | },
22:36:42 426 | drawRail(type) {
22:36:42 > 427 | console.log("drawRail", type);
22:36:42 | ^
22:36:42 428 | // this.layers.railLayer.features = []
22:36:42 429 | this.drawType = type;
22:36:42 430 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:433:7:
22:36:42 431 | drawend(evt, map) {
22:36:42 432 | const { feature } = evt;
22:36:42 > 433 | console.log(this.drawType);
22:36:42 | ^
22:36:42 434 | this.layers.railLayer.features = []; // 清空上一个电子围栏
22:36:42 435 | const geometry = feature.getGeometry();
22:36:42 436 | if (this.drawType === "Rectangle" || this.drawType === "Polygon") {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:441:9:
22:36:42 439 | return utils.convertCoordinate(coordinate, "84-gd");
22:36:42 440 | });
22:36:42 > 441 | console.log(coordinates);
22:36:42 | ^
22:36:42 442 | console.log(convertCoordinates);
22:36:42 443 | const params = {
22:36:42 444 | geos: convertCoordinates.map((item) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:442:9:
22:36:42 440 | });
22:36:42 441 | console.log(coordinates);
22:36:42 > 442 | console.log(convertCoordinates);
22:36:42 | ^
22:36:42 443 | const params = {
22:36:42 444 | geos: convertCoordinates.map((item) => {
22:36:42 445 | return {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:451:9:
22:36:42 449 | }),
22:36:42 450 | };
22:36:42 > 451 | console.log(params);
22:36:42 | ^
22:36:42 452 | this.$refs.electronicFenceEdit.updateGeometry(params);
22:36:42 453 | } else if (this.drawType === "Circle") {
22:36:42 454 | const center = geometry.getCenter();
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:455:9:
22:36:42 453 | } else if (this.drawType === "Circle") {
22:36:42 454 | const center = geometry.getCenter();
22:36:42 > 455 | console.log(center);
22:36:42 | ^
22:36:42 456 | const geoRadius = geometry.getRadius(); // 半径
22:36:42 457 | const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位
22:36:42 458 | const radius = (geoRadius * metersPerUnit).toFixed(2);
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:459:9:
22:36:42 457 | const metersPerUnit = map.getView().getProjection().getMetersPerUnit(); // 半径以米为单位
22:36:42 458 | const radius = (geoRadius * metersPerUnit).toFixed(2);
22:36:42 > 459 | console.log(radius);
22:36:42 | ^
22:36:42 460 | const convertCoordinates = utils.convertCoordinate(center, "84-gd");
22:36:42 461 | const params = {
22:36:42 462 | geos: [
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:470:9:
22:36:42 468 | radius,
22:36:42 469 | };
22:36:42 > 470 | console.log(params);
22:36:42 | ^
22:36:42 471 | this.$refs.electronicFenceEdit.updateGeometry(params);
22:36:42 472 | }
22:36:42 473 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:482:8:
22:36:42 480 | onSucess: (res) => {
22:36:42 481 | let list = res.data.data.map(item => [item.longitude, item.latitude]);
22:36:42 > 482 | console.log('list',list)
22:36:42 | ^
22:36:42 483 | this.layers.stationLayer.features = [
22:36:42 484 | {
22:36:42 485 | type: "polyline",
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:517:8:
22:36:42 515 | // let list = res.data.data.map(item => [item.longitude, item.latitude]);
22:36:42 516 | const [center] = res.data.data.map((item) => [item.longitude, item.latitude]);
22:36:42 > 517 | console.log('list',list)
22:36:42 | ^
22:36:42 518 | // this.layers.stationLayer.features = [
22:36:42 519 | // {
22:36:42 520 | // type: "polyline",
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/ElectronicFence.vue:546:5:
22:36:42 544 | mounted() {
22:36:42 545 | let query = this.$route.query;
22:36:42 > 546 | console.log('query',query)
22:36:42 | ^
22:36:42 547 | if (query && query.pathId) {
22:36:42 548 | this.showFenceEdit = false
22:36:42 549 | this.initPosition(query.pathId)
22:36:42
22:36:42
22:36:42 29 errors found.
22:36:42
22:36:42 Module Warning (from ./node_modules/eslint-loader/index.js):
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:512:13:
22:36:42 510 | this.activeHome()
22:36:42 511 | this.applist()//查询左边下拉应用列表
22:36:42 > 512 | console.log(this.$refs.mainNavBar.data)
22:36:42 | ^
22:36:42 513 | if (state.defaultFirst == 1) {
22:36:42 514 | this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
22:36:42 515 | }
22:36:42
22:36:42
22:36:42 error: Unexpected side effect in "applicationName" computed property (vue/no-side-effects-in-computed-properties) at src/views/Home.vue:528:11:
22:36:42 526 | if (this.$store.state.appmenusShow) {
22:36:42 527 | this.$nextTick(() => {
22:36:42 > 528 | this.showApp = true
22:36:42 | ^
22:36:42 529 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
22:36:42 530 | this.applist()//查询左边下拉应用列表
22:36:42 531 | console.log(this.$refs.mainNavBar.data)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:531:11:
22:36:42 529 | this.$refs.mychild.setMaincontent(false) // 调用子组件的方法
22:36:42 530 | this.applist()//查询左边下拉应用列表
22:36:42 > 531 | console.log(this.$refs.mainNavBar.data)
22:36:42 | ^
22:36:42 532 | if (this.$store.state.defaultFirst == 1) {
22:36:42 533 | // this.$refs.mainNavBar.defaultClickFirst(this.$refs.mainNavBar.data)
22:36:42 534 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:544:7:
22:36:42 542 | currentAppName = this.$store.getters.currentAppName
22:36:42 543 | }
22:36:42 > 544 | console.log(currentAppName)
22:36:42 | ^
22:36:42 545 | return currentAppName;
22:36:42 546 | },
22:36:42 547 | showInstance() {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:656:11:
22:36:42 654 | }
22:36:42 655 | this.otherNotice = arr;
22:36:42 > 656 | console.log("this.otherNotice---->", this.otherNotice)
22:36:42 | ^
22:36:42 657 | }
22:36:42 658 | }
22:36:42 659 | )
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:667:11:
22:36:42 665 | if (res.data.errcode == 0) {
22:36:42 666 | let listArr = res.data.data.data
22:36:42 > 667 | console.log(listArr)
22:36:42 | ^
22:36:42 668 | if (listArr.length) {
22:36:42 669 | listArr.forEach(item => {
22:36:42 670 | if (currDate(true) >= item.items.__G3lF6FIrSTspuF06jEr.value && currDate(true) <= item.items.__eG17lW4psp4yq1aT0Pt.value) {//在当前时间范围内提醒
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:686:11:
22:36:42 684 | if (res.status == 200) {
22:36:42 685 | let listArr = res.data.data
22:36:42 > 686 | console.log('公安未读消息', listArr)
22:36:42 | ^
22:36:42 687 | if (listArr.length) {
22:36:42 688 | this.policeNotices = listArr.sort((a,b)=>{
22:36:42 689 | return (new Date(b.item_senddate)-new Date(a.item_senddate))
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:698:11:
22:36:42 696 | // })
22:36:42 697 | }
22:36:42 > 698 | console.log('公安未读消息1111', this.policeNotices.length)
22:36:42 | ^
22:36:42 699 | // this.policeNoticePop()
22:36:42 700 | if (this.policeNotices.length>0 && !this.showBktHome) {//提醒时间段有弹窗提醒
22:36:42 701 | setTimeout(() => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:708:9:
22:36:42 706 | },
22:36:42 707 | onError: err => {
22:36:42 > 708 | console.log(err)
22:36:42 | ^
22:36:42 709 | }
22:36:42 710 | }
22:36:42 711 | )
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:712:5:
22:36:42 710 | }
22:36:42 711 | )
22:36:42 > 712 | console.log('organizationLevels',organizationLevels)//obpm.config.js定义全局变量organizationLevels
22:36:42 | ^
22:36:42 713 | if(organizationLevels.indexOf('Premium')>-1){
22:36:42 714 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
22:36:42 715 | console.log('this.baseServiceOptions',this.baseServiceOptions)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:715:7:
22:36:42 713 | if(organizationLevels.indexOf('Premium')>-1){
22:36:42 714 | this.baseServiceOptions=this.$root.roleLevelsPermissionData&&this.$root.roleLevelsPermissionData.baseServiceOptions
22:36:42 > 715 | console.log('this.baseServiceOptions',this.baseServiceOptions)
22:36:42 | ^
22:36:42 716 | }
22:36:42 717 |
22:36:42 718 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:792:7:
22:36:42 790 | // 检查并显示密码修改提示
22:36:42 791 | checkPasswordUpdateNotice() {
22:36:42 > 792 | console.log('this.updatePasswordType', this.updatePasswordType, this.updatePasswordMsg)
22:36:42 | ^
22:36:42 793 | if (this.updatePasswordType && this.updatePasswordMsg) {
22:36:42 794 | this.updatePwdDialogVisible = true
22:36:42 795 | if (this.updatePasswordType === '2') {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:819:11:
22:36:42 817 | this.$api.isSupervisedApi(domainId, {
22:36:42 818 | onSucess: res => {
22:36:42 > 819 | console.log('res11', res)
22:36:42 | ^
22:36:42 820 | if (res.data.data) {
22:36:42 821 | console.log('res.data.data监管归属', res.data.data)
22:36:42 822 | this.isSupervisedInfoCompletedData = res.data.data
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:821:13:
22:36:42 819 | console.log('res11', res)
22:36:42 820 | if (res.data.data) {
22:36:42 > 821 | console.log('res.data.data监管归属', res.data.data)
22:36:42 | ^
22:36:42 822 | this.isSupervisedInfoCompletedData = res.data.data
22:36:42 823 | console.log(this.isSupervisedInfoCompletedData)
22:36:42 824 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:823:13:
22:36:42 821 | console.log('res.data.data监管归属', res.data.data)
22:36:42 822 | this.isSupervisedInfoCompletedData = res.data.data
22:36:42 > 823 | console.log(this.isSupervisedInfoCompletedData)
22:36:42 | ^
22:36:42 824 | if (res.data.data.superviseCompleted && res.data.data.infoCompleted) {
22:36:42 825 | this.supervisionDialogVisible = false;//有填写监管归属,隐藏监管归属弹窗
22:36:42 826 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:835:11:
22:36:42 833 | onError: erro => {
22:36:42 834 | this.supervisionDialogVisible = false;//错误,隐藏弹窗,默认让客户可以用
22:36:42 > 835 | console.log('erro11', erro)
22:36:42 | ^
22:36:42 836 | }
22:36:42 837 | })
22:36:42 838 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:863:13:
22:36:42 861 | {
22:36:42 862 | onSucess: res => {
22:36:42 > 863 | console.log(res.data.data.placeOfRegister)
22:36:42 | ^
22:36:42 864 | if (res.data.data.placeOfRegister && res.data.data.placeOfRegister.province.name.indexOf('北京') > -1) {
22:36:42 865 | this.systemNoticeDialogVisible = true
22:36:42 866 | this.placeOfRegister_bjFlag = true
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:906:11:
22:36:42 904 | this.$api.getEnterpriseUserinfo(localStorage.getItem("domainId"), {
22:36:42 905 | onSucess: res => {
22:36:42 > 906 | console.log('res11',res)
22:36:42 | ^
22:36:42 907 | if (res.data.status == 200) {
22:36:42 908 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
22:36:42 909 | console.log('this.domainAdmin',this.domainAdmin)
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:909:13:
22:36:42 907 | if (res.data.status == 200) {
22:36:42 908 | let isValidLonlat=res.data.data.isValidLonlat;//判断企业是否完善经纬度,没有完善强提醒
22:36:42 > 909 | console.log('this.domainAdmin',this.domainAdmin)
22:36:42 | ^
22:36:42 910 | if(this.domainAdmin&&isValidLonlat&&this.network){//是组织管理员以及没有完善经纬度--强提醒
22:36:42 911 | this.domainLonLatPopDialogVisible=true
22:36:42 912 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1183:17:
22:36:42 1181 | {
22:36:42 1182 | onSucess: res => {
22:36:42 > 1183 | console.log('res', res)
22:36:42 | ^
22:36:42 1184 | let shopToken = res.data && res.data.accessToken || ''
22:36:42 1185 | resolve(shopToken)
22:36:42 1186 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1227:17:
22:36:42 1225 | {
22:36:42 1226 | onSucess: res => {
22:36:42 > 1227 | console.log('res', res)
22:36:42 | ^
22:36:42 1228 | let shopToken = res.data && res.data.accessToken || ''
22:36:42 1229 | resolve(shopToken)
22:36:42 1230 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1278:13:
22:36:42 1276 | onSucess: response => {
22:36:42 1277 | if (response.data && response.data.errmsg == "ok") {
22:36:42 > 1278 | console.log(response.data)
22:36:42 | ^
22:36:42 1279 | if (response.data.data.data.length) {
22:36:42 1280 | let arr = []
22:36:42 1281 | response.data.data.data.forEach((item, index) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1297:15:
22:36:42 1295 |
22:36:42 1296 | })
22:36:42 > 1297 | console.log(arr)
22:36:42 | ^
22:36:42 1298 | arr.sort((a, b) => { return Number(a.cateSort) - Number(b.cateSort) }) //分类排序cateSort
22:36:42 1299 |
22:36:42 1300 | const titleMap = {}
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1344:15:
22:36:42 1342 | }
22:36:42 1343 | }
22:36:42 > 1344 | console.log(arr3)
22:36:42 | ^
22:36:42 1345 | this.applistArr = arr3
22:36:42 1346 |
22:36:42 1347 | }
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1385:13:
22:36:42 1383 | onSucess: res => {
22:36:42 1384 | if (res.status == 200) {
22:36:42 > 1385 | console.log("res--->", res.status);
22:36:42 | ^
22:36:42 1386 | }
22:36:42 1387 | }
22:36:42 1388 | })
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1488:11:
22:36:42 1486 | },
22:36:42 1487 | onError: error => {
22:36:42 > 1488 | console.log(error);
22:36:42 | ^
22:36:42 1489 | }
22:36:42 1490 | });
22:36:42 1491 | },
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1606:7:
22:36:42 1604 |
22:36:42 1605 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
22:36:42 > 1606 | console.log(tab)
22:36:42 | ^
22:36:42 1607 | console.log(tabindex)
22:36:42 1608 | if (this.$store.state.searchDataStore.length) {
22:36:42 1609 | this.$store.state.searchDataStore.forEach((item, index) => {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1607:7:
22:36:42 1605 | closeTab: function (tab, tabindex) {//关闭当前选项卡,选中前一个选项卡
22:36:42 1606 | console.log(tab)
22:36:42 > 1607 | console.log(tabindex)
22:36:42 | ^
22:36:42 1608 | if (this.$store.state.searchDataStore.length) {
22:36:42 1609 | this.$store.state.searchDataStore.forEach((item, index) => {
22:36:42 1610 | if (item.appId == tab.appId && item.viewId == tab.actionContent) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1622:7:
22:36:42 1620 | })
22:36:42 1621 | }
22:36:42 > 1622 | console.log(this.$store.state.searchDataStore)
22:36:42 | ^
22:36:42 1623 | let tabs = this.tabs;
22:36:42 1624 | if (tabindex >= 0) { //点击X关闭
22:36:42 1625 | console.log(JSON.stringify(this.tabs))
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1625:9:
22:36:42 1623 | let tabs = this.tabs;
22:36:42 1624 | if (tabindex >= 0) { //点击X关闭
22:36:42 > 1625 | console.log(JSON.stringify(this.tabs))
22:36:42 | ^
22:36:42 1626 | tabs.splice(tabindex, 1);
22:36:42 1627 | if (tab.active) {
22:36:42 1628 | if (tabs.length > 0 && ((tabs.length - 1) >= tabindex)) {
22:36:42
22:36:42
22:36:42 error: Unexpected console statement (no-console) at src/views/Home.vue:1701:13:
22:36:42 1699 | onSucess: res => {
22:36:42 1700 | this.isOrganizationPromoter = res.data.data.isOrganizationPromoter;
22:36:42 > 1701 | console.info('promoter', this.isOrganizationPromoter);
22:36:42 | ^
22:36:42 1702 | }
22:36:42 1703 | })
22:36:42 1704 | }
22:36:42
22:36:42
22:36:42 31 errors found.
22:36:42
22:36:42 You may use special comments to disable some warnings.
22:36:42 Use // eslint-disable-next-line to ignore the next line.
22:36:42 Use /* eslint-disable */ to ignore all warnings in a file.
22:36:42 warning in ./src/api.js
22:36:42
22:36:42 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
22:36:42
22:36:42 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/api.js
22:36:42 57:5 error Unexpected console statement no-console
22:36:42 587:5 error Unexpected console statement no-console
22:36:42 740:5 error Unexpected console statement no-console
22:36:42
22:36:42 ✖ 3 problems (3 errors, 0 warnings)
22:36:42
22:36:42
22:36:42 @ ./src/main.js 14:0-27 38:21-24 361:4-7 380:4-7
22:36:42 @ multi ./src/main.js
22:36:42
22:36:42 warning in ./src/main.js
22:36:42
22:36:42 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
22:36:42
22:36:42 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/main.js
22:36:42 370:3 error Unexpected console statement no-console
22:36:42 375:9 error Unexpected console statement no-console
22:36:42 389:3 error Unexpected console statement no-console
22:36:42
22:36:42 ✖ 3 problems (3 errors, 0 warnings)
22:36:42
22:36:42
22:36:42 @ multi ./src/main.js
22:36:42
22:36:42 warning in ./src/utils/regionUtil.js
22:36:42
22:36:42 Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
22:36:42
22:36:42 /data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/utils/regionUtil.js
22:36:42 148:5 error Unexpected console statement no-console
22:36:42
22:36:42 ✖ 1 problem (1 error, 0 warnings)
22:36:42
22:36:42
22:36:42 @ ./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/ExamList.vue?vue&type=script&lang=js& 19:0-44 185:42-52 186:38-48
22:36:42 @ ./src/components/ExamList.vue?vue&type=script&lang=js&
22:36:42 @ ./src/components/ExamList.vue
22:36:42 @ ./src/router.js
22:36:42 @ ./src/main.js
22:36:42 @ multi ./src/main.js
22:36:42
22:36:42 warning
22:36:42
22:36:42 asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
22:36:42 This can impact web performance.
22:36:42 Assets:
22:36:42 fonts/Source Han Sans CN Regular.552b3917.eot (8.14 MiB)
22:36:42 img/大屏图片.adbf5de7.jpg (1.17 MiB)
22:36:42 fonts/Source Han Sans CN Regular.d1fb7855.woff (5.1 MiB)
22:36:42 img/fontawesome-webfont.912ec66d.svg (434 KiB)
22:36:42 img/background.646883a5.jpg (363 KiB)
22:36:42 fonts/Source Han Sans CN Regular.50f2d6d6.ttf (8.14 MiB)
22:36:42 img/Source Han Sans CN Regular.63d44fde.svg (17.8 MiB)
22:36:42 js/about.db86a36b.js (2.83 MiB)
22:36:42 js/app.f85a8d66.js (4.67 MiB)
22:36:42 js/chunk-28d02cc0.e20621fb.js (305 KiB)
22:36:42 js/rail.7b9cc591.js (2.49 MiB)
22:36:42 iwebapp/pdfjs/core/pdf.js (584 KiB)
22:36:42 iwebapp/pdfjs/core/pdf.worker.js (723 KiB)
22:36:42 js/esdk-obs-browserjs.min.js (304 KiB)
22:36:42 pdf/word/pdfjs/build/pdf.js (774 KiB)
22:36:42 iwebapp/pdfjs/pdf-34bd0a9d29.viewer.js (1.36 MiB)
22:36:42 pdf/word/pdfjs/build/pdf.js.map (1.48 MiB)
22:36:42 iwebapp/pdfjs/pdf-8cc3ba5958.viewer.js (1.37 MiB)
22:36:42 pdf/word/pdfjs/build/pdf.worker.js (1.66 MiB)
22:36:42 pdf/word/pdfjs/build/pdf.worker.js.map (3.39 MiB)
22:36:42 pdf/word/pdfjs/web/viewer.js (655 KiB)
22:36:42 pdf/word/pdfjs/web/viewer.js.map (751 KiB)
22:36:42 UEditor/jsp/lib/commons-codec-1.9.jar (258 KiB)
22:36:42 pdf/word/iWebOffice2015.cab (12.4 MiB)
22:36:42 UEditor/third-party/highcharts/highcharts.src.js (434 KiB)
22:36:42 UEditor/third-party/jquery-1.10.2.js (267 KiB)
22:36:42 UEditor/third-party/snapscreen/UEditorSnapscreen.exe (508 KiB)
22:36:42 UEditor/ueditor.all.min.js (373 KiB)
22:36:42 UEditor/ueditor.all.js (1.06 MiB)
22:36:42
22:36:42 warning
22:36:42
22:36:42 entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
22:36:42 Entrypoints:
22:36:42 app (7.5 MiB)
22:36:42 js/about.db86a36b.js
22:36:42 js/app.f85a8d66.js
22:36:42
22:36:42
22:36:43 File Size Gzipped
22:36:43
22:36:43 dist/UEditor/ueditor.all.min.js 373.46 KiB 100.76 KiB
22:36:43 dist/js/esdk-obs-browserjs.min.js 303.80 KiB 78.74 KiB
22:36:43 dist/iwebapp/pdfjs/jquery-1.11.3.min.j 93.71 KiB 32.54 KiB
22:36:43 s
22:36:43 dist/js/jquery-1.11.3.min.js 93.71 KiB 32.54 KiB
22:36:43 dist/pdf/word/jquery.min.js 93.54 KiB 32.48 KiB
22:36:43 dist/UEditor/third-party/jquery-1.10.2 90.92 KiB 32.06 KiB
22:36:43 .min.js
22:36:43 dist/js/swiper.min.js 64.88 KiB 16.44 KiB
22:36:43 dist/UEditor/third-party/webuploader/w 56.91 KiB 18.66 KiB
22:36:43 ebuploader.min.js
22:36:43 dist/UEditor/third-party/webuploader/w 45.99 KiB 14.37 KiB
22:36:43 ebuploader.html5only.min.js
22:36:43 dist/UEditor/third-party/webuploader/w 45.81 KiB 15.77 KiB
22:36:43 ebuploader.custom.min.js
22:36:43 dist/UEditor/third-party/webuploader/w 38.87 KiB 12.03 KiB
22:36:43 ebuploader.withoutimage.min.js
22:36:43 dist/UEditor/third-party/webuploader/w 32.81 KiB 10.64 KiB
22:36:43 ebuploader.flashonly.min.js
22:36:43 dist/UEditor/third-party/xss.min.js 27.11 KiB 6.38 KiB
22:36:43 dist/pdf/word/viewer.min.js 20.21 KiB 6.41 KiB
22:36:43 dist/UEditor/third-party/zeroclipboard 18.51 KiB 6.52 KiB
22:36:43 /ZeroClipboard.min.js
22:36:43 dist/pdf/word/sweetalert.min.js 16.58 KiB 5.29 KiB
22:36:43 dist/pdf/word/toastr.min.js 16.47 KiB 3.19 KiB
22:36:43 dist/iwebapp/pdfjs/require.min.js 14.86 KiB 6.08 KiB
22:36:43 dist/pdf/word/require.min.js 14.86 KiB 6.08 KiB
22:36:43 dist/UEditor/ueditor.parse.min.js 14.45 KiB 5.01 KiB
22:36:43 dist/js/app.f85a8d66.js 4786.82 KiB 951.01 KiB
22:36:43 dist/js/about.db86a36b.js 2895.41 KiB 824.94 KiB
22:36:43 dist/js/rail.7b9cc591.js 2550.63 KiB 848.61 KiB
22:36:43 dist/pdf/word/pdfjs/build/pdf.worker.j 1700.94 KiB 322.13 KiB
22:36:43 s
22:36:43 dist/iwebapp/pdfjs/pdf-8cc3ba5958.view 1404.33 KiB 367.49 KiB
22:36:43 er.js
22:36:43 dist/iwebapp/pdfjs/pdf-34bd0a9d29.view 1397.68 KiB 362.42 KiB
22:36:43 er.js
22:36:43 dist/UEditor/ueditor.all.js 1086.60 KiB 213.79 KiB
22:36:43 dist/pdf/word/pdfjs/build/pdf.js 774.32 KiB 145.03 KiB
22:36:43 dist/iwebapp/pdfjs/core/pdf.worker.js 723.11 KiB 213.91 KiB
22:36:43 dist/pdf/word/pdfjs/web/viewer.js 654.78 KiB 99.17 KiB
22:36:43 dist/iwebapp/pdfjs/core/pdf.js 584.12 KiB 161.00 KiB
22:36:43 dist/UEditor/third-party/highcharts/hi 433.95 KiB 123.75 KiB
22:36:43 ghcharts.src.js
22:36:43 dist/js/chunk-28d02cc0.e20621fb.js 305.48 KiB 98.53 KiB
22:36:43 dist/UEditor/third-party/jquery-1.10.2 266.80 KiB 79.12 KiB
22:36:43 .js
22:36:43 dist/UEditor/third-party/webuploader/w 226.46 KiB 48.94 KiB
22:36:43 ebuploader.js
22:36:43 dist/UEditor/third-party/video-js/vide 212.98 KiB 56.36 KiB
22:36:43 o.dev.js
22:36:43 dist/UEditor/third-party/webuploader/w 193.52 KiB 43.01 KiB
22:36:43 ebuploader.custom.js
22:36:43 dist/UEditor/third-party/webuploader/w 182.25 KiB 39.11 KiB
22:36:43 ebuploader.html5only.js
22:36:43 dist/UEditor/third-party/SyntaxHighlig 155.77 KiB 43.52 KiB
22:36:43 hter/shCore.js
22:36:43 dist/UEditor/third-party/codemirror/co 154.89 KiB 35.91 KiB
22:36:43 demirror.js
22:36:43 dist/UEditor/third-party/webuploader/w 148.40 KiB 31.44 KiB
22:36:43 ebuploader.withoutimage.js
22:36:43 dist/UEditor/third-party/highcharts/hi 137.55 KiB 50.63 KiB
22:36:43 ghcharts.js
22:36:43 dist/UEditor/third-party/webuploader/w 135.64 KiB 29.89 KiB
22:36:43 ebuploader.flashonly.js
22:36:43 dist/pdf/word/WebOffice.js 135.19 KiB 30.89 KiB
22:36:43 dist/UEditor/dialogs/image/image.js 125.19 KiB 55.10 KiB
22:36:43 dist/pdf/word/iWebOffice2015.js 112.08 KiB 50.77 KiB
22:36:43 dist/js/chunk-7f638a58.0dcf71a4.js 106.53 KiB 35.96 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 98.32 KiB 22.42 KiB
22:36:43 dules/canvas-tools.src.js
22:36:43 dist/js/certificate.04963383.js 87.81 KiB 20.76 KiB
22:36:43 dist/js/china.js 61.26 KiB 43.82 KiB
22:36:43 dist/iwebapp/pdfjs/stamp/laydate/layda 58.98 KiB 15.29 KiB
22:36:43 te.js
22:36:43 dist/UEditor/third-party/highcharts/hi 58.77 KiB 16.33 KiB
22:36:43 ghcharts-more.src.js
22:36:43 dist/UEditor/third-party/highcharts/mo 56.52 KiB 15.35 KiB
22:36:43 dules/canvas-tools.js
22:36:43 dist/UEditor/third-party/video-js/vide 54.09 KiB 16.62 KiB
22:36:43 o.js
22:36:43 dist/UEditor/dialogs/wordimage/tangram 46.41 KiB 12.48 KiB
22:36:43 .js
22:36:43 dist/UEditor/third-party/zeroclipboard 42.20 KiB 9.15 KiB
22:36:43 /ZeroClipboard.js
22:36:43 dist/UEditor/ueditor.parse.js 35.91 KiB 7.93 KiB
22:36:43 dist/pdf/word/util.js 30.10 KiB 8.77 KiB
22:36:43 dist/UEditor/dialogs/video/video.js 29.78 KiB 7.62 KiB
22:36:43 dist/UEditor/dialogs/attachment/attach 29.67 KiB 6.63 KiB
22:36:43 ment.js
22:36:43 dist/UEditor/lang/en/en.js 28.72 KiB 8.24 KiB
22:36:43 dist/pdf/word/l10n.js 28.57 KiB 8.09 KiB
22:36:43 dist/UEditor/dialogs/scrawl/scrawl.js 26.51 KiB 5.97 KiB
22:36:43 dist/UEditor/lang/zh-cn/zh-cn.js 25.88 KiB 8.55 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 25.16 KiB 7.84 KiB
22:36:43 dules/map.src.js
22:36:43 dist/UEditor/ueditor.config.js 22.75 KiB 8.44 KiB
22:36:43 dist/UEditor/third-party/highcharts/hi 21.30 KiB 7.91 KiB
22:36:43 ghcharts-more.js
22:36:43 dist/pdf/word/pdfjs/web/debugger.js 18.48 KiB 4.89 KiB
22:36:43 dist/pdf/word/compatibility.js 17.70 KiB 5.38 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 16.86 KiB 5.73 KiB
22:36:43 dules/exporting.src.js
22:36:43 dist/UEditor/third-party/highcharts/mo 15.14 KiB 4.81 KiB
22:36:43 dules/data.src.js
22:36:43 dist/UEditor/dialogs/background/backgr 14.04 KiB 3.56 KiB
22:36:43 ound.js
22:36:43 dist/pdf/word/tray.js 12.95 KiB 3.86 KiB
22:36:43 dist/iwebapp/pdfjs/require.config.js 12.60 KiB 3.15 KiB
22:36:43 dist/pdf/word/require.config.js 12.38 KiB 3.05 KiB
22:36:43 dist/UEditor/dialogs/template/config.j 12.19 KiB 2.50 KiB
22:36:43 s
22:36:43 dist/UEditor/third-party/highcharts/ad 11.38 KiB 3.82 KiB
22:36:43 apters/standalone-framework.src.js
22:36:43 dist/UEditor/dialogs/charts/charts.js 10.89 KiB 3.34 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 10.69 KiB 3.16 KiB
22:36:43 dules/drilldown.src.js
22:36:43 dist/UEditor/third-party/highcharts/mo 9.88 KiB 4.03 KiB
22:36:43 dules/map.js
22:36:43 dist/UEditor/dialogs/table/edittable.j 8.72 KiB 2.01 KiB
22:36:43 s
22:36:43 dist/UEditor/third-party/highcharts/ad 8.72 KiB 3.18 KiB
22:36:43 apters/prototype-adapter.src.js
22:36:43 dist/UEditor/third-party/highcharts/mo 8.18 KiB 2.56 KiB
22:36:43 dules/annotations.src.js
22:36:43 dist/UEditor/dialogs/music/music.js 7.64 KiB 2.16 KiB
22:36:43 dist/UEditor/third-party/highcharts/ad 7.61 KiB 2.91 KiB
22:36:43 apters/mootools-adapter.src.js
22:36:43 dist/pdf/word/watermark.js 7.55 KiB 1.90 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 7.08 KiB 3.07 KiB
22:36:43 dules/exporting.js
22:36:43 dist/UEditor/third-party/highcharts/mo 6.38 KiB 2.33 KiB
22:36:43 dules/funnel.src.js
22:36:43 dist/UEditor/dialogs/emotion/emotion.j 6.15 KiB 2.03 KiB
22:36:43 s
22:36:43 dist/UEditor/third-party/highcharts/mo 5.42 KiB 1.95 KiB
22:36:43 dules/drilldown.js
22:36:43 dist/UEditor/third-party/highcharts/ad 4.95 KiB 2.15 KiB
22:36:43 apters/standalone-framework.js
22:36:43 dist/UEditor/dialogs/spechars/spechars 4.56 KiB 2.37 KiB
22:36:43 .js
22:36:43 dist/UEditor/third-party/highcharts/th 4.38 KiB 1.21 KiB
22:36:43 emes/gray.js
22:36:43 dist/UEditor/third-party/highcharts/mo 4.33 KiB 1.89 KiB
22:36:43 dules/data.js
22:36:43 dist/UEditor/dialogs/searchreplace/sea 4.30 KiB 1.27 KiB
22:36:43 rchreplace.js
22:36:43 dist/UEditor/third-party/highcharts/th 4.25 KiB 1.20 KiB
22:36:43 emes/dark-blue.js
22:36:43 dist/UEditor/third-party/highcharts/th 4.24 KiB 1.21 KiB
22:36:43 emes/dark-green.js
22:36:43 dist/UEditor/dialogs/wordimage/wordima 4.05 KiB 1.95 KiB
22:36:43 ge.js
22:36:43 dist/UEditor/third-party/highcharts/mo 3.32 KiB 1.52 KiB
22:36:43 dules/annotations.js
22:36:43 dist/UEditor/third-party/highcharts/ad 3.23 KiB 1.33 KiB
22:36:43 apters/prototype-adapter.js
22:36:43 dist/UEditor/third-party/highcharts/mo 2.79 KiB 1.12 KiB
22:36:43 dules/no-data-to-display.src.js
22:36:43 dist/UEditor/dialogs/internal.js 2.54 KiB 0.98 KiB
22:36:43 dist/UEditor/third-party/highcharts/ad 2.21 KiB 1.06 KiB
22:36:43 apters/mootools-adapter.js
22:36:43 dist/pdf/word/obpm.showMessage.js 2.09 KiB 0.74 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 1.93 KiB 1.08 KiB
22:36:43 dules/funnel.js
22:36:43 dist/UEditor/third-party/highcharts/th 1.75 KiB 0.65 KiB
22:36:43 emes/grid.js
22:36:43 dist/UEditor/third-party/highcharts/th 1.72 KiB 0.64 KiB
22:36:43 emes/skies.js
22:36:43 dist/UEditor/dialogs/template/template 1.55 KiB 0.67 KiB
22:36:43 .js
22:36:43 dist/UEditor/dialogs/help/help.js 1.47 KiB 0.70 KiB
22:36:43 dist/UEditor/dialogs/charts/chart.conf 1.38 KiB 0.44 KiB
22:36:43 ig.js
22:36:43 dist/js/obpm.config.js 1.36 KiB 0.57 KiB
22:36:43 dist/js/obsConfig.js 1.33 KiB 0.70 KiB
22:36:43 dist/UEditor/third-party/highcharts/mo 1.33 KiB 0.70 KiB
22:36:43 dules/no-data-to-display.js
22:36:43 dist/UEditor/third-party/highcharts/mo 1.10 KiB 0.49 KiB
22:36:43 dules/heatmap.src.js
22:36:43 dist/UEditor/third-party/highcharts/mo 0.52 KiB 0.37 KiB
22:36:43 dules/heatmap.js
22:36:43 dist/iwebapp/pdfjs/viewer-df538bd63b.c 111.81 KiB 18.55 KiB
22:36:43 ss
22:36:43 dist/iwebapp/pdfjs/viewer-afb3d53c48.c 111.71 KiB 18.53 KiB
22:36:43 ss
22:36:43 dist/pdf/word/pdfjs/web/viewer.css 58.42 KiB 9.25 KiB
22:36:43 dist/UEditor/themes/default/css/uedito 42.73 KiB 6.84 KiB
22:36:43 r.css
22:36:43 dist/UEditor/themes/default/css/uedito 34.12 KiB 5.53 KiB
22:36:43 r.min.css
22:36:43 dist/UEditor/third-party/video-js/vide 20.82 KiB 5.45 KiB
22:36:43 o-js.css
22:36:43 dist/UEditor/dialogs/image/image.css 17.71 KiB 3.46 KiB
22:36:43 dist/UEditor/dialogs/video/video.css 14.57 KiB 3.10 KiB
22:36:43 dist/UEditor/dialogs/attachment/attach 14.05 KiB 2.81 KiB
22:36:43 ment.css
22:36:43 dist/UEditor/third-party/video-js/vide 11.18 KiB 2.53 KiB
22:36:43 o-js.min.css
22:36:43 dist/iwebapp/pdfjs/stamp/laydate/theme 9.16 KiB 2.21 KiB
22:36:43 /default/laydate.css
22:36:43 dist/UEditor/third-party/SyntaxHighlig 6.95 KiB 1.31 KiB
22:36:43 hter/shCoreDefault.css
22:36:43 dist/UEditor/dialogs/scrawl/scrawl.css 3.73 KiB 0.97 KiB
22:36:43 dist/UEditor/third-party/codemirror/co 2.82 KiB 0.90 KiB
22:36:43 demirror.css
22:36:43 dist/UEditor/dialogs/charts/charts.css 2.54 KiB 0.81 KiB
22:36:43 dist/UEditor/dialogs/background/backgr 2.34 KiB 0.87 KiB
22:36:43 ound.css
22:36:43 dist/UEditor/dialogs/emotion/emotion.c 1.76 KiB 0.53 KiB
22:36:43 ss
22:36:43 dist/UEditor/themes/default/dialogbase 1.65 KiB 0.81 KiB
22:36:43 .css
22:36:43 dist/UEditor/dialogs/music/music.css 1.64 KiB 0.63 KiB
22:36:43 dist/UEditor/dialogs/table/edittable.c 1.16 KiB 0.41 KiB
22:36:43 ss
22:36:43 dist/UEditor/dialogs/template/template 1.01 KiB 0.49 KiB
22:36:43 .css
22:36:43 dist/UEditor/third-party/webuploader/w 0.50 KiB 0.29 KiB
22:36:43 ebuploader.css
22:36:43 dist/UEditor/dialogs/help/help.css 0.38 KiB 0.20 KiB
22:36:43 dist/UEditor/themes/iframe.css 0.04 KiB 0.06 KiB
22:36:43
22:36:43 Images and other types of assets omitted.
22:36:43
22:36:43 DONE Build complete. The dist directory is ready to be deployed.
22:36:43 INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
22:36:43
22:36:43 + rm -rf /data/workspace/badp-bcxin-web-5.x-vue
22:36:43 + cp -r dist /data/workspace/badp-bcxin-web-5.x-vue
22:36:43 + chmod 755 /data/workspace/badp-bcxin-web-5.x-vue -R
22:36:43 Finished: SUCCESS