Commit 867af092c717043bad219621936464db252e7397

Authored by 李小慧
1 parent 5bbd578d
Exists in dev

feat: 底部文案添加跳转链接

platform/src/main/webapp/template/web/base/footer.html
... ... @@ -8,7 +8,8 @@ var headContent = {
8 8  
9 9 <!-- footer -->
10 10 <div class="footer">
11   - Copyright© 2020 南阳港务集团有限公司 All Rights Reserved. 豫ICP备2020037004号-1
  11 + Copyright© 2020 南阳港务集团有限公司 All Rights Reserved.
  12 + <a href="https://www.miit.gov.cn/" target="_blank" style="color: #CCCCCC">豫ICP备2020037004号-1</a>
12 13 </div>
13 14  
14 15 <script type="text/javascript" src="${ctx}template/web/static/js/jquery-1.7.2.min.js"></script>
... ...