From ebb9278c2b8628b559a88d934d0f988b78535a0f Mon Sep 17 00:00:00 2001 From: lwnmengjing Date: Fri, 21 Mar 2025 13:23:00 +0800 Subject: [PATCH] fix: correct menu path for post to plural form --- models/tenant_migrate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/tenant_migrate.go b/models/tenant_migrate.go index 4965528..8f785c5 100644 --- a/models/tenant_migrate.go +++ b/models/tenant_migrate.go @@ -812,7 +812,7 @@ func (t *Tenant) Migrate(tenantImp center.TenantImp, tx *gorm.DB) error { }, { Name: "post", - Path: "/post", + Path: "/posts", Sort: 19, Type: pkg.MenuAccessType, Children: []*Menu{