Quellcode durchsuchen

Merge branch 'cdss_hainan' of http://192.168.2.236:10080/zhouna/icssDService into cdss_hainan

zhangxc vor 5 Jahren
Ursprung
Commit
ea7873d534
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)