From 7ded549269a5c2481f8e62f61b0cc344c523993b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Thu, 27 Nov 2025 22:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E4=B8=BA=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web1/src/views/pages/index.vue | 2 +- web1/src/views/user-center/components/CorporateTransfer.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web1/src/views/pages/index.vue b/web1/src/views/pages/index.vue index 525051d..9cb0e27 100644 --- a/web1/src/views/pages/index.vue +++ b/web1/src/views/pages/index.vue @@ -918,7 +918,7 @@ const steps = [ { title: '非遗资产衍生商品信息' }, ] const loading = ref(false) -const actionUrl = 'https://value.cdcee.net/api/v1/upload/image' +const actionUrl = 'https://value.cdcee.net/api/v1/upload/file' const currentStep = ref(0) const historyList = ref([]) const modalForm = reactive({ diff --git a/web1/src/views/user-center/components/CorporateTransfer.vue b/web1/src/views/user-center/components/CorporateTransfer.vue index 633f769..897e2a0 100644 --- a/web1/src/views/user-center/components/CorporateTransfer.vue +++ b/web1/src/views/user-center/components/CorporateTransfer.vue @@ -250,7 +250,7 @@ const invoiceHeaderOptions = computed(() => { const emit = defineEmits(['return-home', 'upload-submit']) -const actionUrl = 'https://value.cdcee.net/api/v1/upload/image' +const actionUrl = 'https://value.cdcee.net/api/v1/upload/file' // 当前步骤 const currentStep = ref(1)