1. 开启交叉评查的显示/隐藏(开启生产环境的配置),优化不同端口的显示/隐藏交叉评查入口的效果。
2. 优化评查结果的AI建议修改的文本输入框的显示效果。 3. 提交17正式环境的api-config.ts,备份一个wafIP的配置api-config-wafIP.ts。
This commit is contained in:
+18
-12
@@ -47,14 +47,12 @@ const portConfigs: Record<string, Partial<ApiConfig>> = {
|
||||
// baseUrl: 'http://172.16.0.56:8073',
|
||||
// documentUrl: 'http://172.16.0.56:8073/docauditai/',
|
||||
// uploadUrl: 'http://172.16.0.56:8073/api/v2/documents',
|
||||
|
||||
// collaboraUrl: 'http://172.16.0.81:9980',
|
||||
// appUrl: 'http://172.16.0.34:51703',
|
||||
|
||||
baseUrl: 'http://10.79.97.17:8000',
|
||||
documentUrl: 'http://10.79.97.17:8000/docauditai/',
|
||||
uploadUrl: 'http://10.79.97.17:8000/api/v2/documents',
|
||||
|
||||
collaboraUrl: 'http://10.79.97.17:9980',
|
||||
appUrl: 'http://10.79.97.17:51703',
|
||||
|
||||
@@ -66,17 +64,17 @@ const portConfigs: Record<string, Partial<ApiConfig>> = {
|
||||
|
||||
// 云浮
|
||||
'51704': {
|
||||
baseUrl: 'http://172.16.0.55:8001',
|
||||
documentUrl: 'http://172.16.0.55:8001/docauditai/',
|
||||
uploadUrl: 'http://172.16.0.55:8001/api/v2/documents',
|
||||
collaboraUrl: 'http://172.16.0.81:9980',
|
||||
appUrl: 'http://172.16.0.34:51704',
|
||||
// baseUrl: 'http://172.16.0.55:8001',
|
||||
// documentUrl: 'http://172.16.0.55:8001/docauditai/',
|
||||
// uploadUrl: 'http://172.16.0.55:8001/api/v2/documents',
|
||||
// collaboraUrl: 'http://172.16.0.81:9980',
|
||||
// appUrl: 'http://172.16.0.34:51704',
|
||||
|
||||
// baseUrl: 'http://10.79.97.17:8001',
|
||||
// documentUrl: 'http://10.79.97.17:8001/docauditai/',
|
||||
// uploadUrl: 'http://10.79.97.17:8001/api/v2/documents',
|
||||
// collaboraUrl: 'http://10.79.97.17:9980',
|
||||
// appUrl: 'http://10.79.97.17:51704',
|
||||
baseUrl: 'http://10.79.97.17:8001',
|
||||
documentUrl: 'http://10.79.97.17:8001/docauditai/',
|
||||
uploadUrl: 'http://10.79.97.17:8001/api/v2/documents',
|
||||
collaboraUrl: 'http://10.79.97.17:9980',
|
||||
appUrl: 'http://10.79.97.17:51704',
|
||||
oauth: {
|
||||
redirectUri: 'http://10.79.97.17:51704/callback'
|
||||
}
|
||||
@@ -109,11 +107,19 @@ const portConfigs: Record<string, Partial<ApiConfig>> = {
|
||||
|
||||
// 省局
|
||||
'51707': {
|
||||
// baseUrl: 'http://172.16.0.55:8866',
|
||||
// documentUrl: 'http://172.16.0.55:8866/docauditai/',
|
||||
// uploadUrl: 'http://172.16.0.55:8866/api/v2/documents',
|
||||
// collaboraUrl: 'http://172.16.0.81:9980',
|
||||
// appUrl: 'http://172.16.0.34:51707',
|
||||
|
||||
// 正式环境
|
||||
baseUrl: 'http://10.79.97.17:8004',
|
||||
documentUrl: 'http://10.79.97.17:8004/docauditai/',
|
||||
uploadUrl: 'http://10.79.97.17:8004/api/v2/documents',
|
||||
collaboraUrl: 'http://10.79.97.17:9980',
|
||||
appUrl: 'http://10.79.97.17:51707',
|
||||
|
||||
oauth: {
|
||||
redirectUri: 'http://10.79.97.17:51707/callback'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user