feat: home 1

This commit is contained in:
alwayssuper
2025-02-27 09:29:46 +08:00
parent dd1eb5de6d
commit b72768ab4f
4 changed files with 415 additions and 3 deletions

View File

@ -39,7 +39,7 @@
<script lang="ts" setup>
import { ref, computed } from 'vue'
import Vue3Jsoneditor from 'v3-jsoneditor/src/Vue3Jsoneditor.vue'
// import Vue3Jsoneditor from 'v3-jsoneditor/src/Vue3Jsoneditor.vue'
const deviceConfig = ref({
name: 'dyla1n'

View File

@ -26,9 +26,9 @@
:device="device"
/>
</el-tab-pane>
<el-tab-pane label="设备配置" name="config">
<!-- <el-tab-pane label="设备配置" name="config">
<DeviceDetailConfig />
</el-tab-pane>
</el-tab-pane> -->
</el-tabs>
</el-col>
</template>