【更新】可视化大屏、数据集 无登录路由配置

pull/281/head
这么难演 2025-08-07 21:44:34 +08:00
parent d4661600f1
commit 3685f6e328
1 changed files with 9 additions and 1 deletions

View File

@ -169,7 +169,15 @@ public class GlobalConfigure implements WebMvcConfigurer {
"/client/userCenter/findPasswordByEmail",
/* 文件下载 */
"/dev/file/download"
"/dev/file/download",
/* 可视化大屏 */
"/screen/project/release-detail",
"/screen/project/verify-access-password",
/* 数据集 */
"/dbs/application/getAuth",
"/dbs/dataSet/invoke"
};
/**