网络管理APImock

Signed-off-by: maosiping <maosiping@huawei.com>
This commit is contained in:
maosiping
2022-07-27 11:34:26 +08:00
parent 2fd22c216c
commit 21e7cc0aa8
@@ -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
}
}