Skip to content

Commit

Permalink
fix: layouts/default.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Dec 25, 2023
1 parent 827984d commit 8bc5fce
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
<template>
<Navigation></Navigation>
<slot name="main">
<router-view></router-view>
</slot>
<slot name="foot">
<div class="fixed bottom-2 w-full text-xs">
<div class="flex w-full items-center justify-center">
<a href="https://beian.miit.gov.cn/" target="_blank">冀ICP备2022022916</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a
href="https://beian.mps.gov.cn/#/query/webSearch?code=51159902000145"
rel="noreferrer"
target="_blank"
>川公网安备51159902000145</a
>
<div>
<slot name="main">
<router-view></router-view>
</slot>
<slot name="foot">
<div class="fixed bottom-2 w-full text-xs">
<div class="flex w-full items-center justify-center">
<a href="https://beian.miit.gov.cn/" target="_blank">冀ICP备2022022916</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a
href="https://beian.mps.gov.cn/#/query/webSearch?code=51159902000145"
rel="noreferrer"
target="_blank"
>川公网安备51159902000145</a
>
</div>
</div>
</div>
</slot>
</slot>
</div>
</template>

0 comments on commit 8bc5fce

Please sign in to comment.