mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-16 13:40:24 +08:00
提供管理界面的HTTP/HTTPS修改功能
This commit is contained in:
8
web/views/@default/settings/ui/updateHTTPSPopup.js
Normal file
8
web/views/@default/settings/ui/updateHTTPSPopup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyPopup
|
||||
|
||||
this.addresses = [];
|
||||
if (this.serverConfig != null && this.serverConfig.https != null && this.serverConfig.https.listen != null) {
|
||||
this.addresses = this.serverConfig.https.listen
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user