diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index d61d4b8e..abef9ef6 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -3,7 +3,7 @@ class AllSetting { constructor(data) { this.webListen = ""; this.webDomain = ""; - this.webPort = 2053; + this.webPort = 443; this.webCertFile = ""; this.webKeyFile = ""; this.webBasePath = "/"; @@ -89,4 +89,4 @@ class AllSetting { equals(other) { return ObjectUtil.equals(this, other); } -} \ No newline at end of file +}