mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 09:50:26 +08:00
源站地址填写为HTTP时,自动检测HTTPS是否可用
This commit is contained in:
@@ -45,6 +45,7 @@ Tea.context(function () {
|
||||
|
||||
this.addOrigin = function () {
|
||||
teaweb.popup("/servers/addOriginPopup?serverType=" + this.serverType, {
|
||||
width: "45em",
|
||||
height: "27em",
|
||||
callback: function (resp) {
|
||||
this.origins.push(resp.data.origin);
|
||||
|
||||
Reference in New Issue
Block a user