Change the backend server ip to localhost instead of the fixed ip

This commit is contained in:
Bingkun Li 2026-01-28 22:38:55 +08:00
parent d1730c8800
commit 977222853f

View File

@ -1,8 +1,8 @@
window.config = {
env: 'offline', //online
//api: 'http://127.0.0.1:9116/', // 外网服务器,
api: 'http://192.168.43.127:9116',
socket: 'http://192.168.43.127:9116', //外网服务器,
api: 'http://127.0.0.1:9116',
socket: 'http://127.0.0.1:9116', //外网服务器,
imagePath: 'http://192.168.112.181:9000/files',
arithmeticPath: 'http://127.0.0.1:18090/ktkx/UavPlanning/SAR',
tokenKey: 'accessToken',
@ -14,6 +14,6 @@ window.config = {
maxMapLevel: 16,
// defaultLocation: [115.91531500114789, 40.35940233391189],
defaultLocation: [116.40531500114789, 39.86340233391189],
// defaultLocation: [116.40531500114789, 39.86340233391189],
tdtToken: '316ac2812387c2cbff7a6f2f4e7f5bdc'
}