fix: stabilize review detail and collabora loading

This commit is contained in:
wren
2026-05-08 10:59:04 +08:00
parent 7fdb7386ee
commit 3da2a8d088
20 changed files with 319 additions and 284 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ const configs: Record<string, ApiConfig> = {
// documentUrl: 'http://172.16.0.84:8073/docauditai/',
// uploadUrl: 'http://172.16.0.84:8073/api/v2/documents',
// 公网访问 reviewsTest 时,iframe 不能再直连内网 Collabora,否则浏览器会拦截
// 公网页面发起到 172.16.* 的 iframe 请求会触发浏览器私网访问拦截,联调环境必须走公网可达地址
collaboraUrl: 'http://nas.7bm.co:9980',
appUrl: 'http://nas.7bm.co:5173',