chore: workers list api

This commit is contained in:
jialin
2024-06-26 10:36:29 +08:00
parent ad9775db69
commit 2e30eb7012
5 changed files with 70 additions and 27 deletions
+4 -2
View File
@@ -206,7 +206,8 @@ export default (props: any) => {
runtimeConfig,
loading,
initialState,
setInitialState
setInitialState,
intl
});
if (runtimeConfig.rightContentRender) {
return runtimeConfig.rightContentRender(layoutProps, dom, {
@@ -215,7 +216,8 @@ export default (props: any) => {
runtimeConfig,
loading,
initialState,
setInitialState
setInitialState,
intl
});
}
return dom;