mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-02 11:50:28 +08:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
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
|
|
}
|
|
}) |