Files
Web_IoTBase_Vue3_Prod/src/pages/scopemanage/index.vue
2025-12-11 14:24:29 +08:00

21 lines
189 B
Vue

<template>
</template>
<script setup>
import { ref, inject, onMounted } from 'vue';
const $http = inject('$http')
onMounted(() => {
})
</script>
<style scoped>
</style>