<template>API服务管控</template> <script setup lang="ts"> import { reactive } from 'vue' const state: any = reactive({}) </script> <style lang="scss" scoped></style>