From f5cd121b425af613c7d369226592c7367317ddc4 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 05 十二月 2025 16:52:10 +0800
Subject: [PATCH] 1

---
 src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue b/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
index b6287dc..7e66b45 100644
--- a/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
+++ b/src/views/FbStepFoldinBillList/fbStepFoldinBillList.vue
@@ -279,7 +279,7 @@
 			selectedRows: [],
 			currentFilterName: '',
 			activeCollapse: [],
-			baseURL: process.env.VUE_APP_BASE_URL || 'http://192.168.0.236:9010/API/',
+			baseURL: process.env.VUE_APP_BASE_API,
 		};
 	},
 	created() {

--
Gitblit v1.9.1