删除关灯按钮

master
zhaotianci 2 months ago
parent a79e6e75ea
commit 01e25093fe

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

Loading…
Cancel
Save