Commit db27d992 authored by 赵啸非's avatar 赵啸非

添加客户端资源部署

parent fbef470f
...@@ -33,9 +33,7 @@ export default { ...@@ -33,9 +33,7 @@ export default {
this.$get("/device/module/distribute/view",{id:row.id}) this.$get("/device/module/distribute/view",{id:row.id})
.then((res) => { .then((res) => {
if (res.code == 1) { if (res.code == 1) {
window.open(res.data.entity.filePath,"_blank") window.open(res.data.entity.filePath,"_blank")
} }
}) })
.catch((error) => { .catch((error) => {
......
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