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