fix: 更新上传接口地址为通用文件上传
This commit is contained in:
parent
f2068c7b16
commit
7ded549269
@ -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({
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user