Pre Merge pull request !281 from 这么难演/dev

pull/281/MERGE
这么难演 2025-08-07 13:45:58 +00:00 committed by Gitee
commit a934f47b6d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 9 additions and 1 deletions

View File

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