web端登录方式改为token验证登录,保存到cookie中

Server酱发送消息改为URLEncoder
index页面新增备案号信息
home页更新版权信息
This commit is contained in:
2020-04-07 11:23:55 +08:00
parent 9dcee52750
commit ad332a80cf
10 changed files with 83 additions and 43 deletions

View File

@@ -86,7 +86,7 @@
</div>
<div class="layui-footer">
©2019 <a href="http://jianrmod.cn">jianrmod.cn</a> - 舰R魔改宝盒小组
©2020 <a href="http://jianrmod.cn">jianrmod.cn</a> - 舰R魔改宝盒小组
</div>
</div>

View File

@@ -33,6 +33,10 @@
</div>
</div>
</div>
<div style="bottom: 10px; left: 30%; position: fixed;">
<!-- 底部固定区域 -->
<a href="http://beian.miit.gov.cn/">湘ICP备16005656号-2</a>
</div>
</body>
<link rel="stylesheet" href="../static/layui/css/layui.css">
<script type="text/javascript" src="../static/layui/layui.all.js"></script>