备案信息修改

This commit is contained in:
刘华勇 2026-06-25 15:33:55 +08:00
parent 337780d168
commit 3471d814f9
5 changed files with 1152 additions and 26145 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ node_modules/
dist/ dist/
.DS_Store .DS_Store
._* ._*
.claude

BIN
edrec.zip

Binary file not shown.

25057
package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
</div> </div>
<!-- 解决路由点击URL改变 但是页面没有重新渲染 高中选择及父母亲两个页面--> <!-- 解决路由点击URL改变 但是页面没有重新渲染 高中选择及父母亲两个页面-->
<router-view :key="$route.fullPath" /> <router-view :key="$route.fullPath" />
<div class="beian" @click="beiClick">粤ICP备16054987号</div> <a class="beian" href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">Copyright © 2026 深圳市前海有未来教育科技有限公司 All Rights Reserved.备案号:粤ICP备2025448499号-1</a>
</div> </div>
</template> </template>
<script> <script>
@ -121,14 +121,17 @@
} }
.beian { .beian {
display: block;
font-size: 12px; font-size: 12px;
margin-top: 80px; position: fixed;
position: relative; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
line-height: 2; line-height: 2;
color: #9c9c9c; color: #9c9c9c;
text-decoration: none;
z-index: 999;
} }
body { body {