fix: tighten entry module rbac flows

This commit is contained in:
wren
2026-04-29 22:25:06 +08:00
parent b544b1a795
commit 55e2c6993f
5 changed files with 152 additions and 32 deletions
+1
View File
@@ -23,6 +23,7 @@ export interface EntryModule {
name: string;
description?: string | null;
path?: string | null; // logo图片路径
route_path?: string | null; // 前端跳转路径
areas?: AreaConfig[] | null; // 地区配置列表
created_at?: string;
updated_at?: string;