var map = L.map('map', { crs: L.CRS.BaiduCRS, center: [0, 0], zoom: 3 }); L.supermap.baiduTileLayer('', { noWrap: true }).addTo(map);
按照官网示例敲的,也没报错