db=house_hunter & icon change
This commit is contained in:
@@ -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/";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user