mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
DNS服务支持密钥管理/“域名服务”改为“自建DNS”
This commit is contained in:
@@ -215,6 +215,10 @@ window.teaweb = {
|
||||
}
|
||||
},
|
||||
popup: function (url, options) {
|
||||
if (url != null && url.length > 0 && url.substring(0, 1) == '.') {
|
||||
url = Tea.url(url)
|
||||
}
|
||||
|
||||
if (options == null) {
|
||||
options = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user