Browse Source

fix: fix wrong pro-layout props. (#10836)

* fix: fix wrong pro-layout props.

* tests(login): update test snapshot
pull/10919/head
Kevin Law 3 years ago
committed by GitHub
parent
commit
fee1af6b81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app.tsx
  2. 1337
      src/pages/User/Login/__snapshots__/login.test.tsx.snap

2
src/app.tsx

@ -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,

1337
src/pages/User/Login/__snapshots__/login.test.tsx.snap

File diff suppressed because it is too large
Loading…
Cancel
Save