Skip to content

Commit

Permalink
fix: LuShu 插件默认地址 undefined
Browse files Browse the repository at this point in the history
close #118
  • Loading branch information
yue1123 committed Dec 23, 2024
1 parent 025d468 commit 7a123ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/utils/pluginLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const pluginLoaderMap: Record<PluginsUnion, (customSourceLink?: string) =
}),
LuShu: (customSourceLink?: string) =>
getScriptAsync({
src: customSourceLink || DEFAULT_PLUGINS_SOURCE_LINK['Lushu'],
key: 'Lushu',
src: customSourceLink || DEFAULT_PLUGINS_SOURCE_LINK['LuShu'],
key: 'LuShu',
exportGetter: () => window.BMapGLLib.LuShu
}),
Mapvgl: (customSourceLink?: string) =>
Expand Down

0 comments on commit 7a123ea

Please sign in to comment.