feat:打印机客户端下载

This commit is contained in:
yanshikui 2024-11-25 14:56:54 +08:00
parent 69195345f9
commit b4cec0c147

View File

@ -434,7 +434,7 @@ export default {
this.form.printerUrl = null;
},
handleDownloadClient(){
const resource = "https://foruda.gitee.com/images/1699583353182586077/41820ab8_1151004.png";
const resource = "http://101.43.244.58:9090/api/v1/buckets/printtool/objects/download?prefix=UHJpbnQuZXhl";
this.$download.saveAs(resource,'client');
},
/**