修改mqtt连接方式
This commit is contained in:
@@ -1466,7 +1466,7 @@ export default {
|
||||
//minInterval: 1,
|
||||
type: "value",
|
||||
axisLine: {
|
||||
show: false,
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: _this.DColor ? "#fff" : echartsColor.thread,
|
||||
},
|
||||
|
||||
@@ -188,7 +188,7 @@ export default {
|
||||
' 暂降(骤升)幅值:' +
|
||||
(featureAmplitude) +
|
||||
'% 持续时间:' +
|
||||
(this.boxoList.persistTime ? this.boxoList.persistTime.toFixed(2) : '-') +
|
||||
(this.boxoList.persistTime || this.boxoList.evtParamTm || '-') +
|
||||
's'
|
||||
} else {
|
||||
this.titles =
|
||||
|
||||
Reference in New Issue
Block a user