mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 20:30:25 +08:00
[系统设置]增加界面设置,可以定制系统名称等
This commit is contained in:
8
web/views/@default/settings/server/updateHTTPPopup.js
Normal file
8
web/views/@default/settings/server/updateHTTPPopup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyPopup
|
||||
|
||||
this.addresses = [];
|
||||
if (this.serverConfig != null && this.serverConfig.http != null && this.serverConfig.http.listen != null) {
|
||||
this.addresses = this.serverConfig.http.listen
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user