公告板
版本库
filestore
活动
搜索
登录
main
/
trafficAudit
交通统计审核
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 数据导入页进入时 batches 请求合并为 1 个 + Tomcat 线程池 500,缓解导入占满线程导致接口 pending(浏览器无响应)
xyc
4 天以前
728b372a16e5bae7f985f2d8dcc3fe2705b8b07e
[trafficAudit.git]
/
traffic-audit-web
/
public
/
index.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>交通统计报表审核系统</title>
</head>
<body>
<div id="app"></div>
</body>
</html>