| 123456789101112131415161718192021222324252627282930 |
- <title>{ms:global.name/}</title>
- <meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="http://cdn.mingsoft.net/plugins/iconfont/1.0.0/iconfont.css" />
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/base.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/index.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/advice.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/case-list.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/about.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/news-list.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/news-show.less">
- <link rel="stylesheet/less" type="text/css" href="{ms:global.host/}/{ms:global.style/}/less/center.less">
- <script src="http://cdn.mingsoft.net/plugins/jquery/1.9.1/jquery-1.9.1.js"></script>
- <script src="{ms:global.host/}/{ms:global.style/}/js/slider.js"></script>
- <script src="http://cdn.mingsoft.net/plugins/less/2.5.3/less.min.js"></script>
- <script src="http://cdn.mingsoft.net/plugins/seajs/3.0.0/sea.js"></script>
- <script src="http://cdn.mingsoft.net/model/1.0.0/main.min.js"></script>
- <!--vue-懒加载-表单验证-->
- <script src="http://cdn.mingsoft.net/plugins/vue/2.3.3/vue.min.js"></script>
- <script src="http://cdn.mingsoft.net/plugins/validator/5.5.0/validator.min.js"></script>
- <link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/animate.css">
- <script>
- ms.config({
- base: "{ms:global.host/}",
- filter: {
- people: {
- loginUrl: '{ms:global.host/}'
- }
- }
- });
- </script>
|