From cbdffc9b2e33b479a7e6ad96d512d0bb4d2197db Mon Sep 17 00:00:00 2001 From: yorn <1057707203@qq.com> Date: Thu, 22 Jan 2026 18:09:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=9A=90=E8=97=8F=E4=BA=A4=E5=8F=89?= =?UTF-8?q?=E8=AF=84=E6=9F=A5=E7=9A=84=E8=B4=9F=E8=B4=A3=E4=BA=BA=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++---- app/config/api-config.ts | 6 +++--- app/routes/cross-checking.upload.tsx | 12 ++++++------ app/routes/role-permissions._index.tsx | 4 ++-- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 5156210..4e0782d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,10 @@ docreview-frontend-deploy.tar.gz # Claude Code local settings .claude/ -.doc/ -.messages/ -.database/ -.auth_doc/ +doc/ +messages/ +database/ +auth_doc/ +teach/ typecheck_result.txt *.DS_Store diff --git a/app/config/api-config.ts b/app/config/api-config.ts index b969a96..b49b288 100644 --- a/app/config/api-config.ts +++ b/app/config/api-config.ts @@ -159,9 +159,9 @@ const configs: Record = { // 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', diff --git a/app/routes/cross-checking.upload.tsx b/app/routes/cross-checking.upload.tsx index 3ae67d4..3fea53f 100644 --- a/app/routes/cross-checking.upload.tsx +++ b/app/routes/cross-checking.upload.tsx @@ -861,7 +861,7 @@ export default function CrossCheckingUpload() { ) : isUser ? ( <> {/* 设为负责人/取消负责人按钮 */} - + */} {/* 删除按钮 */}