78bc58ff by lihua

修改备案时间

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