src/components/subComponents/imgDown.vue @@ -30,6 +30,10 @@ }, methods:{ downloadIamge(url) { this.$notify.info({ title: '消息', message: '资源下载中,请稍后...' }); axios({ method: "get", url: url,