公告板
版本库
filestore
活动
搜索
登录
main
/
trafficAudit
交通统计审核
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 数据导入页进入时 batches 请求合并为 1 个 + Tomcat 线程池 500,缓解导入占满线程导致接口 pending(浏览器无响应)
xyc
4 天以前
728b372a16e5bae7f985f2d8dcc3fe2705b8b07e
[trafficAudit.git]
/
traffic-audit-web
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
parallel: false,
devServer: {
port: 8080,
headers: { "Cache-Control": "no-store" },
proxy: {
"/api": {
target: "http://localhost:8090",
changeOrigin: true
}
}
}
}