修正 API 端點 IP:88.108 改為 42.108
前一版誤植為 192.168.88.108,實際後端主機位址為 192.168.42.108, port 8008 維持不變。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
|
||||
<script>
|
||||
// 後端 API 端點;改 IP / port 只改這一行
|
||||
const API_URL = 'http://192.168.88.108:8008/scan';
|
||||
const API_URL = 'http://192.168.42.108:8008/scan';
|
||||
// 掃描中心座標(後端目前會忽略此值,純 schema 相容)
|
||||
const SCAN_CENTER = { lat: 25.0478, lng: 121.5170 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user