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

模板

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