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

pull/286/head
这么难演 2025-08-07 21:44:34 +08:00 committed by 就是那个锅
parent d16adb1cda
commit ff39175728
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"
};
/**