公告板
版本库
filestore
活动
搜索
登录
main
/
trafficAudit
交通统计审核
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
docs: 年报导入模板文件入库(单位基本/法人财务/公路旅客能耗/公共汽电车/轨道车辆线路/轨道人员运营 6类)
zhizhijie
17 小时以前
0c16e566fe10841921401cf7bf4d2ff71da41956
[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
}
}
}
}