소스 검색

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

zhangxc 5 년 전
부모
커밋
ea7873d534
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)