{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js??ref--12-0!/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/vue-loader/lib/loaders/templateLoader.js??ref--6!/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/main_launch.vue?vue&type=template&id=7855a474&scoped=true&","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/main_launch.vue","mtime":1725957645725},{"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/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/vue-loader/lib/loaders/templateLoader.js","mtime":1655712169000},{"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 \"core-js/modules/es6.regexp.search\";\nimport \"core-js/modules/es6.function.name\";\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c('div', {\n staticClass: \"main_launch\"\n }, [_c('div', {\n staticClass: \"header\"\n }, [_c('div', {\n staticClass: \"title\"\n }, _vm._l(_vm.softwareList, function (item, index) {\n return _c('span', {\n key: index,\n class: [_vm.activeApp === index ? 'currentApp' : ''],\n on: {\n \"click\": function click($event) {\n return _vm.showCurrentApp(index, item.id);\n }\n }\n }, [_vm._v(_vm._s(item.name))]);\n }), 0), _c('div', {\n staticClass: \"search\"\n }, [_c('span', {\n class: [\"se-comm\", _vm.currentActive == 1 ? \"activeType\" : \"\"],\n on: {\n \"click\": function click($event) {\n return _vm.setActive(1);\n }\n }\n }, [_c('i', {\n staticClass: \"startflowlisticon\"\n })]), _c('span', {\n class: [\"se-comm\", _vm.currentActive == 2 ? \"activeType\" : \"\"],\n on: {\n \"click\": function click($event) {\n return _vm.setActive(2);\n }\n }\n }, [_c('i', {\n staticClass: \"startflowlargeicon\"\n })]), _c('span', {\n staticClass: \"input\"\n }, [_c('el-input', {\n staticClass: \"input-with-select\",\n attrs: {\n \"placeholder\": _vm.$t('placeholder.search_content')\n },\n on: {\n \"input\": _vm.search\n },\n model: {\n value: _vm.searchValue,\n callback: function callback($$v) {\n _vm.searchValue = $$v;\n },\n expression: \"searchValue\"\n }\n }, [_c('el-button', {\n attrs: {\n \"slot\": \"append\",\n \"icon\": \"el-icon-search\"\n },\n slot: \"append\"\n })], 1)], 1)])]), _c('div', {\n staticClass: \"launch-wrap\"\n }, [_c('el-scrollbar', {\n staticClass: \"scrollbar\"\n }, [_vm.currentActive == 1 ? _c('div', {\n staticClass: \"small-icon-list\"\n }, [_c('div', {\n staticClass: \"masonry\"\n }, _vm._l(_vm.menusData, function (items, index) {\n return _c('div', {\n key: index,\n staticClass: \"item\"\n }, [_c('div', {\n staticClass: \"item__content\"\n }, [items.description ? _c('div', {\n staticClass: \"title\"\n }, [_vm._v(_vm._s(items.description))]) : _vm._e(), _c('div', {\n staticClass: \"menu-list\"\n }, [_c('ul', _vm._l(items.child, function (item, i) {\n return _c('li', {\n key: i,\n on: {\n \"click\": function click($event) {\n return _vm.nav_click(item);\n }\n }\n }, [_c('span', {\n staticClass: \"img\"\n }, [_c('img', {\n staticClass: \"menu-icon-img\",\n attrs: {\n \"src\": _vm.contextPath + (item.ico && item.ico.icon)\n }\n })]), _c('span', [_vm._v(\"\\n \" + _vm._s(item.description) + \"\\n \")])]);\n }), 0)])])]);\n }), 0)]) : _vm.currentActive == 2 ? _c('div', {\n staticClass: \"big-icon-list\"\n }, _vm._l(_vm.menusData, function (items, index) {\n return _c('div', {\n key: index,\n staticClass: \"list-con\"\n }, [_c('div', [_vm._v(_vm._s(items.description))]), _c('div', {\n staticClass: \"ul-con\"\n }, [_c('ul', {\n staticClass: \"ul\"\n }, _vm._l(items.child, function (item, i) {\n return _c('li', {\n key: i\n }, [_c('div', {\n staticClass: \"icon\",\n on: {\n \"click\": function click($event) {\n return _vm.nav_click(item);\n },\n \"mouseover\": function mouseover($event) {\n return _vm.mouseOver(i, item);\n },\n \"mouseleave\": function mouseleave($event) {\n return _vm.mouseLeave(i, item);\n }\n }\n }, [_vm.currentMenuId == item.id ? _c('img', {\n staticClass: \"menu-icon-img\",\n attrs: {\n \"src\": require(\"../assets/images/Tloa_icon_plane@2xh.png\")\n }\n }) : _c('img', {\n staticClass: \"menu-icon-img\",\n attrs: {\n \"src\": require(\"../assets/images/Tloa_icon_plane_@2x.png\")\n }\n })]), _c('div', {\n staticClass: \"menu-name\"\n }, [_vm._v(_vm._s(item.description))])]);\n }), 0)])]);\n }), 0) : _vm._e()])], 1)]);\n};\nvar staticRenderFns = [];\nexport { render, staticRenderFns };",null]}