luolei 5 anni fa
parent
commit
43b38dbfad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/js/information.js

+ 1 - 1
src/js/information.js

@@ -155,7 +155,7 @@ function downLoadFile() {
   $(".download").on("click", function(){
     const downUrl = $(this).attr('data-url')
     const url = isLocal ?'http://192.168.2.236:82'+downUrl + '?download=1' : 'http://'+window.location.hostname+':82'+downUrl + '?download=1'
-    console.log('urlurl',url)
+    alert(url)
     const downTitle = $(this).attr('data-title')
     // download(url, downTitle)
     downLoadFileIe(url, downTitle)