Commit 7046e1d9 authored by wanli's avatar wanli

更新前端

parent b3f5973d
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
handleRebuild(index, row) { handleRebuild(index, row) {
console.log(index) console.log(index)
rebuildApp({ uuid: row.uuid }).then(res => { rebuildApp({ uuid: row.uuid }).then(res => {
download(`${res.data.app_name}.epk`, res.data.app_path) // download(`${res.data.app_name}.epk`, res.data.app_path)
this.$message.success(res.message) this.$message.success(res.message)
}).catch(err => { }).catch(err => {
this.$message.error(err.message) this.$message.error(err.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment