代码提交
This commit is contained in:
23
pages/deviceStatus/deviceStatus.vue
Normal file
23
pages/deviceStatus/deviceStatus.vue
Normal file
@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<!-- 设备状态 -->
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user