提交 e027af67 authored 作者: jianglw's avatar jianglw

123

上级 88726e8b
......@@ -147,7 +147,10 @@
class="ant-card-grid"
:style="customStyle"
>
<i style="font-size: 25px" :class="`iconfont ${btn.icon}`"></i>
<i
style="font-size: 25px"
:class="`iconfont ${btn.icon}`"
></i>
</a-card-grid>
</a-row>
</a-collapse-panel>
......@@ -348,7 +351,9 @@ export default {
event.preventDefault();
},
back() {
this.$router.go(-1);
this.$router.push({
path: this.backUrl
});
},
saveContent(e) {
var key = window.event.keyCode
......@@ -461,8 +466,8 @@ export default {
this.fromArrow = this.canvas.data.fromArrow;
this.lineName = this.canvas.data.lineName;
this.canvas.lock(0);
this.canvas.closeSocket()
this.canvas.closeMqtt()
this.canvas.closeSocket();
this.canvas.closeMqtt();
}
},
init() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论