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