change map default location
This commit is contained in:
parent
9651a62caa
commit
50ea6d790d
@ -1,8 +1,8 @@
|
|||||||
window.config = {
|
window.config = {
|
||||||
env: 'offline', //online
|
env: 'offline', //online
|
||||||
//api: 'http://127.0.0.1:9116/', // 外网服务器,
|
//api: 'http://127.0.0.1:9116/', // 外网服务器,
|
||||||
api: 'http://192.168.43.127:9116',
|
api: 'http://localhost:9116',
|
||||||
// socket: 'http://127.0.0.1:9116', 外网服务器,
|
socket: 'http://localhost:9116', //外网服务器,
|
||||||
imagePath: 'http://192.168.112.181:9000/files',
|
imagePath: 'http://192.168.112.181:9000/files',
|
||||||
arithmeticPath: 'http://127.0.0.1:18090/ktkx/UavPlanning/SAR',
|
arithmeticPath: 'http://127.0.0.1:18090/ktkx/UavPlanning/SAR',
|
||||||
tokenKey: 'accessToken',
|
tokenKey: 'accessToken',
|
||||||
@ -12,6 +12,6 @@ window.config = {
|
|||||||
arcgisUrl: 'http://61.48.133.44:14001/map/arcgisMap',
|
arcgisUrl: 'http://61.48.133.44:14001/map/arcgisMap',
|
||||||
minMapLevel: 1,
|
minMapLevel: 1,
|
||||||
maxMapLevel: 16,
|
maxMapLevel: 16,
|
||||||
defaultLocation: [115.91531500114789, 40.35940233391189],
|
defaultLocation: [115.915465, 40.35857694],
|
||||||
tdtToken: '316ac2812387c2cbff7a6f2f4e7f5bdc'
|
tdtToken: '316ac2812387c2cbff7a6f2f4e7f5bdc'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user