This commit is contained in:
lpq
2023-02-25 01:04:19 +08:00
parent e512cffc9c
commit 6c4326aca0
6 changed files with 21 additions and 16 deletions

View File

@@ -66,7 +66,7 @@
<div class="curloading">
<div style="color: #387df7; margin-left: 20px; cursor: pointer"
v-if="file.uploadState?.status === 'FAILED'" @click="downloadErrorData(file.uploadState?.url)">
下载失败数据
下载失败数据1
</div>
</div>
</div>
@@ -136,7 +136,7 @@ function downTemplate() {
}
function downloadErrorData(url) {
window.open(process.env.VUE_APP_BASE_API + url)
window.open(process.env.VUE_APP_FILE_PATH + url)
}
function handleChange({file}) {
@@ -481,4 +481,4 @@ function handleChange({file}) {
}
}
}
</style>
</style>