控制面板,不同的设备控制,跳转到不同的控制页

This commit is contained in:
fengerli
2025-09-04 17:33:27 +08:00
parent 520d6b2b1a
commit a31318aa1a
5 changed files with 45 additions and 28 deletions

View File

@ -0,0 +1,7 @@
<template>
<div class="device-page p-2">
这是210控制页面
</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>