diff --git a/pom.xml b/pom.xml index a403e5bc..33e5a8b1 100644 --- a/pom.xml +++ b/pom.xml @@ -47,35 +47,13 @@ - - net.mingsoft - ms-mattention - - - net.mingsoft - ms-mcomment - - - net.mingsoft - ms-mpay - - - net.mingsoft - ms-msend - + - - net.mingsoft - ms-spider - - - net.mingsoft - ms-mweixin - + diff --git a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl index 94e3eaf7..09b47f53 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl @@ -477,7 +477,7 @@ getColumnContentModelId: function () { var that = this; ms.http.get(ms.manager + "/mdiy/model/list.do", { - modelType: 'zdymx_wz' + modelType: 'cms' }).then(function (data) { if(data.result){ that.mdiyModelIdOptions = data.data.rows;