Files
ca-lock-client/src/components/port/PortManage.vue
T
2025-07-25 23:03:30 +08:00

14 lines
238 B
Vue

<template>
<!-- 端口管理组件 -->
</template>
<script>
export default {
name: 'PortManage',
// 实现端口状态分类、WebSocket轮询更新、导入导出功能
}
</script>
<style scoped>
/* 端口管理样式 */
</style>