{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/RT/RTContainerLeader.vue?vue&type=script&lang=js","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/RT/RTContainerLeader.vue","mtime":1725957645718},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":456789000000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["\nimport zhiliImg from \"@/assets/images/RTImgs/治理体系2X.png\";\nimport projectImg from \"@/assets/images/RTImgs/项目管理2X.png\";\nimport baseImg from \"@/assets/images/RTImgs/基础设施2X.png\";\nimport applicationImg from \"@/assets/images/RTImgs/应用系统2X.png\";\nimport networkSafeImg from \"@/assets/images/RTImgs/网络安全2X.png\";\nimport smartImg from \"@/assets/images/RTImgs/智能指数2X.png\";\nexport default {\n computed: {},\n data() {\n return {\n params: {\n //搜索条件\n pageIndex: 1,\n pageSize: 3,\n total: 0,\n },\n tableData: [],\n currentBannerIdx: 0,\n bannerList: [\n {\n imgUrl: zhiliImg,\n title: \"治理体系\",\n },\n {\n imgUrl: projectImg,\n title: \"项目管理\",\n },\n {\n imgUrl: baseImg,\n title: \"基础设施\",\n },\n {\n imgUrl: applicationImg,\n title: \"应用系统\",\n },\n {\n imgUrl: networkSafeImg,\n title: \"网络安全\",\n },\n {\n imgUrl: smartImg,\n title: \"智能指数\",\n },\n ],\n };\n },\n mounted() {},\n methods: {\n leaderli(url) {\n console.log(url);\n window.open(\"//\" + location.hostname + \":8002\" + url);\n },\n handleBannerChange(idx) {\n this.currentBannerIdx = idx;\n },\n getBannerClass(index) {\n if (this.currentBannerIdx === 0) {\n if (index === this.bannerList.length - 1) {\n return \"before_banner\";\n }\n if (index === 1) {\n return \"after_banner\";\n }\n if (index === 0) {\n return \"current_banner\";\n }\n return \"normal_banner\";\n } else if (this.currentBannerIdx === this.bannerList.length - 1) {\n if (index === this.bannerList.length - 2) {\n return \"before_banner\";\n }\n if (index === 0) {\n return \"after_banner\";\n }\n if (index === this.bannerList.length - 1) {\n return \"current_banner\";\n }\n return \"normal_banner\";\n } else {\n if (index === this.currentBannerIdx - 1) {\n return \"before_banner\";\n }\n if (index === this.currentBannerIdx + 1) {\n return \"after_banner\";\n }\n if (index === this.currentBannerIdx) {\n return \"current_banner\";\n }\n return \"normal_banner\";\n }\n },\n },\n};\n",null]}