Commit 37cffefb authored by wujj's avatar wujj
Browse files

模板

parent 3ffe552f
......@@ -23,7 +23,7 @@ ms:
upload:
enable-web: true #启用web层的上传
template: templets #模板文件夹支持重命名,不支持路径
template: template #模板文件夹支持重命名,不支持路径
path: upload #文件上传路径,可以根据实际写绝对路径
mapping: /upload/** #修改需要谨慎,系统第一次部署可以随意修改,如果已经有了上传数据,再次修改会导致之前上传的文件404
denied: .exe,.jsp
......
......@@ -49,16 +49,12 @@
class="ms-channel-path-index">
首页
</a>
<i class="iconfont icon-youjiantou" ></i>
<a href="#"
class="ms-channel-path-link">
互动交流
</a>
<i class="iconfont icon-youjiantou" ></i>
<a href="#"
class="ms-channel-path-link">
常见问题
</a>
{ms:channel type="path"}
<i class="iconfont icon-youjiantou"></i>
<a href="{ms:global.url/}${field.typelink}" class="ms-channel-path-link">
${field.typetitle}
</a>
{/ms:channel}
</div>
<div class="detail">
<div class="top">
......@@ -128,16 +124,16 @@
</span>
<a href="${global.url}${pre.link}"
>
${global.url}${pre.title}
${pre.title}
</a>
</div>
<div class="next">
<span >
下一篇:
</span>
<a href="${global.url}${next.link}"
<a href="${global.url}${next.link}"
>
${global.url}${next.title}
${next.title}
</a>
</div>
</div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment