优化显示提出意见时显示的已获得分数

This commit is contained in:
2025-07-25 17:23:00 +08:00
parent 27b3574cef
commit 9a366d042a
4 changed files with 33 additions and 22 deletions
+7 -1
View File
@@ -30,6 +30,11 @@ interface ApiConfig {
// 端口特定配置映射
// 根据不同端口提供不同的API配置
const portConfigs: Record<string, Partial<ApiConfig>> = {
'51703': {
baseUrl: 'http://172.16.0.55:51703',
documentUrl: 'http://172.16.0.55:51703/docauditai/',
uploadUrl: 'http://172.16.0.55:51703/admin/documents'
},
'51704': {
baseUrl: 'http://172.16.0.55:51704',
documentUrl: 'http://172.16.0.55:51704/docauditai/',
@@ -96,7 +101,8 @@ const configs: Record<string, ApiConfig> = {
// 生产环境
production: {
// postgrest
baseUrl: 'http://10.79.97.17:8000',
baseUrl: 'http://172.16.0.55:8008',
// baseUrl: 'http://10.79.97.17:8000',
// minio
documentUrl: 'http://10.76.244.156:9000/docauditai/',
// 文件上传