123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="x-ua-compatible" content="ie=edge" />
- <meta name="description" content="" />
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
- <meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no" />
- <link rel="icon" href="../assets/img/favicon.ico">
- <title>核心技术</title>
- <link rel="stylesheet" href="../assets/css/bootstrap.min.css" />
- <!--====== Owl Carousel css ======-->
- <link rel="stylesheet" href="../assets/css/slick.css" />
- <!--====== Mean Menu ======-->
- <link rel="stylesheet" href="../assets/css/meanmenu.min.css" />
- <!--====== Default css ======-->
- <link rel="stylesheet" href="../assets/css/default.css" />
- <!--====== Style css ======-->
- <link rel="stylesheet" href="../assets/css/style.css" />
- <!--====== home css ====== -->
- <link rel="stylesheet" href="../assets/css/home.css" />
- <!--====== index css ====== -->
- <link rel="stylesheet" href="./css/index.css" />
- </head>
- <body>
- <div id="app">
- <div class="erMenu">
- <div>
- </div>
- </div>
- <!--====== HEADER START ======-->
- <header class="header-absolute sticky-header">
- <div class="custom-container-one">
- <div class="header-top-area">
- <div class="container align-items-center">
- <!-- <div class="col-md-6 col-sm-7">
- <ul class="contact-list">
- <li>
- <a href="javascipt:void();">www.chinausky.com</a>
- </li>
- <li>
- <a href="javascipt:void();">400 633 8668</a>
- </li>
- </ul>
- </div> -->
- </div>
- </div>
- <div class="mainmenu-area container">
- <div class="d-flex align-items-center justify-content-between">
- <nav class="main-menu">
- <div class="logo">
- <a href="../index.html"><img src="../assets/img/logo.png" alt="uskylogo"></a>
- </div>
- <div class="menu-items">
- <ul>
- <li>
- <a href="../index.html">首页</a>
- </li>
- <li>
- <a href="../solution/index.html?solution_type=1">解决方案</a>
- </li>
- <li>
- <a href="../product/index.html">产品服务</a>
- </li>
- <li class="menuactive2">
- <a href="../technology/index.html">技术支撑</a>
- </li>
- <li>
- <a href="../news/index.html">新闻动态</a>
- <ul class="submenu">
- <li><a href="../news">公司新闻</a></li>
- <li><a href="../news/trade/index.html">行业动态</a></li>
- </ul>
- </li>
- <li>
- <a href="../case/index.html">客户案例</a>
- </li>
- <li>
- <a href="../about/index.html">关于我们</a>
- </li>
- </ul>
- </div>
- </nav>
- </div>
- </div>
- <div>
- <div class="mobile-menu"></div>
- </div>
- </div>
- </header>
- <!--====== COMMON BREADCRUMB START ======-->
- <section class="common-bradcrumb-section">
- <img src="../assets/img/technology/bg1.png" alt="">
- </section>
- <!--====== COMMON BREADCRUMB END ======-->
- <!--====== TECHNOLOGY START======-->
- <section class="technology-section pt-60 pb-60">
- <div class="container">
- <div class="section-title both-border mb-20 pt-40" style="text-align: center;">
- <span class="title-tag2">技术文档</span>
- </div>
- <div class="row">
- <div class="col-md-12">
- <div class="mt-50 technologyDivOne" v-for="arr in array">
- <div :class="arr.archive_route.split('.')[3] === 'doc' ? 'technologyBackColor1 technologyTitle' : 'technologyBackColor2 technologyTitle' ">
- <!-- <div>团体标准</div> -->
- <div>{{arr.type}}</div>
- </div>
- <div class="technologyContent">
- <div @click="preview(arr.archive_route,arr.pattern)">{{arr.title}}
- </div>
- <div>{{arr.source}}</div>
- </div>
- <div class="technologyButton">
- <a class="ButtonDownload" :href="arr.archive_route" download>
- <img src="../assets/img/technology/download.png" alt="">
- <span>下载{{arr.pattern}}</span>
- </a>
- </div>
- </div>
- <!-- <div class="mt-50 technologyDivOne">
- <div class="technologyBackColor2 technologyTitle">
- <div>弱电系统</div>
- </div>
- <div class="technologyContent">
- <div>《弱电系统介绍》</div>
- <div>永天科技</div>
- </div>
- <div class="technologyButton">
- <button @click="PDFdowload('weakCurrent')">
- <img src="../assets/img/technology/look.png" alt="">
- <span>查看文章</span>
- </button>
- </div>
- </div>
- <div class="mt-50 technologyDivOne">
- <div class="technologyBackColor3 technologyTitle">
- <div>人脸识别</div>
- </div>
- <div class="technologyContent">
- <div>《人脸识别技术介绍》</div>
- <div>永天科技</div>
- </div>
- <div class="technologyButton">
- <button @click="PDFdowload('FaceRecognition')">
- <img src="../assets/img/technology/look.png" alt="">
- <span>查看文章</span>
- </button>
- </div>
- </div> -->
- </div>
- </div>
- </div>
- </section>
- <!--====== TECHNOLOGY END======-->
- <!--====== FOOTER PART START ======-->
- <div id="footer"></div>
- <!--====== FOOTER PART END ======-->
- </div>
- <script src="../assets/js/vendor/modernizr-3.6.0.min.js"></script>
- <script src="../assets/js/vendor/jquery-1.12.4.min.js"></script>
- <!--====== Bootstrap js ======-->
- <script src="../assets/js/bootstrap.min.js"></script>
- <script src="../assets/js/popper.min.js"></script>
- <!--====== Mean Menu ======-->
- <script src="../assets/js/jquery.meanmenu.min.js"></script>
- <!--====== Main js ======-->
- <script src="../assets/js/main.js"></script>
- <!--====== Setting Info js ======-->
- <script src="../assets/js/settinginfo.js"></script>
- <!--====== Vue js ======-->
- <script src="../assets/js/vue.min.js"></script>
- <!--====== PDF_downLoad js ======-->
- <script type="text/javascript" src="../assets/js/jquery.media.js"></script>
- <script>
- $(function() {
- $('#footer').load("../footer.html");
- $(".menu-items ul li").hover(function() {
- $(".erMenu>div").html("")
- $(this).addClass("menuactive").siblings().removeClass("menuactive");
- if ($(this).children("a").text() == "解决方案") {
- $(this).addClass("menuactive").siblings()
- var data = `
- <ul class="erMenuList">
- <li><a href="../solution/index.html?solution_type=1">智慧安防</a></li>
- <li><a href="../solution/index.html?solution_type=2">智慧消防</a></li>
- <li><a href="../solution/index.html?solution_type=3">智慧建筑能源管理</a></li>
- <li><a href="../solution/index.html?solution_type=4">智慧电力综合管理</a></li>
- <li><a href="../solution/index.html?solution_type=5">智慧园区无人机综合管理</a></li>
- <li><a href="../solution/index.html?solution_type=6">智慧楼宇综合运营</a></li>
- </ul>`
- $(".erMenu>div").append(data)
- $(".erMenu").fadeIn()
- } else {
- $(".erMenu").fadeOut()
- }
- });
- $(".erMenu").hover(function() {}, function() {
- $(".erMenu").fadeOut()
- })
- })
- var app = new Vue({
- el: '#app',
- data: {
- selectedTab: 'tab1',
- array: []
- },
- computed: {
- isTab1: function() {
- return this.selectedTab == 'tab1';
- },
- isTab2: function() {
- return this.selectedTab == 'tab2';
- },
- isTab3: function() {
- return this.selectedTab == 'tab3';
- }
- },
- methods: {
- preview: function(res, type) {
- console.log(res)
- if (type === 'XLSX' || type === 'XLS' || type === 'DOC' || type === 'DOCX') {
- window.location.href = 'https://view.officeapps.live.com/op/view.aspx?src=' + res
- } else if (type === 'PDF') {
- window.location.href = res
- }
- },
- PDFdowload: function(res) {
- console.log(res)
- window.location.href = res
- },
- switchTab: function(tabId) {
- this.selectedTab = tabId;
- console.log(tabId)
- }
- },
- mounted: function() {
- this.selectedTab = 'tab1';
- var _this = this;
- $.ajax({
- type: 'POST',
- dataType: 'json',
- url: window.FQDN + 'Technicalsupport/index',
- }).done(function(arr) {
- console.log(arr)
- _this.array = arr;
- }).fail(function(err) {});
- }
- })
- </script>
- </body>
- </html>
|