3.30需求修改
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user