support baidu map

This commit is contained in:
MaysWind
2023-06-17 17:48:39 +08:00
parent 3bae6e749a
commit 782e3a85f9
12 changed files with 312 additions and 77 deletions
+1
View File
@@ -169,5 +169,6 @@ export default {
isDataExportingEnabled: () => getServerSetting('e') === '1',
getMapProvider: () => getServerSetting('m'),
isMapDataFetchProxyEnabled: () => getServerSetting('mp') === '1',
getBaiduMapAK: () => getServerSetting('bmak'),
clearSettings: clearSettings
};