Merge branch 'liucan' into 'main'
feat:监控状态页面新增错误日志统计图表 See merge request !14
Showing
| ... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
| "animate.css": "^4.1.1", | "animate.css": "^4.1.1", | ||
| "axios": "^1.9.0", | "axios": "^1.9.0", | ||
| "cron-parser": "^5.4.0", | "cron-parser": "^5.4.0", | ||
| "dayjs": "^1.11.19", | |||
| "echarts": "^5.6.0", | "echarts": "^5.6.0", | ||
| "element-plus": "^2.9.10", | "element-plus": "^2.9.10", | ||
| "js-cookie": "^3.0.5", | "js-cookie": "^3.0.5", | ||
| ... | @@ -25,6 +26,7 @@ | ... | @@ -25,6 +26,7 @@ |
| "path-to-regexp": "^3.3.0", | "path-to-regexp": "^3.3.0", | ||
| "pinia": "^3.0.2", | "pinia": "^3.0.2", | ||
| "qs": "~6.11.2", | "qs": "~6.11.2", | ||
| "socket.io-client": "^4.8.1", | |||
| "uuid": "^11.1.0", | "uuid": "^11.1.0", | ||
| "vue": "^3.5.13", | "vue": "^3.5.13", | ||
| "vue-router": "^4.5.1" | "vue-router": "^4.5.1" | ||
| ... | ... |
src/hooks/useChart.ts
0 → 100644
Please
register
or
sign in
to comment