增加用户中心、用户注册登录

This commit is contained in:
jiangh277
2025-12-26 15:12:49 +08:00
parent 1eb1dafe1e
commit 07e011febd
43 changed files with 2006 additions and 611 deletions

View File

@@ -47,6 +47,8 @@
"@antv/l7-maps": "^2.20.13",
"@antv/l7-react": "^2.4.3",
"@isaacs/cliui": "^8.0.2",
"@stomp/stompjs": "^7.2.1",
"@types/sockjs-client": "^1.5.4",
"@umijs/route-utils": "^2.2.2",
"antd": "^5.12.7",
"antd-img-crop": "^4.25.0",
@@ -61,7 +63,8 @@
"react-dom": "^18.3.1",
"react-fittext": "^1.0.0",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11"
"react-window": "^1.8.11",
"sockjs-client": "^1.6.1"
},
"devDependencies": {
"@ant-design/pro-cli": "^2.1.5",