refactor(platform): remove deprecated reporting and audit modules

This commit is contained in:
2026-07-27 15:31:22 +08:00
parent e88734c0fd
commit a98fdd0fca
42 changed files with 86 additions and 674 deletions

View File

@@ -27,8 +27,7 @@ func TestInitPlatformAccessSeedsEveryProtectedFrontendDomain(t *testing.T) {
domains := []string{
"dashboard", "gas", "delivery", "staff", "user", "device", "safety",
"ec", "finance", "wallet", "report", "content", "notification",
"customer_service", "audit", "platform",
"ec", "finance", "wallet", "content", "customer_service", "platform",
}
for index, domain := range domains {
menuID := uint64(index + 10)