公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改js获取后台数据到页面显示,由于后台封装不符合规范修改了下展示时获取js数据的方式
shiyj
2019-06-21
a2854129b50e48159380a71a0049c1fd5a28a6d5
[Lianxun_Java.git]
/
WebService
/
src
/
main
/
resources
/
components
/
copyright
/
copyright.html
1
2
3
4
5
6
7
8
<div class="footer" id="copyright">
<div class="float-right">
<strong>{{copyrightInfo.otherInfo}}</strong>
</div>
<div>
<strong>Copyright</strong> {{copyrightInfo.company}} © {{copyrightInfo.date}}
</div>
</div>