|
@@ -1158,7 +1158,7 @@ export default {
|
|
|
arr.push(pressObj);
|
|
arr.push(pressObj);
|
|
|
|
|
|
|
|
arr.push(baowen);
|
|
arr.push(baowen);
|
|
|
- this.mqttPublish(2,this.deviceInfo,arr)
|
|
|
|
|
|
|
+ this.mqttPublish(2,this.deviceInfo,arr,true)
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
addBaowenSetting(){
|
|
addBaowenSetting(){
|
|
@@ -2809,9 +2809,6 @@ export default {
|
|
|
if(self.deviceType == 10){
|
|
if(self.deviceType == 10){
|
|
|
self.productImage = self.imgUrl+'/product/YJZ20.png'
|
|
self.productImage = self.imgUrl+'/product/YJZ20.png'
|
|
|
}
|
|
}
|
|
|
- if(self.deviceType == 16 || self.deviceType == 17 || self.deviceType == 18){
|
|
|
|
|
- self.productImage = self.imgUrl+'/product/16.png'
|
|
|
|
|
- }
|
|
|
|
|
heng = self.setImage(self.deviceType);
|
|
heng = self.setImage(self.deviceType);
|
|
|
let typeArr = [7,8,9,10,11,12,15];//单煎药机类型
|
|
let typeArr = [7,8,9,10,11,12,15];//单煎药机类型
|
|
|
for (let i = 0; i < typeArr.length; i++) {
|
|
for (let i = 0; i < typeArr.length; i++) {
|
|
@@ -2896,6 +2893,16 @@ export default {
|
|
|
heng = true;
|
|
heng = true;
|
|
|
}else if(type == 15){
|
|
}else if(type == 15){
|
|
|
self.productImage = self.imgUrl+'/product/15.png'
|
|
self.productImage = self.imgUrl+'/product/15.png'
|
|
|
|
|
+ } else if(self.deviceType == 16 ){
|
|
|
|
|
+ self.productImage = self.imgUrl+'/product/16.png'
|
|
|
|
|
+ }
|
|
|
|
|
+ else if(self.deviceType == 17){
|
|
|
|
|
+ self.productImage = self.imgUrl+'/product/YJCX20-2&1.png'
|
|
|
|
|
+ heng = true;
|
|
|
|
|
+ }
|
|
|
|
|
+ else if(self.deviceType == 18){
|
|
|
|
|
+ self.productImage = self.imgUrl+'/product/YJCX20-3&1.png'
|
|
|
|
|
+ heng = true;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|