模版更新

master
ms group dev 7 years ago
parent 258868e20d
commit 722590977e
  1. 23
      doc/4.7.0-to-4.7.1-mysql.sql
  2. 1
      pom.xml
  3. 4
      src/main/resources/application-dev.yml
  4. 145
      src/main/webapp/html/1/index.html
  5. 102
      src/main/webapp/html/1/m/index.html
  6. 6
      src/main/webapp/templets/1/default/m/about.htm
  7. 6
      src/main/webapp/templets/1/default/m/advice.htm
  8. 6
      src/main/webapp/templets/1/default/m/case-list.htm
  9. 6
      src/main/webapp/templets/1/default/m/contact.htm
  10. 6
      src/main/webapp/templets/1/default/m/news-list.htm
  11. 6
      src/main/webapp/templets/1/default/m/news-show.htm

File diff suppressed because one or more lines are too long

@ -8,6 +8,7 @@
<artifactId>mcms</artifactId>
<version>4.7.0-SNAPSHOT</version>
<name>ms-mcms</name>
<packaging>jar</packaging>
<properties>
<java.version>1.8</java.version>
</properties>

@ -1,7 +1,7 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
url: jdbc:mysql://imingsoft.cn:3307/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
username: root
password: root
password: root@78
filters: wall,mergeStat
type: com.alibaba.druid.pool.DruidDataSource

