4ee13d62 by lihua

修改备案时间

1 parent 68d3dae1
...@@ -105,7 +105,7 @@ const beforeLogin = () => { ...@@ -105,7 +105,7 @@ const beforeLogin = () => {
105 </div> 105 </div>
106 </div> 106 </div>
107 <div class="copyright_text"> 107 <div class="copyright_text">
108 <span>Copyright © 2015-2024</span> 108 <span>{{ `Copyright © 2015-${new Date().getFullYear()}` }}</span>
109 <a style="color: #4FA1A4;margin: 0 8px;" href="https://beian.miit.gov.cn" target="_blank">ICP2024044205</a> 109 <a style="color: #4FA1A4;margin: 0 8px;" href="https://beian.miit.gov.cn" target="_blank">ICP2024044205</a>
110 <span>北京传世博润科技有限公司</span> 110 <span>北京传世博润科技有限公司</span>
111 </div> 111 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!