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