LSSE-front/public/config.js

11 lines
385 B
JavaScript
Raw Normal View History

2025-08-11 15:24:06 +08:00
window._CONFIG = {
2025-09-15 08:50:55 +08:00
ImageryProviderUrl: 'http://127.0.0.1:8090/mapWX/{z}/{x}/{y}.jpg',
RoadProviderUrl: '',
2025-09-15 08:50:55 +08:00
TerrainProviderUrl: 'http://127.0.0.1:8090/mapDem/',
thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin',
clientId: '0123456789',
2025-09-11 19:35:57 +08:00
evaluationSrc: 'http://127.0.0.1:8000',
2025-09-15 08:50:55 +08:00
VUE_APP_API_URL: 'http://192.168.0.189:8099',
VUE_APP_MAPVIEW_URL:'ws://192.168.0.189:8099'
}