修复 location 没有下发的问题

This commit is contained in:
liaoxuezhi 2019-06-11 23:55:44 +08:00
parent b780c2fb84
commit 78658d8d44
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ export class RootRenderer extends React.Component<RootRendererProps> {
...(schema as Schema)
} : schema, {
...rest,
location: location,
data: finalData,
env,
classnames: theme.classnames,