mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
签到
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user