Skip to content

Commit

Permalink
fix: fix wrong pro-layout props. (#10836)
Browse files Browse the repository at this point in the history
* fix: fix wrong pro-layout props.

* tests(login): update test snapshot
  • Loading branch information
AdoKevin authored Aug 26, 2023
1 parent c9047a1 commit fee1af6
Show file tree
Hide file tree
Showing 2 changed files with 655 additions and 684 deletions.
2 changes: 1 addition & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) =
history.push(loginPath);
}
},
layoutBgImgList: [
bgLayoutImgList: [
{
src: 'https://mdn.alipayobjects.com/yuyan_qk0oxh/afts/img/D2LWSqNny4sAAAAAAAAAAAAAFl94AQBr',
left: 85,
Expand Down
Loading

0 comments on commit fee1af6

Please sign in to comment.