删除关灯按钮

master
zhaotianci 2 months ago
parent a79e6e75ea
commit 01e25093fe

@ -67,7 +67,7 @@
height="60"
:type=" lockState ? 'info' : 'danger' "
@click="setLock"></CommonButton>
<CommonButton
<!-- <CommonButton
class="btn"
:msg="lightState ? '关灯' : '开灯'"
size="default"
@ -75,7 +75,7 @@
paddingRight="33"
height="60"
:type=" lightState ? 'info' : 'danger' "
@click="setLight"></CommonButton>
@click="setLight"></CommonButton> -->
<CommonButton
v-if="!startStatus"
class="btn"

Loading…
Cancel
Save