From 7435d9370b850ee351e036020c4bc14003e77a60 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 10 二月 2025 15:13:53 +0800 Subject: [PATCH] ll --- screen/src/views/LogisticsCenter.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/screen/src/views/LogisticsCenter.vue b/screen/src/views/LogisticsCenter.vue index 917161d..1e6c142 100644 --- a/screen/src/views/LogisticsCenter.vue +++ b/screen/src/views/LogisticsCenter.vue @@ -1010,7 +1010,8 @@ showModal.value = true kzorderInfo({ contractNumber: item.contractNumber }).then(res => { modalInfo.value = res.data - const apiKey = 'd9a554b1808ce10a12a932ed9b0db1d0' + // const apiKey = 'd9a554b1808ce10a12a932ed9b0db1d0' + const apiKey = '3916a7b434e7f13ae1a0af64e88ec0a3' if (modalInfo.value.gisList && modalInfo.value.gisList.length > 0) { const gisInfo = modalInfo.value.gisList[0] if (gisInfo && gisInfo.gisList && gisInfo.gisList.length > 0) { -- Gitblit v1.9.3