Browse Source
chore: renmae (#10914)
* chore: renmae
chore: rename back
* chore: update mock config
pull/10941/head
红
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with
3 additions and
0 deletions
-
config/config.ts
-
src/pages/table-list/components/UpdateForm.tsx
-
src/pages/table-list/index.tsx
-
src/pages/user/login/__snapshots__/login.test.tsx.snap
-
src/pages/user/login/index.tsx
-
src/pages/user/login/login.test.tsx
-
src/pages/user/register-result/style.style.ts
-
src/pages/user/register/style.style.ts
|
|
|
@ -149,6 +149,9 @@ export default defineConfig({ |
|
|
|
projectName: 'swagger', |
|
|
|
}, |
|
|
|
], |
|
|
|
mock: { |
|
|
|
include: ['mock/**/*', 'src/pages/**/_mock.ts'], |
|
|
|
}, |
|
|
|
mfsu: { |
|
|
|
strategy: 'normal', |
|
|
|
}, |
|
|
|
|