mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 17:30:29 +08:00
集群设置--网站设置中增加“自动gzip回源”选项
This commit is contained in:
@@ -13,9 +13,13 @@ Tea.context(function () {
|
||||
if (textContent == null || textContent.length == 0) {
|
||||
textContent = elements[i].innerText
|
||||
}
|
||||
let itemId = elements[i].getAttribute("id")
|
||||
if (window.location.hash == "#" + itemId) {
|
||||
this.currentItem = itemId
|
||||
}
|
||||
this.titleMenus.push({
|
||||
name: textContent,
|
||||
id: elements[i].getAttribute("id")
|
||||
id: itemId
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user