NONGYESHUZIDIZUO/public/js/config.js

6 lines
210 B
JavaScript
Raw Permalink Normal View History

2023-11-03 13:33:08 +08:00
var URL_CONFIG = {
TDT_IMG: 'https://[subdomain].tianditu.com/img_w/wmts',//天地图影像
TDT_LABEL: 'https://[subdomain].tianditu.com/cia_w/wmts',//天地图文字注记
};
export default URL_CONFIG