head-file.htm 2.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <title>{ms:global.name/}</title>
  2. <meta charset="utf-8">
  3. <link rel="icon" href="http://cdn.mingsoft.net/global/images/ms.ico" type="x-icon">
  4. <link rel="stylesheet" type="text/css" href="{ms:global.host/}/plugins/iconfont/1.0.0/iconfont.css" />
  5. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/base.less">
  6. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/index.less">
  7. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/advice.less">
  8. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/case-list.less">
  9. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/about.less">
  10. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/news-list.less">
  11. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/news-show.less">
  12. <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/center.less">
  13. <script src="{ms:global.host/}/plugins/jquery/1.9.1/jquery-1.9.1.js"></script>
  14. <script src="{ms:global.host/}/{ms:global.style/}/js/slider.js"></script>
  15. <script src="{ms:global.host/}/static/plugins/less/3.9.0/less.min.js"></script>
  16. <!--vue-懒加载-表单验证-->
  17. <script src="{ms:global.host/}/plugins/vue/2.6.9/vue.min.js"></script>
  18. <script src="{ms:global.host/}/plugins/validator/10.8.0/validator.min.js"></script>
  19. <!-- Element -->
  20. <link rel="stylesheet" href="{ms:global.host/}/plugins/element-ui/2.8.2/index.css">
  21. <script src="{ms:global.host/}/plugins/element-ui/2.8.2/index.js"></script>
  22. <link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/animate.css">
  23. <script src="{ms:global.host/}/static/plugins/axios/0.18.0/axios.min.js"></script>
  24. <script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.js"></script>
  25. <script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.http.js"></script>
  26. <script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.util.js"></script>
  27. <script src="{ms:global.host/}/api/ms.people.min.js"></script>
  28. <script src="{ms:global.host/}/static/plugins/plupload/plupload.full.min.js"></script>
  29. <script src="{ms:global.host/}/static/plugins/qs/6.6.0/qs.min.js"></script>
  30. <script src="{ms:global.host/}/static/plugins/ms/1.0.0/ms.upload.js"></script>
  31. <script>
  32. window.http = ms.http;
  33. ms.base = "{ms:global.host/}";
  34. ms.login = '{ms:global.host/}';
  35. </script>