Commit 4b4ed84f authored by wanli's avatar wanli

update

parent c93d03d1
......@@ -340,7 +340,7 @@ export default {
console.log(index);
getBuildApp(row.uuid)
.then((res) => {
download(res.data.app_name, res.data.app_path);
download(`${res.data.app_name}.epk`, res.data.app_path);
this.$message.success(res.message);
})
.catch((err) => {
......
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