@ -3,32 +3,40 @@
<head>
<title>MCMS-OPEN</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css" />
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/base.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/index.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/advice.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/case-list.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/about.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/news-list.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/news-show.less">
<link rel="stylesheet/less" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/less/center.less">
<script src="http://localhost:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"></script>
<script src="http://localhost:8080/ms-mcms/templets/1/default/js/slider.js"></script>
<script src="http://localhost:8080/ms-mcms/static/plugins/less/3.9.0/less.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css" />
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/base.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/index.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/advice.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/case-list.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/about.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/news-list.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/news-show.less">
<link rel="stylesheet/less" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/less/center.less">
<script src="http://127.0.0.1:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/templets/1/default/js/slider.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/less/3.9.0/less.min.js"></script>
<!--vue-懒加载-表单验证-->
<script src="http://localhost:8080/ms-mcms/plugins/vue/2.3.3/vue.min.js"></script>
<script src="http://localhost:8080/ms-mcms/plugins/validator/5.5.0/validator.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/plugins/vue/2.6.9/vue.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/plugins/validator/10.8.0/validator.min.js"></script>
<!-- Element -->
<link rel="stylesheet" href="http://127.0.0.1:8080/ms-mcms/plugins/element-ui/2.8.2/index.css">
<script src="http://127.0.0.1:8080/ms-mcms/plugins/element-ui/2.8.2/index.js"></script>
<link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/css/animate.css">
<script src="http://localhost:8080/ms-mcms/static/plugins/axios/0.18.0/axios.min.js"></script>
<script src="http://localhost:8080/ms-mcms/static/plugins/ms/1.0.0/ms.js"></script>
<script src="http://localhost:8080/ms-mcms/static/plugins/ms/1.0.0/ms.http.js"></script>
<script src="http://localhost:8080/ms-mcms/static/plugins/ms/1.0.0/ms.util.js"></script>
<script type="text/javascript">
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/css/animate.css">
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/axios/0.18.0/axios.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/ms/1.0.0/ms.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/ms/1.0.0/ms.http.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/ms/1.0.0/ms.util.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/api/ms.people.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/plupload/plupload.full.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/qs/6.6.0/qs.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/static/plugins/ms/1.0.0/ms.upload.js"></script>
<script>
window.http = ms.http;
</script>
<link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css">
<script type="text/javascript" src="http://localhost:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"></script>
ms.base = "http://127.0.0.1:8080/ms-mcms";
ms.login = 'http://127.0.0.1:8080/ms-mcms';
</script> <link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css">
<script type="text/javascript" src="http://127.0.0.1:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script>
var ms = {
base:"http://mstore.mingsoft.net"
@ -41,17 +49,17 @@
<div class="ms-head">
<div class="head-menu">
<div class="head-men-left head-menu-flex-center">
<a href="http://localhost:8080/ms-mcms/html/1/index.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1/index.html">
<img src="http://cdn.mingsoft.net/images/logo.png" />
</a>
<ul class="head-menu-list">
<li class="head-menu-list-li">走进铭飞
<ul class="head-menu-son-list">
<li>
<a target="_blank" href='http://localhost:8080/ms-mcms/html/1//53/index.html'>关于我们</a>
<a target="_blank" href='http://127.0.0.1:8080/ms-mcms/html/1//53/index.html'>关于我们</a>
</li>
<li>
<a target="_blank" href='http://localhost:8080/ms-mcms/html/1//59/index.html'>公司动态</a>
<a target="_blank" href='http://127.0.0.1:8080/ms-mcms/html/1//59/index.html'>公司动态</a>
</li>
<li>
<a target="_blank" href='http://mingsoft.net/html/1//5527/index.html#faz'>发展历程</a>
@ -60,12 +68,12 @@
<a target="_blank" href='http://mingsoft.net/html/1//5527/index.html#lianx'>加入我们</a>
</li>
<li>
<a target="_blank" href='http://localhost:8080/ms-mcms/html/1//19/141/index.html'>联系我们</a>
<a target="_blank" href='http://127.0.0.1:8080/ms-mcms/html/1//19/141/index.html'>联系我们</a>
</li>
</ul>
</li>
<li class="head-menu-list-li">
<a href='http://localhost:8080/ms-mcms/html/1//149/index.html'>案例</a>
<a href='http://127.0.0.1:8080/ms-mcms/html/1//149/index.html'>案例</a>
</li>
<li class="head-menu-list-li">
<a target="_blank" href='http://mstore.mingsoft.net/mstoreShow.do'>插件&模板</a>
@ -75,7 +83,7 @@
</ul> -->
</li>
<li class="head-menu-list-li">
<a target="_blank" href='http://localhost:8080/ms-mcms/html/1//19/142/index.html'>在线留言</a>
<a target="_blank" href='http://127.0.0.1:8080/ms-mcms/html/1//19/142/index.html'>在线留言</a>
</li>
<li class="head-menu-list-li">技术支持
<ul class="head-menu-son-list">
@ -94,7 +102,7 @@
</div>
<div class="head-men-right head-menu-flex-center">
<div class="head-menu-flex-center head-menu-right-search">
<form id="searchDataForm" action="http://localhost:8080/ms-mcms/cms/1/search.do" method="post">
<form id="searchDataForm" action="http://127.0.0.1:8080/ms-mcms/cms/1/search.do" method="post">
<input type="text" class='ms-search-input' name="basic_title" placeholder="请输入关键字">
<!-- <i class="iconfont ms-search-click">&#xe85e;</i> -->
<input type="submit" value="" class="ms-search-click">
@ -103,12 +111,12 @@
<div class="head-menu-right-content" id="ms-login-vue">
<span v-show="!isLogin" style="display: none;">
<span>
<a href='http://localhost:8080/ms-mcms/mcms/login.do'>登录</a>
</span>|<span><a href='http://localhost:8080/ms-mcms/mcms/register.do'>注册</a></span>
<a href='http://127.0.0.1:8080/ms-mcms/mcms/login.do'>登录</a>
</span>|<span><a href='http://127.0.0.1:8080/ms-mcms/mcms/register.do'>注册</a></span>
</span>
<div class="topbar-info J_userInfo loginSuccess hide-default" v-show="isLogin" style="display: none;">
<a class="user-name" href="http://localhost:8080/ms-mcms/people/center.do">
<img :src="'http://localhost:8080/ms-mcms'+ peopleInfo.puIcon" class="loginImg user_icon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'">
<a class="user-name" href="http://127.0.0.1:8080/ms-mcms/people/center.do">
<img :src="'http://127.0.0.1:8080/ms-mcms/'+peopleInfo.puIcon" class="loginImg user_icon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'">
<b class="userName ms-userName" v-text="peopleInfo.puNickname"></b>
</a>
<a href="javascript:;" class="quitLogin" @click="quitLogin">退出</a>
@ -123,21 +131,23 @@
data: {
isLogin: "", //登录状态
peopleInfo: "", //个人信息
imgUrl:"",
},
mounted: function() {
//获取个人信息
var target = this;
$.ajax({
type: "POST",
url: "http://localhost:8080/ms-mcms/checkLoginStatus.do",
url: "http://127.0.0.1:8080/ms-mcms/checkLoginStatus.do",
success: function(msg) {
target.isLogin = msg.result;
target.isLogin = msg.result; //判断用户是否登录,如登录,则target.isLogin===true
if(msg.result) {
$.ajax({
type: "GET",
url: "http://localhost:8080/ms-mcms/people/user/info.do",
url: "http://127.0.0.1:8080/ms-mcms/people/user/info.do",
success: function(msg) {
target.peopleInfo = msg;
target.peopleInfo = msg; //target.peopleInfo为当前登录用户的基本信息
}
})
}
@ -150,11 +160,11 @@
var target = this;
$.ajax({
type: "GET",
url: "http://localhost:8080/ms-mcms/people/quit.do",
url: "http://127.0.0.1:8080/ms-mcms/people/quit.do",
success: function(msg) {
if(msg.result) {
$("body").append("<form id='msHeadForm' action=''></form>");
$("#msHeadForm").attr("action", "http://localhost:8080/ms-mcms").submit();
$("#msHeadForm").attr("action", "http://127.0.0.1:8080/ms-mcms").submit();
}
}
})
@ -188,15 +198,15 @@
<div id="banner_tabs" class="flexslider">
<ul class="slides">
<template v-for="banner in bannerList">
<li style="background:url(http://localhost:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;">
<li style="background:url(http://127.0.0.1:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;">
<p class="banner_tit animated fadeInLeft">铭飞MS平台</p>
<p class="banner_des animated fadeInRight">MCms系统永久完整开源</p>
</li>
<li style="background:url(http://localhost:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;">
<li style="background:url(http://127.0.0.1:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;">
<p class="banner_tit animated fadeInLeft">MStore</p>
<p class="banner_des animated fadeInRight">丰富强大的功能插件、海量精美的行业模板</p>
</li>
<li style="background:url(http://localhost:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;">
<li style="background:url(http://127.0.0.1:8080/ms-mcms/templets/1/default/images/03.jpg) no-repeat center;">
<p class="banner_tit animated fadeInLeft">优质的服务体验</p>
<p class="banner_des animated fadeInRight">人工远程协助服务、永久享受更新升级</p>
</li>
@ -226,23 +236,23 @@
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="model">
<div style="display: none;" class="ms-loading" v-show="!loading">
<img src="http://localhost:8080/ms-mcms/templets/1/default/images/loading.gif" />
<img src="http://127.0.0.1:8080/ms-mcms/templets/1/default/images/loading.gif" />
</div>
<div class="ms-model-content" style="display: none;" v-show="loading">
<template v-for="model in modelList">
<div class="ms-model-list">
<a class="ms-model-img" :href="model.upgraderVersionUrl" target="_blank">
<img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://mstore.mingsoft.net/'+model.upgraderVersionImg" onerror="this.src='http://localhost:8080/ms-mcms/templets/1/default/images/no-data.png'" />
<img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://mstore.mingsoft.net/'+model.upgraderVersionImg" onerror="this.src='http://127.0.0.1:8080/ms-mcms/templets/1/default/images/no-data.png'" />
</a>
<div class="ms-model-mobile-img" v-if="model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined" style="background: url(http://localhost:8080/ms-mcms/templets/1/default/images/mobile.png)">
<div class="ms-model-mobile-img" v-if="model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined" style="background: url(http://127.0.0.1:8080/ms-mcms/templets/1/default/images/mobile.png)">
<div>
<img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg" onerror="this.src='http://localhost:8080/ms-mcms/templets/1/default/images/no-data.png'" />
<img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg" onerror="this.src='http://127.0.0.1:8080/ms-mcms/templets/1/default/images/no-data.png'" />
</div>
</div>
<div class="ms-model-info">
<span v-text="model.upgraderVersionName"></span>
<img class="ms-model-info-img" :src="model.upgraderVersionPeopleIcon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'" />
<img :src="'http://localhost:8080/ms-mcms/templets/1/default/images/level-'+model.upgraderVersionStart+'.png'" />
<img :src="'http://127.0.0.1:8080/ms-mcms/templets/1/default/images/level-'+model.upgraderVersionStart+'.png'" />
<div class="ms-model-type">模板</div>
</div>
</div>
@ -259,12 +269,12 @@
<template v-for="pulg in pulgList">
<div class="ms-model-list">
<a class="ms-model-img" :href="pulg.upgraderVersionUrl" target="_blank">
<img :src="'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg" onerror="this.src='http://localhost:8080/ms-mcms/templets/1/default/images/no-data.png'" />
<img :src="'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg" onerror="this.src='http://127.0.0.1:8080/ms-mcms/templets/1/default/images/no-data.png'" />
</a>
<div class="ms-model-info">
<span v-text="pulg.upgraderVersionName"></span>
<img class="ms-model-info-img" :src="pulg.upgraderVersionPeopleIcon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'" />
<img :src="'http://localhost:8080/ms-mcms/templets/1/default/images/level-'+pulg.upgraderVersionStart+'.png'" />
<img :src="'http://127.0.0.1:8080/ms-mcms/templets/1/default/images/level-'+pulg.upgraderVersionStart+'.png'" />
<div class="ms-model-type">插件</div>
</div>
</div>
@ -285,13 +295,13 @@
<div class="ms-content-case-title">
<div class="ms-content-case-title-words">网站案例</div>
<div class="ms-content-case-more">
<a href='http://localhost:8080/ms-mcms/html/1//149/index.html'>MORE>></a>
<a href='http://127.0.0.1:8080/ms-mcms/html/1//149/index.html'>MORE>></a>
</div>
</div>
<div class="ms-content-case-list">
<div class="ms-content-main-case">
<div class="ms-content-main-case-img">
<img src="http://localhost:8080/ms-mcms/upload/1//article/1531105696938.jpg">
<img src="http://127.0.0.1:8080/ms-mcms/upload/1//article/1531105696938.jpg">
</div>
<div class="ms-content-main-case-explain">
<div class="ms-content-main-case-title">攀臣广告</div>
@ -308,7 +318,7 @@
</div>
<div class="ms-content-main-case">
<div class="ms-content-main-case-img">
<img src="http://localhost:8080/ms-mcms/upload/1//article/1531105877049.jpg">
<img src="http://127.0.0.1:8080/ms-mcms/upload/1//article/1531105877049.jpg">
</div>
<div class="ms-content-main-case-explain">
<div class="ms-content-main-case-title">华赋科创</div>
@ -325,7 +335,7 @@
</div>
<div class="ms-content-main-case">
<div class="ms-content-main-case-img">
<img src="http://localhost:8080/ms-mcms/upload/1//article/1531105970322.jpg">
<img src="http://127.0.0.1:8080/ms-mcms/upload/1//article/1531105970322.jpg">
</div>
<div class="ms-content-main-case-explain">
<div class="ms-content-main-case-title">洛阳洛龙</div>
@ -389,14 +399,14 @@
<div class="ms-content-news-main-title">
<div class="ms-content-news-main-title-words">公司动态</div>
<div class="ms-content-news-main-title-more">
<a href='http://localhost:8080/ms-mcms/html/1//59/index.html'>MORE>></a>
<a href='http://127.0.0.1:8080/ms-mcms/html/1//59/index.html'>MORE>></a>
</div>
</div>
<div class="ms-content-news-main-img-text">
<img src="http://localhost:8080/ms-mcms/upload/article/1/1461384072200.jpeg">
<img src="http://127.0.0.1:8080/ms-mcms/upload/article/1/1461384072200.jpeg">
<ul class="ms-content-news-main-ul">
<li>
<a href="http://localhost:8080/ms-mcms/html/1//59/69\70.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1//59/69/70.html">
<div class="ms-content-news-main-li-title">
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span class="">2015年 铭飞MCms获得最热门开源项目第40位</span>
@ -405,7 +415,7 @@
</a>
</li>
<li>
<a href="http://localhost:8080/ms-mcms/html/1//59/68\71.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1//59/68/71.html">
<div class="ms-content-news-main-li-title">
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span class="">国内java开源 cms系统</span>
@ -414,7 +424,7 @@
</a>
</li>
<li>
<a href="http://localhost:8080/ms-mcms/html/1//59/68\72.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1//59/68/72.html">
<div class="ms-content-news-main-li-title">
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span class="">2016年CMS开源系统排行榜</span>
@ -423,7 +433,7 @@
</a>
</li>
<li>
<a href="http://localhost:8080/ms-mcms/html/1//59/68\73.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1//59/68/73.html">
<div class="ms-content-news-main-li-title">
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span class="">国内java开源商城系统</span>
@ -432,7 +442,7 @@
</a>
</li>
<li>
<a href="http://localhost:8080/ms-mcms/html/1//59/68\74.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1//59/68/74.html">
<div class="ms-content-news-main-li-title">
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span class="">国内java开源bbs系统</span>
@ -441,7 +451,7 @@
</a>
</li>
<li>
<a href="http://localhost:8080/ms-mcms/html/1//59/70\177.html">
<a href="http://127.0.0.1:8080/ms-mcms/html/1//59/70/177.html">
<div class="ms-content-news-main-li-title">
<!-- <span class="ms-content-news-main-li-span">·</span> -->
<span class="">国内开源 java cms,铭飞MCms</span>
@ -460,7 +470,7 @@
<div class="ms-footer-left">
<div class="ms-footer-left-column">
<span class="ms-footer-left-column-about">
<a href='http://localhost:8080/ms-mcms/html/1//53/index.html'>关于我们</a>
<a href='http://127.0.0.1:8080/ms-mcms/html/1//53/index.html'>关于我们</a>
</span>|
<span class="ms-footer-left-column-course">
<a target="_blank" href='http://mingsoft.net/html/1//5527/index.html#faz'>发展历程</a>
@ -472,12 +482,12 @@
<span class="ms-footer-left-copyright">版权所有&copy;铭飞科技有限公司2012-2018保留一切权利</span>
</div>
<div class="ms-footer-right">
<img class='ms-footer-right-img-weixin' src="http://localhost:8080/ms-mcms/templets/1/default/images/we-chat.png">
<a target="_blank" href='http://tieba.baidu.com/f?kw=%E9%93%AD%E9%A3%9E%E7%A7%91%E6%8A%80&fr=index&fp=0&ie=utf-8'><img class="ms-footer-right-baidu" src="http://localhost:8080/ms-mcms/templets/1/default/images/baidu.png"></a>
<a target="_blank" href='http://weibo.com/killfen'><img src="http://localhost:8080/ms-mcms/templets/1/default/images/micro-blog.png"></a>
<img class='ms-footer-right-img-weixin' src="http://127.0.0.1:8080/ms-mcms/templets/1/default/images/we-chat.png">
<a target="_blank" href='http://tieba.baidu.com/f?kw=%E9%93%AD%E9%A3%9E%E7%A7%91%E6%8A%80&fr=index&fp=0&ie=utf-8'><img class="ms-footer-right-baidu" src="http://127.0.0.1:8080/ms-mcms/templets/1/default/images/baidu.png"></a>
<a target="_blank" href='http://weibo.com/killfen'><img src="http://127.0.0.1:8080/ms-mcms/templets/1/default/images/micro-blog.png"></a>
<div class="ms-footer-right-weixin">
<p></p>
<img alt="" src="http://localhost:8080/ms-mcms/templets/1/default/images/weixin.jpg">
<img alt="" src="http://127.0.0.1:8080/ms-mcms/templets/1/default/images/weixin.jpg">
</div>
</div>
</div>
@ -488,7 +498,6 @@ $(function(){
$(".head-menu-list-li").hover(function(){
$(this).find(".head-menu-son-list").fadeToggle();
});
$('.ms-footer-right-img-weixin').hover(function(){
$('.ms-footer-right-weixin').toggle();
});

@ -4,46 +4,46 @@
<title>MCMS-OPEN</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/plugins/amazeui/2.7.2/css/amazeui.min.css" />
<link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/index.less" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/base.less" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/about.less" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/case-list.less" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/news-list.less" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/news-show.less" />
<link rel="stylesheet" type="text/less" href="http://localhost:8080/ms-mcms/templets/1/default/m/less/advice.less" />
<script src="http://localhost:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"></script>
<script src="http://localhost:8080/ms-mcms/plugins/amazeui/2.7.2/js/amazeui.min.js"></script>
<script src="http://localhost:8080/ms-mcms/templets/1/default/m/js/jiaoben.js"></script>
<script src="http://localhost:8080/ms-mcms/plugins/seajs/3.0.0/sea.js"></script>
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/plugins/amazeui/2.7.2/css/amazeui.min.css" />
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/plugins/iconfont/1.0.0/iconfont.css" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/index.less" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/base.less" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/about.less" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/case-list.less" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/news-list.less" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/news-show.less" />
<link rel="stylesheet" type="text/less" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/less/advice.less" />
<script src="http://127.0.0.1:8080/ms-mcms/plugins/jquery/1.9.1/jquery-1.9.1.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/plugins/amazeui/2.7.2/js/amazeui.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/js/jiaoben.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/plugins/seajs/3.0.0/sea.js"></script>
<!--vue-懒加载-表单验证-->
<script src="http://localhost:8080/ms-mcms/plugins/vue/2.3.3/vue.min.js"></script>
<script src="http://localhost:8080/ms-mcms/plugins/validator/5.5.0/validator.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/templets/1/default/m/css/style.css">
<script src="http://127.0.0.1:8080/ms-mcms/plugins/vue/2.3.3/vue.min.js"></script>
<script src="http://127.0.0.1:8080/ms-mcms/plugins/validator/5.5.0/validator.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/css/style.css">
<script>
ms.config({
base: "http://localhost:8080/ms-mcms",
base: "http://127.0.0.1:8080/ms-mcms",
filter: {
people: {
loginUrl: 'http://localhost:8080/ms-mcms'
loginUrl: 'http://127.0.0.1:8080/ms-mcms'
}
}
});
</script>
</head> <link rel="stylesheet" type="text/css" href="http://localhost:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css">
<script type="text/javascript" src="http://localhost:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head> <link rel="stylesheet" type="text/css" href="http://127.0.0.1:8080/ms-mcms/plugins/bootstrap/3.3.5/css/bootstrap.min.css">
<script type="text/javascript" src="http://127.0.0.1:8080/ms-mcms/plugins/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<body>
<div class="ms-head">
<header data-am-widget="header" class="am-header am-header-default ms-head-background">
<div class="am-header-left am-header-nav">
<a href="http://localhost:8080/ms-mcms/" class="">
<a href="http://127.0.0.1:8080/ms-mcms/" class="">
<i class="iconfont">&#xe99b;</i>
</a>
</div>
<h1 style="height: 100%;" class="am-header-title ms-header-title">
<a href="http://localhost:8080/ms-mcms" class="">
<img src="http://localhost:8080/ms-mcms/templets/1/default/m/images/ms.ico">
<a href="http://127.0.0.1:8080/ms-mcms" class="">
<img src="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/ms.ico">
</a>
</h1>
<nav data-am-widget="menu" class="am-menu am-menu-offcanvas1" data-am-menu-offcanvas>
@ -54,16 +54,16 @@
<div class="am-offcanvas-bar">
<ul class="am-menu-nav am-avg-sm-1">
<li class="">
<a href="http://localhost:8080/ms-mcms" class="">首页</a>
<a href="http://127.0.0.1:8080/ms-mcms" class="">首页</a>
</li>
<li class="am-parent">
<a href="##" class="">走进铭飞</a>
<ul class="am-menu-sub am-collapse am-avg-sm-3 ">
<li class="">
<a href="http://localhost:8080/ms-mcms/html/1/m/53/index.html" class="">关于我们</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/53/index.html" class="">关于我们</a>
</li>
<li class="">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/index.html" class="">公司动态</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/index.html" class="">公司动态</a>
</li>
<li class="">
<a href="http://mingsoft.net/html/1//5527/index.html#faz" class="">发展历程</a>
@ -72,19 +72,19 @@
<a href="http://mingsoft.net/html/1//5527/index.html#lianx" class="">加入我们</a>
</li>
<li class="">
<a href="http://localhost:8080/ms-mcms/html/1/m/19/index.html" class="">联系我们</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/19/index.html" class="">联系我们</a>
</li>
</ul>
</li>
<li class="">
<a href="http://localhost:8080/ms-mcms/html/1/m/149/index.html" class="">案例</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/149/index.html" class="">案例</a>
</li>
<li class="">
<a href="http://mstore.mingsoft.net/mstoreShow.do" class="">模板&插件</a>
</li>
<li class="">
<a href="http://localhost:8080/ms-mcms/html/1/m/19/142/index.html" class="">在线留言</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/19/142/index.html" class="">在线留言</a>
</li>
<li class="am-parent">
<a>技术支持</a>
@ -111,7 +111,7 @@
<ul class="am-slides">
<template v-for="banner in bannerList">
<li>
<img :src="'http://localhost:8080/ms-mcms/templets/1/default/m/images/'+banner+'.png'">
<img :src="'http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/'+banner+'.png'">
</li>
</template>
</ul>
@ -131,23 +131,23 @@
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="model">
<div style="display: none;" class="ms-loading" v-show="!loading">
<img src="http://localhost:8080/ms-mcms/templets/1/default/m/images/loading.gif" />
<img src="http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/loading.gif" />
</div>
<div class="ms-model-content" style="display: none;" v-show="loading">
<template v-for="model in modelList">
<div class="ms-model-list">
<a class="ms-model-img" :href="model.upgraderVersionUrl" target="_blank">
<img :src="'http://mstore.mingsoft.net/'+model.upgraderVersionImg" onerror="this.src='http://localhost:8080/ms-mcms/templets/1/default/m/images/no-data.png'" />
<img :src="'http://mstore.mingsoft.net/'+model.upgraderVersionImg" onerror="this.src='http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/no-data.png'" />
</a>
<div class="ms-model-mobile-img" v-if="model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined" style="background-image: url(http://localhost:8080/ms-mcms/templets/1/default/m/images/mobile.png)">
<div class="ms-model-mobile-img" v-if="model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined" style="background-image: url(http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/mobile.png)">
<div>
<img :src="'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg" onerror="this.src='http://localhost:8080/ms-mcms/templets/1/default/m/images/no-data.png'" />
<img :src="'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg" onerror="this.src='http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/no-data.png'" />
</div>
</div>
<div class="ms-model-info">
<span v-text="model.upgraderVersionName"></span>
<img class="ms-model-info-img" :src="model.upgraderVersionPeopleIcon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'" />
<img :src="'http://localhost:8080/ms-mcms/templets/1/default/m/images/level-'+model.upgraderVersionStart+'.png'" width="60px" />
<img :src="'http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/level-'+model.upgraderVersionStart+'.png'" width="60px" />
<div class="ms-model-type">模板</div>
</div>
</div>
@ -164,12 +164,12 @@
<template v-for="pulg in pulgList">
<div class="ms-model-list">
<a class="ms-model-img" :href="pulg.upgraderVersionUrl" target="_blank">
<img :src="'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg" onerror="this.src='http://localhost:8080/ms-mcms/templets/1/default/m/images/no-data.png'" />
<img :src="'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg" onerror="this.src='http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/no-data.png'" />
</a>
<div class="ms-model-info">
<span v-text="pulg.upgraderVersionName"></span>
<img class="ms-model-info-img" :src="'http://localhost:8080/ms-mcms/'+ pulg.upgraderVersionPeopleIcon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'" />
<img :src="'http://localhost:8080/ms-mcms/templets/1/default/m/images/level-'+pulg.upgraderVersionStart+'.png'" width="60px"/>
<img class="ms-model-info-img" :src="'http://127.0.0.1:8080/ms-mcms/'+ pulg.upgraderVersionPeopleIcon" onerror="this.src='http://cdn.mingsoft.net/global/images/msheader.png'" />
<img :src="'http://127.0.0.1:8080/ms-mcms/templets/1/default/m/images/level-'+pulg.upgraderVersionStart+'.png'" width="60px"/>
<div class="ms-model-type">插件</div>
</div>
</div>
@ -191,7 +191,7 @@
<!--列表标题-->
<div class="am-list-news-hd am-cf ms-case-title">
<!--带更多链接-->
<a href="http://localhost:8080/ms-mcms/html/1/m/149/index.html" class="">
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/149/index.html" class="">
<h2 class="ms-case-title-h2">网站案例</h2>
<span class="am-list-news-more am-fr ms-case-more">MORE &raquo;</span>
</a>
@ -201,21 +201,21 @@
<li>
<div class="am-gallery-item ms-case-div-li">
<a href='http://www.panchen-china.com/'>
<img class="ms-case-list-img" src="http://localhost:8080/ms-mcms/upload/1//article/1531105696938.jpg" alt="攀臣广告" />
<img class="ms-case-list-img" src="http://127.0.0.1:8080/ms-mcms/upload/1//article/1531105696938.jpg" alt="攀臣广告" />
</a>
</div>
</li>
<li>
<div class="am-gallery-item ms-case-div-li">
<a href='http://www.huaful.com/'>
<img class="ms-case-list-img" src="http://localhost:8080/ms-mcms/upload/1//article/1531105877049.jpg" alt="华赋科创" />
<img class="ms-case-list-img" src="http://127.0.0.1:8080/ms-mcms/upload/1//article/1531105877049.jpg" alt="华赋科创" />
</a>
</div>
</li>
<li>
<div class="am-gallery-item ms-case-div-li">
<a href='http://www.luolong.gov.cn/ '>
<img class="ms-case-list-img" src="http://localhost:8080/ms-mcms/upload/1//article/1531105970322.jpg" alt="洛阳洛龙" />
<img class="ms-case-list-img" src="http://127.0.0.1:8080/ms-mcms/upload/1//article/1531105970322.jpg" alt="洛阳洛龙" />
</a>
</div>
</li>
@ -249,7 +249,7 @@
<div data-am-widget="list_news" class="am-list-news am-list-news-default">
<div class="am-list-news-hd am-cf ms-news-title">
<!--带更多链接-->
<a href="http://localhost:8080/ms-mcms/html/1/m/59/index.html" class="">
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/index.html" class="">
<h2 class="ms-news-title-h2">公司动态</h2>
<span class="am-list-news-more am-fr ms-news-more">MORE &raquo;</span>
</a>
@ -257,27 +257,27 @@
<div class="am-list-news-bd ms-product-news-list">
<ul class="am-list">
<li class="am-g am-list-item-dated ms-product-news-list-li">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/69\70.html" class="am-list-item-hd ">2015年 铭飞MCms获得最热门开源项目第40位</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/69/70.html" class="am-list-item-hd ">2015年 铭飞MCms获得最热门开源项目第40位</a>
<span class="am-list-date">2028-00-01</span>
</li>
<li class="am-g am-list-item-dated ms-product-news-list-li">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/68\71.html" class="am-list-item-hd ">国内java开源 cms系统</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/68/71.html" class="am-list-item-hd ">国内java开源 cms系统</a>
<span class="am-list-date">2028-00-01</span>
</li>
<li class="am-g am-list-item-dated ms-product-news-list-li">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/68\72.html" class="am-list-item-hd ">2016年CMS开源系统排行榜</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/68/72.html" class="am-list-item-hd ">2016年CMS开源系统排行榜</a>
<span class="am-list-date">2028-00-01</span>
</li>
<li class="am-g am-list-item-dated ms-product-news-list-li">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/68\73.html" class="am-list-item-hd ">国内java开源商城系统</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/68/73.html" class="am-list-item-hd ">国内java开源商城系统</a>
<span class="am-list-date">2028-00-01</span>
</li>
<li class="am-g am-list-item-dated ms-product-news-list-li">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/68\74.html" class="am-list-item-hd ">国内java开源bbs系统</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/68/74.html" class="am-list-item-hd ">国内java开源bbs系统</a>
<span class="am-list-date">2028-00-01</span>
</li>
<li class="am-g am-list-item-dated ms-product-news-list-li">
<a href="http://localhost:8080/ms-mcms/html/1/m/59/70\177.html" class="am-list-item-hd ">国内开源 java cms,铭飞MCms</a>
<a href="http://127.0.0.1:8080/ms-mcms/html/1/m/59/70/177.html" class="am-list-item-hd ">国内开源 java cms,铭飞MCms</a>
<span class="am-list-date">2028-00-01</span>
</li>
</ul>
@ -289,11 +289,11 @@
<div class="ms-footer">
<footer class="am-footer am-footer-default">
<div class="am-footer-switch ms-footer-div">
<a id="godesktop" class="am-footer-desktop ms-footer-div-a" href="http://localhost:8080/ms-mcms/html/1/m/53/index.html">关于我们</a>
<a id="godesktop" class="am-footer-desktop ms-footer-div-a" href="http://127.0.0.1:8080/ms-mcms/html/1/m/53/index.html">关于我们</a>
<span class="am-footer-divider ms-footer-div-a">|</span>
<a id="godesktop" class="am-footer-desktop ms-footer-div-a" href="http://mingsoft.net/html/1//5527/index.html#faz">发展历程</a>
<span class="am-footer-divider ms-footer-div-a">|</span>
<a id="godesktop" class="am-footer-desktop ms-footer-div-a" href="http://localhost:8080/ms-mcms/html/1/m/19/index.html">联系我们</a>
<a id="godesktop" class="am-footer-desktop ms-footer-div-a" href="http://127.0.0.1:8080/ms-mcms/html/1/m/19/index.html">联系我们</a>
</div>
<div class="am-footer-miscs ms-footer-copyright">
<p>版权所有©铭飞科技有限公司2012-2018保留一切权利</p>

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<#include "m/head-file.htm"/>
<#include "/m/head-file.htm"/>
<body>
<#include "m/head.htm"/>
<#include "/m/head.htm"/>
<div class="ms-banner">
<img src="{ms:global.host/}/{ms:global.style/}/images/about.png" class="am-img-responsive" alt=""/>
</div>
@ -30,6 +30,6 @@
</div>
</div>
</div>
<#include "m/footer.htm"/>
<#include "/m/footer.htm"/>
</body>
</html>

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<#include "m/head-file.htm"/>
<#include "/m/head-file.htm"/>
<body>
<#include "m/head.htm"/>
<#include "/m/head.htm"/>
<div class="ms-banner">
<img src="{ms:global.host/}/{ms:global.style/}/images/message.png" alt="" width="100%" />
</div>
@ -20,7 +20,7 @@
<button type="button" class="am-btn am-btn-primary ms-content-button">提交</button>
</form>
</div>
<#include "m/footer.htm"/>
<#include "/m/footer.htm"/>
</body>
</html>
<script>

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<#include "m/head-file.htm"/>
<#include "/m/head-file.htm"/>
<body>
<#include "m/head.htm"/>
<#include "/m/head.htm"/>
<div class="ms-banner">
<img src="{ms:global.host/}/{ms:global.style/}/images/mo.png" class="am-img-responsive" alt=""/>
</div>
@ -17,7 +17,7 @@
{/ms:arclist}
</ul>
</div>
<#include "m/footer.htm"/>
<#include "/m/footer.htm"/>
</body>
</html>
<script>

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<#include "m/head-file.htm"/>
<#include "/m/head-file.htm"/>
<body>
<#include "m/head.htm"/>
<#include "/m/head.htm"/>
<div class="ms-banner">
<img src="{ms:global.host/}/{ms:global.style/}/images/about.png" class="am-img-responsive" alt=""/>
</div>
@ -30,6 +30,6 @@
</div>
</div>
</div>
<#include "m/footer.htm"/>
<#include "/m/footer.htm"/>
</body>
</html>

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<#include "m/head-file.htm"/>
<#include "/m/head-file.htm"/>
<body>
<#include "m/head.htm"/>
<#include "/m/head.htm"/>
<div class="ms-banner">
<img src="{ms:global.host/}/{ms:global.style/}/images/case.png" class="am-img-responsive" alt=""/>
</div>
@ -20,6 +20,6 @@
</div>
</div>
</div>
<#include "m/footer.htm"/>
<#include "/m/footer.htm"/>
</body>
</html>

@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<#include "m/head-file.htm"/>
<#include "/m/head-file.htm"/>
<link rel="stylesheet" type="text/css" href="{ms:global.host/}/{ms:global.style/}/css/jquery.sinaemotion.css" />
<script type="text/javascript" src="{ms:global.host/}/{ms:global.style/}/js/jquery.sinaEmotion.js"></script>
</head>
<body>
<#include "m/head.htm"/>
<#include "/m/head.htm"/>
<div class="ms-banner">
<img src="{ms:global.host/}/{ms:global.style/}/images/case.png" class="am-img-responsive" alt="" />
</div>
@ -81,7 +81,7 @@
</div>
</div>
</div>
<#include "m/footer.htm"/>
<#include "/m/footer.htm"/>
</body>
<script>
var newsShowVue = new Vue({

Loading…
Cancel
Save