网站访问日志未开启时,在访问日志列表显示提醒文字

This commit is contained in:
刘祥超
2023-09-22 16:26:15 +08:00
parent 9c31b69a58
commit 249ea32973
7 changed files with 86 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ func (this *IndexAction) Init() {
func (this *IndexAction) RunGet(params struct {
ServerId int64
}) {
// 服务分组设置
// 网站分组设置
groupResp, err := this.RPC().ServerGroupRPC().FindEnabledServerGroupConfigInfo(this.AdminContext(), &pb.FindEnabledServerGroupConfigInfoRequest{
ServerId: params.ServerId,
})