|
@ -904,7 +904,7 @@ export default { |
|
|
obj.CONTENT = item.CONTENT.replace(/\n|\r\n/g, '<r><n>') |
|
|
obj.CONTENT = item.CONTENT.replace(/\n|\r\n/g, '<r><n>') |
|
|
obj.width = devicePixel[0] |
|
|
obj.width = devicePixel[0] |
|
|
obj.height = devicePixel[1] |
|
|
obj.height = devicePixel[1] |
|
|
obj.horizontalAlignment = item.formatStyle //水平居中 |
|
|
obj.formatStyle = item.formatStyle |
|
|
return obj |
|
|
return obj |
|
|
}) |
|
|
}) |
|
|
objAll.parameters = newArr |
|
|
objAll.parameters = newArr |
|
@ -915,16 +915,16 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
invokedFunction(65,'1B',{fileId:'1'}).then(res =>{ |
|
|
/* invokedFunction(65,'1B',{fileId:'1'}).then(res =>{ |
|
|
debugger |
|
|
debugger |
|
|
console.log('发布消息,播放文件-----------------------------') |
|
|
console.log('发布消息,播放文件-----------------------------') |
|
|
console.log(res) |
|
|
console.log(res) |
|
|
}).catch(()=>{ |
|
|
}).catch(()=>{ |
|
|
this.$modal.msgError("发布失败,请重试"); |
|
|
this.$modal.msgError("发布失败,请重试"); |
|
|
}) |
|
|
})*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*invokedFunction(65,11,{size : '65535',fileName:'play001.lst'}).then(res =>{ |
|
|
invokedFunction(65,11,{size : '65535',fileName:'play001.lst'}).then(res =>{ |
|
|
debugger |
|
|
debugger |
|
|
console.log('发布消息,校验文件名-------------------------------------') |
|
|
console.log('发布消息,校验文件名-------------------------------------') |
|
|
console.log(res) |
|
|
console.log(res) |
|
@ -949,7 +949,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}).catch(()=>{ |
|
|
}).catch(()=>{ |
|
|
this.$modal.msgError("发布失败,请重试"); |
|
|
this.$modal.msgError("发布失败,请重试"); |
|
|
})*/ |
|
|
}) |
|
|
loading.close() |
|
|
loading.close() |
|
|
}).catch(() => { |
|
|
}).catch(() => { |
|
|
this.$message({ |
|
|
this.$message({ |
|
|