网络管理APImock

Signed-off-by: maosiping <maosiping@huawei.com>
This commit is contained in:
maosiping
2022-07-27 11:34:52 +08:00
parent b602719832
commit 8b36c0a984
@@ -16,7 +16,6 @@
import { paramMock } from "../utils"
export function mockWebSocket() {
global.systemplugin.net = {}
const WebSocketRequestOptions = {
header: "[PC Preview] unknow header"
}
@@ -108,4 +107,4 @@ export function mockWebSocket() {
}
}
return webSocket
}
}