fix: 更新上传接口地址为通用文件上传

This commit is contained in:
Wei_佳 2025-11-27 22:23:28 +08:00
parent f2068c7b16
commit 7ded549269
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

@ -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)