download.js is used in vue to download all png files downloaded normally by Google, but ie and Google downloaded files do not have a suffix and cannot be opened directly
    methods: {
        load()
        {
            // eslint-disable-next-line no-undef
            download(this.imgurl, this.data.examName, "image/png");
        },
url
 
IE
