From 03c2fe0cc78633e684d5e63c81ee87ba7cd560cd Mon Sep 17 00:00:00 2001 From: admin123 Date: Mon, 11 May 2026 10:25:55 +0800 Subject: [PATCH] fix: restore batch submit base url --- src/shared/batch-submit-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/batch-submit-config.ts b/src/shared/batch-submit-config.ts index aa7dd80..35bc736 100644 --- a/src/shared/batch-submit-config.ts +++ b/src/shared/batch-submit-config.ts @@ -1 +1 @@ -export const DEFAULT_BATCH_SUBMIT_BASE_URL = "http://localhost:8083"; +export const DEFAULT_BATCH_SUBMIT_BASE_URL = "http://192.168.31.21:8083";