Browse Source

chore: renmae (#10914)

* chore: renmae

chore: rename back

* chore: update mock config
pull/10941/head
3 years ago
committed by GitHub
parent
commit
49521b88e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      config/config.ts
  2. 0
      src/pages/table-list/components/UpdateForm.tsx
  3. 0
      src/pages/table-list/index.tsx
  4. 0
      src/pages/user/login/__snapshots__/login.test.tsx.snap
  5. 0
      src/pages/user/login/index.tsx
  6. 0
      src/pages/user/login/login.test.tsx
  7. 0
      src/pages/user/register-result/style.style.ts
  8. 0
      src/pages/user/register/style.style.ts

3
config/config.ts

@ -149,6 +149,9 @@ export default defineConfig({
projectName: 'swagger', projectName: 'swagger',
}, },
], ],
mock: {
include: ['mock/**/*', 'src/pages/**/_mock.ts'],
},
mfsu: { mfsu: {
strategy: 'normal', strategy: 'normal',
}, },

0
src/pages/TableList/components/UpdateForm.tsx → src/pages/table-list/components/UpdateForm.tsx

0
src/pages/TableList/index.tsx → src/pages/table-list/index.tsx

0
src/pages/User/Login/__snapshots__/login.test.tsx.snap → src/pages/user/login/__snapshots__/login.test.tsx.snap

0
src/pages/User/Login/index.tsx → src/pages/user/login/index.tsx

0
src/pages/User/Login/login.test.tsx → src/pages/user/login/login.test.tsx

0
src/pages/User/register-result/style.style.ts → src/pages/user/register-result/style.style.ts

0
src/pages/User/register/style.style.ts → src/pages/user/register/style.style.ts

Loading…
Cancel
Save