Ming %!s(int64=4) %!d(string=hai) anos
pai
achega
8a5eb091f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/device-communicate.js

+ 1 - 1
js/device-communicate.js

@@ -33,7 +33,7 @@ function getListDataAjax(queryParam = {}, pageNo = 1) {
                     "<td>" + item.interface_parameter + "</td>" +
                     "<td>" + interface_transmission_mode + "</td>" +
                     "<td>" + item.interface_explain + "</td>" +
-                    "<td><a class='interface-doc' href='" + item.interface_file_route + "' download> 下载</a>  </td> " +
+                    "<td><a class='interface-doc' href='" + item.interface_file_route + "' download target='_blank'> 下载</a>  </td> " +
                     "<td>" + item.business + "</td>" +
                     "<td>" + item.add_people + "</td>" +
                     "<td>" + getFormatDate(item.add_time.time) + "</td>" +