mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support showing geolocation on map
This commit is contained in:
@@ -389,4 +389,9 @@ export default {
|
||||
ignoreError: !!ignoreError
|
||||
});
|
||||
},
|
||||
generateOpenStreetMapTileImageUrl: () => {
|
||||
const token = userState.getToken();
|
||||
|
||||
return 'proxy/openstreetmap/tile/{z}/{x}/{y}.png?token=' + token;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user