对服务增加基础的数据统计

This commit is contained in:
GoEdgeLab
2021-01-25 16:40:49 +08:00
parent a9ea18ef3f
commit ddf5493575
27 changed files with 1047 additions and 272 deletions

View File

@@ -5,7 +5,7 @@ Vue.component("http-stat-config-box", {
if (stat == null) {
stat = {
isPrior: false,
isOn: true
isOn: false
}
}
return {

View File

@@ -14,7 +14,7 @@ Vue.component("http-websocket-box", {
if (websocketConfig == null) {
websocketConfig = {
id: 0,
isOn: true,
isOn: false,
handshakeTimeout: {
count: 30,
unit: "second"