WholeProcessPlatform/frontend/src/views/zhiNengFenXi/zhiNengPeiTu/index.vue

8 lines
130 B
Vue
Raw Normal View History

2026-07-28 18:28:07 +08:00
<template>
<MapStudio />
</template>
<script setup lang="ts">
import MapStudio from '@/modules/MapStudio/index.vue';
</script>