From 91d7eee872986f3aaa6e04edf843dd3a0526ba8f Mon Sep 17 00:00:00 2001
From: zhizhijie <zhizhijie@users.noreply.gitee.com>
Date: 星期二, 01 九月 2026 17:31:33 +0800
Subject: [PATCH] fix: 投资系统基准导入兼容查询结果表头(行号/单位/时期/计划总投资)
---
traffic-audit-web/vue.config.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/traffic-audit-web/vue.config.js b/traffic-audit-web/vue.config.js
index decc876..66931b7 100644
--- a/traffic-audit-web/vue.config.js
+++ b/traffic-audit-web/vue.config.js
@@ -2,6 +2,7 @@
parallel: false,
devServer: {
port: 8080,
+ headers: { "Cache-Control": "no-store" },
proxy: {
"/api": {
target: "http://localhost:8090",
--
Gitblit v1.9.1