tcMapConfig.js 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 const mapUrl = 'https://apis.map.qq.com' //你在腾讯地图控制台里申请的key值(配置你自己申请的key)文档https://lbs.qq.com/ const mapKey = '3ETBZ-WAUED-2GU46-P7X7K-ENHGZ-3PFTM' export { mapUrl, mapKey }