supermap.config.js 401 B

1234567891011121314
  1. // 超图服务外部配置文件
  2. // 打包后可以修改此文件来改变超图服务地址,无需重新打包
  3. window.SUPERMAP_CONFIG = {
  4. // 超图服务器地址
  5. host: '106.15.124.118',
  6. port: '8090',
  7. // 完整地址(可选,如果设置了则使用此地址)
  8. // baseUrl: 'http://106.15.124.118:8090',
  9. // 其他配置
  10. // 天地图Key
  11. tiandituKey: 'your_tianditu_key_here'
  12. }