|
@@ -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)
|