公告板
版本库
filestore
活动
搜索
登录
main
/
trafficAudit
交通统计审核
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
docs: 崩溃根因实锤更新——el-tabs 布局无限循环(684da41),sessionStorage 强制登录完成(c62a61c),4 个菜...
xyc
1 天以前
f0597c28b7d722301f2177e3ef46d2ce6e95b102
[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
}
}
}
}