From 1a8d50486ce1a61737e3ddf105788428f6e3f13f Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 31 Mar 2026 14:35:02 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-31=20=E8=BF=87=E7=AB=99=E9=87=87?= =?UTF-8?q?=E9=9B=86-=E3=80=8B=E5=B7=A5=E8=89=BA=E5=8F=82=E6=95=B0IP?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/yieldReport/com_produce_report_normal.vue | 2 +- static/config/index-prod.js | 2 +- static/config/index-qa.js | 2 +- static/config/index-uat.js | 2 +- static/config/index.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 7f45fe6..feba127 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -5406,7 +5406,7 @@ export default { } // 从配置文件获取URL并拼接参数 - const baseUrl = window.SITE_CONFIG['processDataUrl'] || 'http://10.2.1.159:3010/#/public/processData'; + const baseUrl = window.SITE_CONFIG['processDataUrl'] || 'http://pdm.bt.in:3010/#/public/processData'; const targetUrl = `${baseUrl}/${workcenterNo}/${batchNo}`; // 在新窗口打开 diff --git a/static/config/index-prod.js b/static/config/index-prod.js index 686854e..7b580b1 100644 --- a/static/config/index-prod.js +++ b/static/config/index-prod.js @@ -13,5 +13,5 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://10.2.1.159:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; })(); diff --git a/static/config/index-qa.js b/static/config/index-qa.js index a02c0d6..8ccf488 100644 --- a/static/config/index-qa.js +++ b/static/config/index-qa.js @@ -13,5 +13,5 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://10.2.1.159:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; })(); diff --git a/static/config/index-uat.js b/static/config/index-uat.js index 6da42e1..1dfd877 100644 --- a/static/config/index-uat.js +++ b/static/config/index-uat.js @@ -13,5 +13,5 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://10.2.1.159:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; })(); diff --git a/static/config/index.js b/static/config/index.js index 07d08d6..45c7d6e 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -13,6 +13,6 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://10.2.1.159:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; })();