2024-08-30 17:03:25 +08:00
|
|
|
<template>
|
2024-10-31 09:45:28 +08:00
|
|
|
<administrative-division-tree/>
|
|
|
|
123123
|
2024-10-31 14:25:35 +08:00
|
|
|
<a-image src="http://118.253.177.137:9000/police-security/2024/10/30/55f99091b88c4c80ab90036d2b4914c6.jpg"/>
|
2024-08-30 17:03:25 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
2024-10-31 09:45:28 +08:00
|
|
|
import AdministrativeDivisionTree from "@/components/tree/AdministrativeDivisionTree.vue";
|
2024-08-30 17:03:25 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
</style>
|