开源版本网站默认跳入设置页面

This commit is contained in:
刘祥超
2024-01-29 17:55:57 +08:00
parent d11adf3fe6
commit 69ec57f1bf

View File

@@ -38,6 +38,6 @@ func (this *IndexAction) RunGet(params struct {
if teaconst.IsPlus {
this.RedirectURL("/servers/server/boards?serverId=" + strconv.FormatInt(params.ServerId, 10))
} else {
this.RedirectURL("/servers/server/stat?serverId=" + strconv.FormatInt(params.ServerId, 10))
this.RedirectURL("/servers/server/settings?serverId=" + strconv.FormatInt(params.ServerId, 10))
}
}