db=house_hunter & icon change

This commit is contained in:
2026-04-18 22:31:16 +08:00
parent caaa6c4fa8
commit bcde90f21f
35 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ class GenericApiService {
// 修改後的動態 URL 產生器,支援傳入不同的 store procedure 與回傳 dataset 數
String _getProcedureUrl(String endpoint, String version) {
// final String db = AuthManager().currentCompany ?? "demo"; //
final String dbAll = "eis_demo"; //
final String dbAll = "house_hunter"; //
return "$BASE_IP/xapi/v2/$dbAll/$endpoint/$version/"; //
}
@@ -91,7 +91,7 @@ class GenericApiService {
String _getDynamicUrl() {
// 從 AuthManager 獲取目前登入的公司別,若無則預設 eis_demo
// final String db = AuthManager().currentCompany ?? "demo";
final String dbAll = "eis_demo";
final String dbAll = "house_hunter";
return "$BASE_IP/xapi/v2/$dbAll/orm_api_v2/2/";
}