未验证 提交 d01b2c43 编写于 作者: J JuFeng Li 提交者: GitHub

[Fix-4921][UI] Fix download log get return 404 (#4922)


* fix download log 404

* remove hard code and fix same download problem in downloadFile
Co-authored-by: N李巨丰 <lijf@2345.com>
上级 43ba29a2
......@@ -168,7 +168,7 @@
* Download log
*/
_downloadLog () {
downloadFile('/log/download-log', {
downloadFile('log/download-log', {
taskInstanceId: this.stateId || this.logId
})
},
......
......@@ -87,7 +87,7 @@
this.$router.go(-1)
},
_downloadFile () {
downloadFile('/resources/download', {
downloadFile('resources/download', {
id: this.$route.params.id
})
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册