vue v2.7.16

This commit is contained in:
mhsanaei
2024-04-17 12:41:33 +03:30
parent a9f4c5fd77
commit d37dbb7dc8
30 changed files with 73898 additions and 49293 deletions

View File

@@ -194,8 +194,7 @@ class WsStreamSettings extends CommonClass {
static fromJson(json={}) {
return new WsStreamSettings(
json.path,
json.host,
json.headers && !ObjectUtil.isEmpty(json.headers.Host) ? json.headers.Host : '',
json.host
);
}
@@ -289,8 +288,7 @@ class HttpUpgradeStreamSettings extends CommonClass {
static fromJson(json={}) {
return new HttpUpgradeStreamSettings(
json.path,
json.host,
json.headers && !ObjectUtil.isEmpty(json.headers.Host) ? json.headers.Host : '',
json.host
);
}