mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 09:20:25 +08:00
优化界面
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Tea.context(function () {
|
||||
this.tab = "domainMatch"
|
||||
this.tab = "domainAuditing"
|
||||
|
||||
this.$delay(function () {
|
||||
if (window.location.hash != null && window.location.hash.length > 1) {
|
||||
this.selectTab(window.location.hash.substr(1))
|
||||
this.selectTab(window.location.hash.substring(1))
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user