您的iClient for Leaflet是什么版本的?可以从“include-web.js”请求中查看版本。我这边用11.1.1的iClient测试,是可以将token添加到url中的:
var token = "wU32bHaw5jrhWbFXgY1ZzDy-Xz_Brs-Pnb7XzxU679mnRGayKZYXTyvZBbCmbkevBQ8wpEDCYSijVhyOZ0St3Q..";
var url = "http://localhost:8092/iserver/services/map-testWorkspace/rest/maps/Province_R";
window.L.supermap.SecurityManager.destroyToken(url);
window.L.supermap.SecurityManager.registerToken(url, token);
new L.supermap.TiledMapLayer(url).addTo(map);