优化界面

This commit is contained in:
刘祥超
2022-11-06 15:16:21 +08:00
parent 779e2cf0f2
commit d0ce0c6c58
2 changed files with 2 additions and 8 deletions

View File

@@ -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))
}
})