feat(ui): 新增请求方法及表格

This commit is contained in:
廖彦棋
2024-03-06 13:55:38 +08:00
parent a73ed71b9d
commit 7a25c6e062
19 changed files with 667 additions and 90 deletions

View File

@@ -8,5 +8,9 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"uuid": "^9.0.1"
}
}