head-file.htm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <meta http-equiv="content-type" content="text/html">
  2. <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
  3. <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,width=device-width">
  4. <meta name="format-detection" content="telephone=no">
  5. <meta name="app-mobile-web-app-capable" content="yes">
  6. <meta name="app-mobile-web-app-status-bar-style" content="black-translucent">
  7. <meta name="keywords" content="{ms:global.keyword/}">
  8. <meta name="description" content="{ms:global.descrip/}">
  9. <script type="text/javascript" src="{ms:global.host/}/static/plugins/vue/2.6.9/vue.min.js"></script>
  10. <link rel="stylesheet" href="{ms:global.host/}/static/plugins/minireset/0.0.2/minireset.min.css">
  11. <link rel="stylesheet" href="{ms:global.host/}/iconfont/1.0.0/iconfont.css">
  12. <link rel="stylesheet" href="{ms:global.host/}/static/plugins/animate/4.1.0/animate.min.css">
  13. <script src="{ms:global.host/}/static/plugins/element-ui/2.15.7/index.min.js"></script>
  14. <link rel="stylesheet" href="{ms:global.host/}/static/plugins/element-ui/2.15.7/theme-chalk/index.min.css">
  15. <link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/app.css">
  16. <!--网络请求框架-->
  17. <script src="{ms:global.host/}/static/plugins/axios/0.18.0/axios.min.js"></script>
  18. <script src="{ms:global.host/}/static/plugins/qs/6.6.0/qs.min.js"></script>
  19. <script src="{ms:global.host/}/static/plugins/ms/2.0/ms.umd.js"></script>
  20. <script src="{ms:global.host/}/static/plugins/swiper/6.4.1/swiper-bundle.js"></script>
  21. <link rel="stylesheet" href="{ms:global.host/}/static/plugins/swiper/6.4.1/swiper-bundle.css">
  22. <script>
  23. SwiperClass = Swiper
  24. </script>
  25. <script src="{ms:global.host/}/static/plugins/vue-awesome-swiper/4.1.1/vue-awesome-swiper.min.js"></script>
  26. <script>
  27. Vue.use(VueAwesomeSwiper)
  28. </script>
  29. <style>
  30. :root {
  31. --swiper-theme-color:$ {
  32. component.config.color.value
  33. };
  34. }
  35. </style>
  36. <script>
  37. ms.base = "";
  38. </script>
  39. <style>
  40. [v-cloak]{
  41. display: none;
  42. }
  43. </style>