fix ant-design/ant-design-pro#4539, fix the problem that the footerbar level is too low
Showing
| { | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "cross-env PAGES_PATH='DashboardAnalysis/src' umi dev", | ||
| "dev": "cross-env PAGES_PATH='FormBasicForm/src' umi dev", | ||
| "start": "umi dev", | ||
| "lint-staged": "lint-staged", | ||
| "lint": "npm run lint:js && npm run lint:style", | ||
| ... | ... | @@ -51,7 +51,7 @@ |
| "typescript": "^3.5.1", | ||
| "umi": "^2.6.17", | ||
| "umi-plugin-block-dev": "^2.1.11", | ||
| "umi-plugin-react": "^1.7.6", | ||
| "umi-plugin-react": "^1.8.4", | ||
| "umi-request": "^1.0.0", | ||
| "@umijs/fabric": "^1.0.5", | ||
| "import-sort-cli": "^6.0.0", | ||
| ... | ... |
Please register or sign in to comment