2026-01-25 16:02:00 +08:00
|
|
|
window.config = {
|
|
|
|
|
env: 'offline', //online
|
|
|
|
|
//api: 'http://127.0.0.1:9116/', // 外网服务器,
|
2026-01-28 13:56:23 +08:00
|
|
|
api: 'http://192.168.43.127:9116',
|
2026-01-28 16:06:42 +08:00
|
|
|
socket: 'http://192.168.43.127:9116', //外网服务器,
|
2026-01-25 16:02:00 +08:00
|
|
|
imagePath: 'http://192.168.112.181:9000/files',
|
|
|
|
|
arithmeticPath: 'http://127.0.0.1:18090/ktkx/UavPlanning/SAR',
|
|
|
|
|
tokenKey: 'accessToken',
|
|
|
|
|
refreshTokenKey: 'refreshToken',
|
|
|
|
|
loginUrl: 'http://192.168.99.57:8080',
|
|
|
|
|
homeUrl: 'http://192.168.1.120:8081/#/',
|
|
|
|
|
arcgisUrl: 'http://61.48.133.44:14001/map/arcgisMap',
|
|
|
|
|
minMapLevel: 1,
|
|
|
|
|
maxMapLevel: 16,
|
2026-01-28 13:56:23 +08:00
|
|
|
defaultLocation: [116.40531500114789, 39.86340233391189],
|
2026-01-25 16:02:00 +08:00
|
|
|
tdtToken: '316ac2812387c2cbff7a6f2f4e7f5bdc'
|
|
|
|
|
}
|