3.30需求修改

This commit is contained in:
24kycj
2025-04-01 19:36:08 +08:00
parent 1589efc667
commit f4884d14f2
3 changed files with 88 additions and 51 deletions
+3 -10
View File
@@ -371,17 +371,9 @@ export default {
value: 2,
label: '清除错误'
},
{
value: 5,
label: '自动匹配光驱'
},
{
value: 6,
label: '设置光盘桶'
},
{
value: 7,
label: '进入运输模式'
}
],
// 剩余容量
@@ -436,10 +428,11 @@ export default {
}
},
watch: {
'$store.state.user.oneLogin': {
'$store.state.chat.firstConnect': {
handler(val) {
if (val) {
if (val && this.$store.state.user.oneLogin) {
this.$store.dispatch('setDatas', { name: 'oneLogin', data: false })
this.$store.dispatch('chat/setDatas', { name: 'firstConnect', data: false })
this.startService()
}
},