jz.kai 3 年之前
父节点
当前提交
78800ad046
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/base/auditing-report.vue

+ 2 - 2
src/views/base/auditing-report.vue

@@ -116,8 +116,8 @@ export default {
         auditingApi.exportXlsReport(formData).then(function (response) {
           var jsonData = response.data;
           if(jsonData.result){
-            var url = "http://localhost:8086/comparison-server/static/" + jsonData.data;
-            // var url = "http://192.168.15.99:8080/comparison-server/static/" + jsonData.data;
+            // var url = "http://localhost:8086/comparison-server/static/" + jsonData.data;
+            var url = "http://192.168.15.99:8080/comparison-server/static/" + jsonData.data;
 
             self.$message({
               showClose: true,