feat: stabilize document type and upload flows
This commit is contained in:
@@ -54,9 +54,9 @@ export const portConfigs: Record<string, Partial<ApiConfig>> = {
|
||||
// documentUrl: 'http://nas.7bm.co:8096/docauditai/',
|
||||
// uploadUrl: 'http://nas.7bm.co:8096/api/v2/documents',
|
||||
// leaudit-platform 联调地址
|
||||
baseUrl: 'http://172.16.0.59:8096',
|
||||
documentUrl: 'http://172.16.0.59:8096/docauditai/',
|
||||
uploadUrl: 'http://172.16.0.59:8096/api/upload',
|
||||
baseUrl: 'http://nas.7bm.co:8096',
|
||||
documentUrl: 'http://nas.7bm.co:8096/docauditai/',
|
||||
uploadUrl: 'http://nas.7bm.co:8096/api/upload',
|
||||
collaboraUrl: 'http://172.16.0.58:9980',
|
||||
appUrl: 'http://172.16.0.34:51703',
|
||||
|
||||
@@ -89,9 +89,9 @@ export const portConfigs: Record<string, Partial<ApiConfig>> = {
|
||||
// collaboraUrl: 'http://172.16.0.81:9980',
|
||||
// appUrl: 'http://172.16.0.34:51704',
|
||||
|
||||
baseUrl: 'http://172.16.0.59:8096', // FastAPI后端(包含/dify代理)
|
||||
documentUrl: 'http://172.16.0.59:8096/docauditai/',
|
||||
uploadUrl: 'http://172.16.0.59:8096/api/v2/documents',
|
||||
baseUrl: 'http://nas.7bm.co:8096', // FastAPI后端(包含/dify代理)
|
||||
documentUrl: 'http://nas.7bm.co:8096/docauditai/',
|
||||
uploadUrl: 'http://nas.7bm.co:8096/api/v2/documents',
|
||||
collaboraUrl: 'http://172.16.0.58:9980',
|
||||
appUrl: 'http://172.16.0.34:51703',
|
||||
|
||||
@@ -173,9 +173,9 @@ const configs: Record<string, ApiConfig> = {
|
||||
// documentUrl: 'http://172.16.0.59:8096/docauditai/',
|
||||
// uploadUrl: 'http://172.16.0.59:8096/api/v2/documents',
|
||||
// leaudit-platform 联调地址
|
||||
baseUrl: 'http://172.16.0.59:8096',
|
||||
documentUrl: 'http://172.16.0.59:8096/docauditai/',
|
||||
uploadUrl: 'http://172.16.0.59:8096/api/upload',
|
||||
baseUrl: 'http://nas.7bm.co:8096',
|
||||
documentUrl: 'http://nas.7bm.co:8096/docauditai/',
|
||||
uploadUrl: 'http://nas.7bm.co:8096/api/upload',
|
||||
// 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',
|
||||
|
||||
@@ -5,7 +5,8 @@ export const MINIMAL_MENU_PREFIXES = [
|
||||
'/documents',
|
||||
'/settings',
|
||||
'/entry-modules',
|
||||
'/role-permissions'
|
||||
'/role-permissions',
|
||||
'/document-types'
|
||||
] as const;
|
||||
|
||||
export const MINIMAL_HOME_TARGETS = [
|
||||
|
||||
Reference in New Issue
Block a user