head-file.htm 2.3 KB

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