备案信息修改
This commit is contained in:
parent
337780d168
commit
3471d814f9
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ node_modules/
|
||||||
dist/
|
dist/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
._*
|
._*
|
||||||
|
.claude
|
||||||
|
|
|
||||||
25057
package-lock.json
generated
25057
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
2230
pnpm-lock.yaml
2230
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user