mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 13:10:26 +08:00
Websocket默认不开启
This commit is contained in:
@@ -5,7 +5,7 @@ Vue.component("http-websocket-box", {
|
|||||||
if (websocketRef == null) {
|
if (websocketRef == null) {
|
||||||
websocketRef = {
|
websocketRef = {
|
||||||
isPrior: false,
|
isPrior: false,
|
||||||
isOn: true,
|
isOn: false,
|
||||||
websocketId: 0
|
websocketId: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user