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

123

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