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