skyeyesystem/frontend/Skyeye-sys-ui/public/config.js

19 lines
696 B
JavaScript

window.config = {
env: 'offline', //online
//api: 'http://127.0.0.1:9116/', // 外网服务器,
api: 'http://127.0.0.1:9116',
socket: 'http://127.0.0.1:9116', //外网服务器,
imagePath: 'http://192.168.112.181:9000/files',
// imagePath: 'http://127.0.0.1:8080/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,
defaultLocation: [115.91531500114789, 40.35940233391189],
tdtToken: '316ac2812387c2cbff7a6f2f4e7f5bdc'
}