Merge branch 'master' of http://120.27.238.55:7000/r/farmer-cms
| | |
| | | if ("article".equals(templateType)) { |
| | | Object templateName = system.get("templateName"); |
| | | if (templateName != null) { |
| | | this.name = (String) templateName; |
| | | this.name = String.valueOf(templateName); |
| | | } |
| | | } else if ("column".equals(templateType)) { |
| | | Object page = system.get("page"); |
| | |
| | | |
| | | cms: |
| | | base-url: http://120.27.238.55:8000/cms/output |
| | | static-url: http://120.27.238.55:8000/cms/static |
| | | static-url: http://120.27.238.55:8000/cms/static/ |
| | | template-path: /home/javaweb/webresource/cms/template |
| | | static-path: /home/javaweb/webresource/cms/static |
| | | output-path: /home/javaweb/webresource/cms/output |