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