Files
Web_IoTBase_Vue3_Prod/src/pages/scopemanage/index.vue

21 lines
189 B
Vue
Raw Normal View History

2025-12-11 14:24:29 +08:00
<template>
</template>
<script setup>
import { ref, inject, onMounted } from 'vue';
const $http = inject('$http')
onMounted(() => {
})
</script>
<style scoped>
</style>