集群设置--DNS设置中增加”解析记录“页面

This commit is contained in:
刘祥超
2023-11-09 16:24:52 +08:00
parent cf98c3453a
commit 8a6aedca16
8 changed files with 571 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ type IndexAction struct {
}
func (this *IndexAction) Init() {
this.Nav("", "setting", "")
this.Nav("", "setting", "index")
this.SecondMenu("dns")
}