{"version":3,"sources":["js/header.js"],"names":[],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"../../js/header.js","sourcesContent":["$(document).ready(function () {\n $(\"#reset\").click(function () {\n window.location.href = \"/index.html\";\n });\n\n $(\".navUl li a\").each(function () {\n $this = $(this);\n if ($this[0].href == String(window.location)) {\n $(\".navUl li\").removeClass(\"activer\");\n $this.parent().addClass(\"activer\"); //active表示被选中效果的类名 \n }\n });\n\n // $(\".nav_header>ul>li.click_me\").click(function () {\n // $(\".nav_header>ul>li.click_me\").removeClass(\"activer\");\n // $(this).addClass(\"activer\");\n // let content=$(this).text().trim();\n // if(content=='亿橙科技'){\n // window.location.href=\"/index.html\";\n // console.log('亿橙科技')\n\n // // $(\"#one\").addClass(\"activer\")\n // // $(\"#two\").addClass(\"\")\n // // $(\"#three\").addClass(\"\")\n // // $(\"#four\").addClass(\"\")\n // // $(\"#five\").addClass(\"\")\n\n // }else if(content=='产品'){\n // window.location.href=\"/page/demandCustomization.html\";\n // }else if(content=='应用'){\n // window.location.href=\"/page/application.html\";\n // }else if(content=='关于亿橙科技'){\n // console.log('关于亿橙科技')\n // window.location.href=\"/page/aboutYicheng.html\"; \n // // $(\"#one\").addClass(\"\")\n // // $(\"#two\").addClass(\"\")\n // // $(\"#three\").addClass(\"\")\n // // $(\"#four\").addClass(\"\")\n // $(\"#five\").addClass(\"activer\")\n // }\n // })\n $(\".nav_header>ul>li\").mouseover(function () {\n if ($(this).text() == '核心技术底层') {\n $(\".nav_pull\").show();\n }\n if ($(this).text() == '产品') {\n $(\".nav_pull_pro\").show();\n }\n if ($(this).text() == '案例') {\n $(\".nav_pull_case\").show();\n }\n }).mouseout(function () {\n if ($(this).text() == '核心技术底层') {\n $(\".nav_pull\").hide();\n }\n if ($(this).text() == '产品') {\n $(\".nav_pull_pro\").hide();\n }\n if ($(this).text() == '案例') {\n $(\".nav_pull_case\").hide();\n }\n });\n $(\".nav_pull\").mouseover(function () {\n $(\".nav_pull\").show();\n }).mouseout(function () {\n $(\".nav_pull\").hide();\n });\n\n $(\".nav_pull_pro\").mouseover(function () {\n $(\".nav_pull_pro\").show();\n }).mouseout(function () {\n $(\".nav_pull_pro\").hide();\n });\n\n $(\".nav_pull_case\").mouseover(function () {\n $(\".nav_pull_case\").show();\n }).mouseout(function () {\n $(\".nav_pull_case\").hide();\n });\n\n // $(\".nav_pull>p>span:nth-of-type(2)\").click(function(){\n // let content=$(this).text();\n // if(content=='亿橙大数据分析平台'){\n // window.location.href=\"/page/coreProduct/product_big.html\";\n // }else if(content=='亿橙NLP智能分析平台'){\n // window.location.href=\"/page/coreProduct/Literature_manager.html\";\n // }\n // // else if(content=='亿橙智能数字化加工平台'){\n // // window.location.href=\"/page/coreProduct/digital_process.html\"; \n // // }\n // })\n $(\".nav_pull>p>span:nth-of-type(2)>a\").each(function () {\n $this = $(this);\n if ($this[0].href == String(window.location)) {\n $(\".navUl li\").removeClass(\"activer\");\n $(\"#two\").addClass(\"activer\"); //active表示被选中效果的类名 \n }\n });\n\n // $(\".nav_pull_pro>p>span:nth-of-type(2)\").click(function(){\n // let content=$(this).text();\n // if(content=='数据安全智能监测系列'){\n // window.location.href=\"/page/coreProduct/product.html\";\n // }else if(content=='情报文献挖掘管理系列'){\n // window.location.href=\"/page/coreProduct/documentInformation.html\";\n // }\n // else if(content=='系列产品'){\n // window.location.href=\"/page/application.html\"; \n // }\n // })\n\n $(\".nav_pull_pro>p>span:nth-of-type(2)>a\").each(function () {\n $this = $(this);\n if ($this[0].href == String(window.location)) {\n $(\"#two\").removeClass(\"activer\");\n $(\".navUl li\").removeClass(\"activer\");\n $(\"#three\").addClass(\"activer\"); //active表示被选中效果的类名 \n }\n });\n\n // $(\".nav_pull_case>p>span:nth-of-type(2)\").click(function(){\n // let content=$(this).text();\n // if(content=='数据安全'){\n // window.location.href=\"/page/coreProduct/dataSecurity.html\";\n // }else if(content=='大数据平台'){\n // window.location.href=\"/page/coreProduct/bigDataPlatform.html\";\n // }\n // else if(content=='情报文献'){\n // window.location.href=\"/page/coreProduct/literature.html\"; \n // }\n // })\n\n $(\".nav_pull_case>p>span:nth-of-type(2)>a\").each(function () {\n $this = $(this);\n if ($this[0].href == String(window.location)) {\n $(\"#three\").removeClass(\"activer\");\n $(\".navUl li\").removeClass(\"activer\");\n $(\"#four\").addClass(\"activer\"); //active表示被选中效果的类名 \n }\n });\n});"]}