reset the rebase code

Change-Id: I50bb95e75cd5679667fb6e4053e0d1e60e28f6a5
diff --git a/package.json b/package.json
index 9cf008a..34ee658 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 dev -- --port 5004",
+    "start": "npm run start",
     "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",
@@ -61,11 +61,15 @@
     "@ant-design/plots": "^2.3.2",
     "@ant-design/pro-components": "^2.7.19",
     "@ant-design/use-emotion-css": "1.0.4",
+    "@emotion/react": "^11.14.0",
+    "@emotion/styled": "^11.14.0",
+    "@mui/material": "^7.1.1",
     "@testing-library/dom": "^10.4.0",
     "@umijs/route-utils": "^4.0.1",
     "ant-design-pro": "file:",
     "antd": "^5.21.1",
     "antd-style": "^3.6.2",
+    "axios": "^1.9.0",
     "classnames": "^2.5.1",
     "dayjs": "^1.11.13",
     "dva": "^3.0.0-alpha.1",