1
李喆(开发组)
2025-03-18 c978996d3e0390c0050479be4684af895cfb72cd
src/views/console/workstation/index.vue
@@ -478,7 +478,7 @@
            workstationId: this.previewData.id
         })).then(res => {
            if (res.code == 200) {
               window.open(res.data.link)
               this.$TOOL.downFile(res.data.link,res.data.originalName);
            }
         })
      },