上架時報錯的程式修正

This commit is contained in:
2026-04-11 09:22:04 +08:00
parent 91b042983e
commit 5e2fbd63a4
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import '../main.dart';
import '../auth_manager.dart'; // 確保路徑正確
// API 相關常數
const String BASE_IP = "https://api.gex.com.tw:8033";
const String BASE_IP = "https://api.gex.com.tw";
//const String API_ENDPOINT = "xapi/v1/eis_demo/checklogin/2/";
//const String API_URL = "$BASE_IP/$API_ENDPOINT";