优化项目结构

优化路由结构及跳转
优化系统异常捕获
1 号线增加导出功能
增加全局状态管理
This commit is contained in:
tao
2025-12-17 16:42:46 +08:00
parent 3b68a6af49
commit f58d71ee05
36 changed files with 1235 additions and 130 deletions

9
src/api/line2/data/model.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
export interface QueryParams {
pageNum?: number;
pageSize?: number;
orderByColumn?: string;
isAsc?: string;
qrCode?: string;
createTimeBegin?: string;
createTimeEnd?: string;
}