{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/thread-loader/dist/cjs.js!/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/babel-loader/lib/index.js!/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js??ref--0-0!/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/babel.config.js","mtime":1725957645200},{"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":315532800000},{"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":1655715099000}],"contextDependencies":[],"result":["import 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: function data() {\n return {\n params: {\n //搜索条件\n pageIndex: 1,\n pageSize: 3,\n total: 0\n },\n tableData: [],\n currentBannerIdx: 0,\n bannerList: [{\n imgUrl: zhiliImg,\n title: \"治理体系\"\n }, {\n imgUrl: projectImg,\n title: \"项目管理\"\n }, {\n imgUrl: baseImg,\n title: \"基础设施\"\n }, {\n imgUrl: applicationImg,\n title: \"应用系统\"\n }, {\n imgUrl: networkSafeImg,\n title: \"网络安全\"\n }, {\n imgUrl: smartImg,\n title: \"智能指数\"\n }]\n };\n },\n mounted: function mounted() {},\n methods: {\n leaderli: function leaderli(url) {\n window.open(\"//\" + location.hostname + \":8002\" + url);\n },\n handleBannerChange: function handleBannerChange(idx) {\n this.currentBannerIdx = idx;\n },\n getBannerClass: function 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};",null]}