|
@@ -80,7 +80,7 @@ onMounted(() => {
|
|
|
|
|
|
const state = ref(1)
|
|
|
const docxUrl = ref('')
|
|
|
-const saveUrl = ref('http://192.168.0.128:8090/blade-archive/archivesauto/callbackSave?' + 'Blade-Auth=' + 'bearer' + token.value + '&' + 'projectId=' + projectId.value)
|
|
|
+const saveUrl = ref('http://192.168.0.128:8090/blade-archive/archivesauto/callbackSave' + '?Blade-Auth=bearer ' + token.value + '&' + 'projectId=' + projectId.value)
|
|
|
const dataKey = ref('')
|
|
|
const datafile = ref({})
|
|
|
//const docxUrl = ref('https://bladex-test-info.oss-cn-chengdu.aliyuncs.com//upload/20230317/e2bdc6581e397b810b46ac7cd71b111b.docx')
|