Skip to content

Commit

Permalink
vue v2.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Apr 17, 2024
1 parent a9f4c5f commit d37dbb7
Show file tree
Hide file tree
Showing 30 changed files with 73,898 additions and 49,293 deletions.
2 changes: 1 addition & 1 deletion web/assets/[email protected]/antd-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/[email protected]/antd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/[email protected]/antd.min.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions web/assets/js/model/outbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}

Expand Down Expand Up @@ -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
);
}

Expand Down
Loading

0 comments on commit d37dbb7

Please sign in to comment.