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