21f79e65 by lihua

修改备案时间

1 parent 5324ab40
......@@ -105,7 +105,7 @@ const beforeLogin = () => {
</div>
</div>
<div class="copyright_text">
<span>Copyright © 2015-2024</span>
<span>{{ `Copyright © 2015-${new Date().getFullYear()}` }}</span>
<a style="color: #4FA1A4;margin: 0 8px;" href="https://beian.miit.gov.cn" target="_blank">ICP2024044205</a>
<span>北京传世博润科技有限公司</span>
</div>
......@@ -211,7 +211,8 @@ const beforeLogin = () => {
.row-main {
display: flex;
flex-direction: row;
column-gap: 40px;
column-gap: 80px;
justify-content: center;
.per {
cursor: pointer;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!