From 0975c41af14987f31f719f672e325916149aaf5c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 31 Mar 2026 16:11:40 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-31=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionReport/searchProductionLineOutputReport.vue | 2 +- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue b/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue index 6ece4d4..8c614b4 100644 --- a/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue +++ b/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue @@ -91,7 +91,7 @@ v-model="searchData.date1" type="date" value-format="yyyy-MM-dd" - placeholder="开始日期" + placeholder="开始日期"dd style="flex: 1"> ~ diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index feba127..33b7f78 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://pdm.bt.in:3010/#/public/processData'; + const baseUrl = window.SITE_CONFIG['processDataUrl'] || 'http://pdm.bt.in/#/public/processData'; const targetUrl = `${baseUrl}/${workcenterNo}/${batchNo}`; // 在新窗口打开 diff --git a/static/config/index-prod.js b/static/config/index-prod.js index 7b580b1..9c72a33 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://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })(); diff --git a/static/config/index-qa.js b/static/config/index-qa.js index 8ccf488..7e544cb 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://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })(); diff --git a/static/config/index-uat.js b/static/config/index-uat.js index 1dfd877..5baca49 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://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })(); diff --git a/static/config/index.js b/static/config/index.js index 45c7d6e..48e5b8e 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://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })();