模版修改

master
msgroup 4 years ago
parent defa5d2033
commit 00bd875a61
  1. 2
      src/main/resources/application-dev.yml
  2. 11
      src/main/webapp/template/1/default/footer.htm

@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&serverTimezone=Asia/Shanghai&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
username: root
password: root
filters: wall,mergeStat

@ -2,13 +2,16 @@
<div class="body">
<div class="top">
<div class="top-left">
{ms:channel flag='nav' type='top'}
{ms:channel flag='nav,c' type='top'}
<div class="foot-nav">
<a href="{ms:global.url/}${field.typelink}" class="nav-item"> ${field.typetitle} </a> {ms:channel }
<a href="{ms:global.url/}${field.typelink}" class="nav-item"> ${field.typetitle}</a>
{ms:channel}
<div>
<a href="{ms:global.url/}${field.typelink}" class="item"> ${field.typetitle} </a>
</div> {/ms:channel}
</div> {/ms:channel}
</div>
{/ms:channel}
</div>
{/ms:channel}
</div>
<div class="top-right">
<div class="qr">

Loading…
Cancel
Save