调整ws的调用方式

This commit is contained in:
2023-02-16 12:29:26 +08:00
parent 0c65313b35
commit b2fde1c419

View File

@@ -59,7 +59,7 @@ export default {
{prop: "dist", label: "更新路径"}, {prop: "dist", label: "更新路径"},
{slot: 'process'}, {slot: 'process'},
], ],
ws: {} ws: null
} }
}, },
methods: { methods: {