FeiXianChengGuan/public/js/config.js

6 lines
210 B
JavaScript
Raw Permalink Normal View History

2023-09-28 13:42:03 +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