Merge branch 'feature/v1.3/mj' into 'main'

fix: Modify Context Arct

See merge request apipark/APIPark!99
This commit is contained in:
杨梦洁
2024-11-28 17:01:11 +08:00
+3 -3
View File
@@ -152,8 +152,8 @@ function App() {
wave={{disabled:true}}
theme={antdComponentThemeToken}
form={{validateMessages }}>
<AppAntd className="h-full" message={{ maxCount: 1 }}>
<PluginEventHubProvider>
<PluginEventHubProvider>
<AppAntd className="h-full" message={{ maxCount: 1 }}>
<PluginSlotHubProvider>
<GlobalProvider>
<BreadcrumbProvider>
@@ -161,8 +161,8 @@ function App() {
</BreadcrumbProvider>
</GlobalProvider>
</PluginSlotHubProvider>
</PluginEventHubProvider>
</AppAntd>
</PluginEventHubProvider>
</ConfigProvider>
</StyleProvider>
);