baseUrl获取方式修改

This commit is contained in:
huangweixiong 2022-11-14 17:27:41 +08:00
parent 5290ea7de2
commit 16214e4cb2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
window.SITE_CONFIG['previewUrl'] = _global.config.previewUrl
window.SITE_CONFIG['frontUrl'] =
_global.config.previewUrl + 'document/#/devModelFile/'
window.SITE_CONFIG['apiURL'] = 'http://' + _global.config.websocketURL
window.SITE_CONFIG['apiURL'] = _global.config.apiURL
window.SITE_CONFIG['websocketURL'] = _global.config.websocketURL
window.SITE_CONFIG['POI_URL'] = _global.config.POI_URL
</script>