From 74c17698cb2296403d7415866823c0239d75bdbf Mon Sep 17 00:00:00 2001 From: sunxin <2741094504@qq.com> Date: Thu, 28 Feb 2019 19:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manager/cms/article/article_form.ftl | 2 +- src/main/webapp/templets/1/default/index.htm | 282 ++++++++++++++++++ 2 files changed, 283 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/templets/1/default/index.htm diff --git a/src/main/webapp/WEB-INF/manager/cms/article/article_form.ftl b/src/main/webapp/WEB-INF/manager/cms/article/article_form.ftl index 93269e4f..29155037 100644 --- a/src/main/webapp/WEB-INF/manager/cms/article/article_form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/article/article_form.ftl @@ -94,7 +94,7 @@ $(function(){ //获取当前栏目的自定义模型 var url="${managerPath}/mdiy/contentModel/contentModelField/"+${categoryId?default(0)}+"/queryField.do"; var articleId="basicId="+${article.basicId?c?default(0)}; - $(this).request({url:url,data:articleId,method:"post",func:function(data) { + $(this).request({url:url,data:articleId,method:"get",func:function(data) { $("#addFieldForm").html(data); }}); diff --git a/src/main/webapp/templets/1/default/index.htm b/src/main/webapp/templets/1/default/index.htm new file mode 100644 index 00000000..5e6b28a5 --- /dev/null +++ b/src/main/webapp/templets/1/default/index.htm @@ -0,0 +1,282 @@ + + + + <#include "head-file.htm"> + + + + + + <#include "head.htm"> + +
+ +
+
+
+ +
+
+
+ + +
+
+ +
+
+
+
+
+
+
+
+
网站案例
+
+ MORE>> +
+
+
+ {ms:arclist typeid=149 size=6} +
+
+ +
+
+
[field.title/]
+
+ +

+ [field.content/] +

+
+ +
+
+ {/ms:arclist} +
+
+
+
+
+
+
产品方向
+
+
+
    +
  • +
    + + +
    +
    + +
    纯Java开发,MCMS支持PC与MOBILE皮肤定制,同时使用MS团队移动JS插件,支持站群。
    +
  • +
  • +
    + + +
    +
    + +
    重新定义移动开发,快速、开放、高性能,数据无缝对接,超过500个模块api 接口,方便实现各种应用。
    +
  • +
  • +
    + + +
    +
    + +
    MS+物联网,让生产企业真正掌握企业命脉,实现互联网+生产,给企业插上信息化翅膀,共享、共荣大数据时代
    +
  • +
+
+
+
+
+
+
+
公司动态
+
+ MORE>> +
+
+
+ {ms:arclist typeid=59 size=1} + + {/ms:arclist} + +
+
+
+
+
+ <#include "footer.htm"> + + + \ No newline at end of file