mirror of
https://github.com/zuiidea/antd-admin
synced 2026-09-26 20:14:00 +00:00
9 lines
256 B
Markdown
9 lines
256 B
Markdown
# FAQ
|
|
|
|
Most asked
|
|
|
|
## create new page
|
|
|
|
1. just copy a page in /src/pages (route here auto generated by [umi](https://umijs.org/guide/router.html#basic-routing))
|
|
2. modify namespace/pathToRegexp in model.js
|
|
3. modify mock route.js to add a route |