1、新增管理等登录入口,菜单权限根据登录入口分别展示;2、菜单新增来源类型属性;

This commit is contained in:
gaoqr
2025-08-06 12:00:06 +08:00
parent fdb119f672
commit 33cb942814
23 changed files with 303 additions and 45 deletions
@@ -3,7 +3,7 @@ spring:
name: report-server
profiles:
active: test
active: local
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。