fix: tighten entry module rbac flows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user