14 lines
342 B
Vue
14 lines
342 B
Vue
<template>
|
|
<administrative-division-tree/>
|
|
123123
|
|
<a-image src="http://118.253.177.137:9000/police-security/2024/10/30/55f99091b88c4c80ab90036d2b4914c6.jpg"/>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import AdministrativeDivisionTree from "@/components/tree/AdministrativeDivisionTree.vue";
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|