duy 1 년 전
부모
커밋
5fefebd99c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/transfer/write-report.vue

+ 1 - 1
src/views/transfer/write-report.vue

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