美化前端
Change-Id: I46437caf832dd8f18358354f024724f7e31524cb
diff --git a/package.json b/package.json
index 34ee658..ad3ecc5 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"deploy": "npm run build && npm run gh-pages",
"preview": "npm run build && max preview --port 5004",
"serve": "umi-serve",
- "start": "npm run start",
+ "start": "npm run dev -- --port 5004",
"start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev max dev",
"start:no-mock": "cross-env MOCK=none UMI_ENV=dev max dev",
"start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev",
@@ -63,6 +63,7 @@
"@ant-design/use-emotion-css": "1.0.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
+ "@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@testing-library/dom": "^10.4.0",
"@umijs/route-utils": "^4.0.1",
@@ -72,7 +73,6 @@
"axios": "^1.9.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
- "dva": "^3.0.0-alpha.1",
"fabric": "^6.4.0",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",