fix:隐藏交叉评查的负责人的按钮

This commit is contained in:
2026-01-22 18:09:41 +08:00
parent b97d0e1a0b
commit cbdffc9b2e
4 changed files with 16 additions and 15 deletions
+3 -3
View File
@@ -159,9 +159,9 @@ const configs: Record<string, ApiConfig> = {
// baseUrl: 'http://172.16.0.58:8073', // FastAPI后端(包含/dify代理)
// documentUrl: 'http://172.16.0.58:8073/docauditai/',
// uploadUrl: 'http://172.16.0.58:8073/api/v2/documents',
baseUrl: 'http://172.16.0.55:8073', // FastAPI后端(包含/dify代理)
documentUrl: 'http://172.16.0.55:8073/docauditai/',
uploadUrl: 'http://172.16.0.55:8073/api/v2/documents',
baseUrl: 'http://172.16.0.84:8073', // FastAPI后端(包含/dify代理)
documentUrl: 'http://172.16.0.84:8073/docauditai/',
uploadUrl: 'http://172.16.0.84:8073/api/v2/documents',
collaboraUrl: 'http://172.16.0.58:9980',
appUrl: 'http://172.16.0.34:5173',