From c089f56ed7a447631586bba7961218da911313a0 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期日, 27 四月 2025 10:03:25 +0800
Subject: [PATCH] 提交管路负载统计导出,气柜负载统计导出

---
 .env.development                                |    2 +-
 src/views/mainPlan/pipeProduceStatics/index.vue |    2 +-
 vite.config.js                                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env.development b/.env.development
index a4a0a7d..605a602 100644
--- a/.env.development
+++ b/.env.development
@@ -10,4 +10,4 @@
 # 閰嶅悎鍚庣鏈嶅姟
 # VITE_APP_LOCAL = 'int'
 # VITE_APP_LOCAL = 'zhl'
-VITE_APP_LOCAL = 'cxl'
\ No newline at end of file
+VITE_APP_LOCAL = 'hjy'
\ No newline at end of file
diff --git a/src/views/mainPlan/pipeProduceStatics/index.vue b/src/views/mainPlan/pipeProduceStatics/index.vue
index 5cb7a5b..03fd0d5 100644
--- a/src/views/mainPlan/pipeProduceStatics/index.vue
+++ b/src/views/mainPlan/pipeProduceStatics/index.vue
@@ -331,7 +331,7 @@
       searchType: searchTypeValue.value,
       major: "piping",
     },
-    `aps_gas_produce_statics_${new Date().getTime()}.xlsx`
+    `aps_pipe_produce_statics_${new Date().getTime()}.xlsx`
   );
 }
 /** 鎼滅储鎸夐挳鎿嶄綔 */
diff --git a/vite.config.js b/vite.config.js
index eb7c298..f0fe6e1 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -17,7 +17,7 @@
   const proxyConfig = () => {
     const personProxy = {
       "/prod-api": {
-        target: "http://192.168.50.106:8080",//"http://192.168.50.13:8080", // 寮�鍙戠幆澧冪殑鍚庣鍦板潃
+        target: "http://192.168.50.160:8080",//"http://192.168.50.13:8080", // 寮�鍙戠幆澧冪殑鍚庣鍦板潃
         changeOrigin: true,
         rewrite: (path) => path.replace(/^\/prod-api/, ""),
       },

--
Gitblit v1.9.3