Skip to content

Commit 5d5bd9a

Browse files
authored
Update BeianFooter.vue
1 parent 946eed4 commit 5d5bd9a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/BeianFooter.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
</template>
3131

3232
<script setup lang="ts">
33-
defineProps<{
34-
icp: string // 例:2025074193
35-
gaCode: string // 例:36012202000590
36-
provinceShort?: string // 例:赣、粤、京,默认“赣”
37-
policeIconSrc?: string // 图标地址,默认 /gongan.png(或外链)
38-
}>()
39-
4033
const props = withDefaults(defineProps<{
4134
icp: string
4235
gaCode: string

0 commit comments

Comments
 (0)