Browse Source

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

zhangxc 5 years ago
parent
commit
ea7873d534
1 changed files with 1 additions and 1 deletions
  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)