mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: openShared to getShared
This commit is contained in:
parent
aab55688be
commit
1746696472
@ -10,7 +10,7 @@ export function rootContainer(childComponent, args) {
|
||||
type: ApplyPluginsType.modify,
|
||||
initialValue: {},
|
||||
});
|
||||
const localeShared = plugin.openShared("locale");
|
||||
const localeShared = plugin.getShared("locale");
|
||||
const routeConfig = getRoutes();
|
||||
userConfig.menus = fillMenuData(userConfig.menus, routeConfig);
|
||||
return () => {
|
||||
|
@ -31,7 +31,7 @@ export default class Plugin {
|
||||
this.shared[key] = obj;
|
||||
}
|
||||
|
||||
openShared(key) {
|
||||
getShared(key) {
|
||||
return this.shared[key];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user