jz.kai 3 years ago
parent
commit
78800ad046
1 changed files with 2 additions and 2 deletions
  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) {
         auditingApi.exportXlsReport(formData).then(function (response) {
           var jsonData = response.data;
           var jsonData = response.data;
           if(jsonData.result){
           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({
             self.$message({
               showClose: true,
               showClose: true,