From 344fd5ba0aa8ed78e0cb7bce41c57fc4b8b18773 Mon Sep 17 00:00:00 2001
From: tony.cheng <chengmingwei_1984122@126.com>
Date: Sat, 28 Feb 2026 10:15:41 +0800
Subject: [PATCH] feat: 更新TabContainer和urlParams工具函数
---
web-app/package.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/web-app/package.json b/web-app/package.json
index 301a178..10eb0a2 100644
--- a/web-app/package.json
+++ b/web-app/package.json
@@ -7,12 +7,13 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^13.2.1",
+ "antd": "4.24.12",
+ "axios": "^1.13.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
+ "react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
- "web-vitals": "^2.1.0",
- "antd": "4.24.12",
- "react-router-dom": "^6.22.3"
+ "web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
--
Gitblit v1.8.0