index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="x-ua-compatible" content="ie=edge" />
  6. <meta name="description" content="" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  8. <meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no" />
  9. <link rel="icon" href="../assets/img/favicon.ico">
  10. <title>核心技术</title>
  11. <link rel="stylesheet" href="../assets/css/bootstrap.min.css" />
  12. <!--====== Owl Carousel css ======-->
  13. <link rel="stylesheet" href="../assets/css/slick.css" />
  14. <!--====== Mean Menu ======-->
  15. <link rel="stylesheet" href="../assets/css/meanmenu.min.css" />
  16. <!--====== Default css ======-->
  17. <link rel="stylesheet" href="../assets/css/default.css" />
  18. <!--====== Style css ======-->
  19. <link rel="stylesheet" href="../assets/css/style.css" />
  20. <!--====== home css ====== -->
  21. <link rel="stylesheet" href="../assets/css/home.css" />
  22. <!--====== index css ====== -->
  23. <link rel="stylesheet" href="./css/index.css" />
  24. </head>
  25. <body>
  26. <div id="app">
  27. <div class="erMenu">
  28. <div>
  29. </div>
  30. </div>
  31. <!--====== HEADER START ======-->
  32. <header class="header-absolute sticky-header">
  33. <div class="custom-container-one">
  34. <div class="header-top-area">
  35. <div class="container align-items-center">
  36. <!-- <div class="col-md-6 col-sm-7">
  37. <ul class="contact-list">
  38. <li>
  39. <a href="javascipt:void();">www.chinausky.com</a>
  40. </li>
  41. <li>
  42. <a href="javascipt:void();">400 633 8668</a>
  43. </li>
  44. </ul>
  45. </div> -->
  46. </div>
  47. </div>
  48. <div class="mainmenu-area container">
  49. <div class="d-flex align-items-center justify-content-between">
  50. <nav class="main-menu">
  51. <div class="logo">
  52. <a href="../index.html"><img src="../assets/img/logo.png" alt="uskylogo"></a>
  53. </div>
  54. <div class="menu-items">
  55. <ul>
  56. <li>
  57. <a href="../index.html">首页</a>
  58. </li>
  59. <li>
  60. <a href="../solution/index.html?solution_type=1">解决方案</a>
  61. </li>
  62. <li>
  63. <a href="../product/index.html">产品服务</a>
  64. </li>
  65. <li class="menuactive2">
  66. <a href="../technology/index.html">技术支撑</a>
  67. </li>
  68. <li>
  69. <a href="../news/index.html">新闻动态</a>
  70. <ul class="submenu">
  71. <li><a href="../news">公司新闻</a></li>
  72. <li><a href="../news/trade/index.html">行业动态</a></li>
  73. </ul>
  74. </li>
  75. <li>
  76. <a href="../case/index.html">客户案例</a>
  77. </li>
  78. <li>
  79. <a href="../about/index.html">关于我们</a>
  80. </li>
  81. </ul>
  82. </div>
  83. </nav>
  84. </div>
  85. </div>
  86. <div>
  87. <div class="mobile-menu"></div>
  88. </div>
  89. </div>
  90. </header>
  91. <!--====== COMMON BREADCRUMB START ======-->
  92. <section class="common-bradcrumb-section">
  93. <img src="../assets/img/technology/bg1.png" alt="">
  94. </section>
  95. <!--====== COMMON BREADCRUMB END ======-->
  96. <!--====== TECHNOLOGY START======-->
  97. <section class="technology-section pt-60 pb-60">
  98. <div class="container">
  99. <div class="section-title both-border mb-20 pt-40" style="text-align: center;">
  100. <span class="title-tag2">技术文档</span>
  101. </div>
  102. <div class="row">
  103. <div class="col-md-12">
  104. <div class="mt-50 technologyDivOne" v-for="arr in array">
  105. <div :class="arr.archive_route.split('.')[3] === 'doc' ? 'technologyBackColor1 technologyTitle' : 'technologyBackColor2 technologyTitle' ">
  106. <!-- <div>团体标准</div> -->
  107. <div>{{arr.type}}</div>
  108. </div>
  109. <div class="technologyContent">
  110. <div @click="preview(arr.archive_route,arr.pattern)">{{arr.title}}
  111. </div>
  112. <div>{{arr.source}}</div>
  113. </div>
  114. <div class="technologyButton">
  115. <a class="ButtonDownload" :href="arr.archive_route" download>
  116. <img src="../assets/img/technology/download.png" alt="">
  117. <span>下载{{arr.pattern}}</span>
  118. </a>
  119. </div>
  120. </div>
  121. <!-- <div class="mt-50 technologyDivOne">
  122. <div class="technologyBackColor2 technologyTitle">
  123. <div>弱电系统</div>
  124. </div>
  125. <div class="technologyContent">
  126. <div>《弱电系统介绍》</div>
  127. <div>永天科技</div>
  128. </div>
  129. <div class="technologyButton">
  130. <button @click="PDFdowload('weakCurrent')">
  131. <img src="../assets/img/technology/look.png" alt="">
  132. <span>查看文章</span>
  133. </button>
  134. </div>
  135. </div>
  136. <div class="mt-50 technologyDivOne">
  137. <div class="technologyBackColor3 technologyTitle">
  138. <div>人脸识别</div>
  139. </div>
  140. <div class="technologyContent">
  141. <div>《人脸识别技术介绍》</div>
  142. <div>永天科技</div>
  143. </div>
  144. <div class="technologyButton">
  145. <button @click="PDFdowload('FaceRecognition')">
  146. <img src="../assets/img/technology/look.png" alt="">
  147. <span>查看文章</span>
  148. </button>
  149. </div>
  150. </div> -->
  151. </div>
  152. </div>
  153. </div>
  154. </section>
  155. <!--====== TECHNOLOGY END======-->
  156. <!--====== FOOTER PART START ======-->
  157. <div id="footer"></div>
  158. <!--====== FOOTER PART END ======-->
  159. </div>
  160. <script src="../assets/js/vendor/modernizr-3.6.0.min.js"></script>
  161. <script src="../assets/js/vendor/jquery-1.12.4.min.js"></script>
  162. <!--====== Bootstrap js ======-->
  163. <script src="../assets/js/bootstrap.min.js"></script>
  164. <script src="../assets/js/popper.min.js"></script>
  165. <!--====== Mean Menu ======-->
  166. <script src="../assets/js/jquery.meanmenu.min.js"></script>
  167. <!--====== Main js ======-->
  168. <script src="../assets/js/main.js"></script>
  169. <!--====== Setting Info js ======-->
  170. <script src="../assets/js/settinginfo.js"></script>
  171. <!--====== Vue js ======-->
  172. <script src="../assets/js/vue.min.js"></script>
  173. <!--====== PDF_downLoad js ======-->
  174. <script type="text/javascript" src="../assets/js/jquery.media.js"></script>
  175. <script>
  176. $(function() {
  177. $('#footer').load("../footer.html");
  178. $(".menu-items ul li").hover(function() {
  179. $(".erMenu>div").html("")
  180. $(this).addClass("menuactive").siblings().removeClass("menuactive");
  181. if ($(this).children("a").text() == "解决方案") {
  182. $(this).addClass("menuactive").siblings()
  183. var data = `
  184. <ul class="erMenuList">
  185. <li><a href="../solution/index.html?solution_type=1">智慧安防</a></li>
  186. <li><a href="../solution/index.html?solution_type=2">智慧消防</a></li>
  187. <li><a href="../solution/index.html?solution_type=3">智慧建筑能源管理</a></li>
  188. <li><a href="../solution/index.html?solution_type=4">智慧电力综合管理</a></li>
  189. <li><a href="../solution/index.html?solution_type=5">智慧园区无人机综合管理</a></li>
  190. <li><a href="../solution/index.html?solution_type=6">智慧楼宇综合运营</a></li>
  191. </ul>`
  192. $(".erMenu>div").append(data)
  193. $(".erMenu").fadeIn()
  194. } else {
  195. $(".erMenu").fadeOut()
  196. }
  197. });
  198. $(".erMenu").hover(function() {}, function() {
  199. $(".erMenu").fadeOut()
  200. })
  201. })
  202. var app = new Vue({
  203. el: '#app',
  204. data: {
  205. selectedTab: 'tab1',
  206. array: []
  207. },
  208. computed: {
  209. isTab1: function() {
  210. return this.selectedTab == 'tab1';
  211. },
  212. isTab2: function() {
  213. return this.selectedTab == 'tab2';
  214. },
  215. isTab3: function() {
  216. return this.selectedTab == 'tab3';
  217. }
  218. },
  219. methods: {
  220. preview: function(res, type) {
  221. console.log(res)
  222. if (type === 'XLSX' || type === 'XLS' || type === 'DOC' || type === 'DOCX') {
  223. window.location.href = 'https://view.officeapps.live.com/op/view.aspx?src=' + res
  224. } else if (type === 'PDF') {
  225. window.location.href = res
  226. }
  227. },
  228. PDFdowload: function(res) {
  229. console.log(res)
  230. window.location.href = res
  231. },
  232. switchTab: function(tabId) {
  233. this.selectedTab = tabId;
  234. console.log(tabId)
  235. }
  236. },
  237. mounted: function() {
  238. this.selectedTab = 'tab1';
  239. var _this = this;
  240. $.ajax({
  241. type: 'POST',
  242. dataType: 'json',
  243. url: window.FQDN + 'Technicalsupport/index',
  244. }).done(function(arr) {
  245. console.log(arr)
  246. _this.array = arr;
  247. }).fail(function(err) {});
  248. }
  249. })
  250. </script>
  251. </body>
  252. </html>