From a6892cedbab2a911e7529676b56edc3a5e0bcfcc Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Fri, 18 Feb 2022 14:31:56 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/request.js b/src/server/request.js index 12c79b3..27fd601 100644 --- a/src/server/request.js +++ b/src/server/request.js @@ -5,7 +5,7 @@ const baseURL = process.env.VUE_APP_BASE_URL || "http://101.201.121.115:9003/"; // const baseURL = process.env.VUE_APP_BASE_URL || "http://192.168.0.89:9003/"; const service = axios.create({ baseURL, - timeout: 1000 * 60 * 60, // request timeout + // timeout: 1000 * 60 * 60, // request timeout }); const upService = axios.create({ baseURL From a14493e16ae1f6cf57378f94c5f37b1c19b0c071 Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Fri, 18 Feb 2022 14:32:27 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/request.js b/src/server/request.js index 27fd601..12c79b3 100644 --- a/src/server/request.js +++ b/src/server/request.js @@ -5,7 +5,7 @@ const baseURL = process.env.VUE_APP_BASE_URL || "http://101.201.121.115:9003/"; // const baseURL = process.env.VUE_APP_BASE_URL || "http://192.168.0.89:9003/"; const service = axios.create({ baseURL, - // timeout: 1000 * 60 * 60, // request timeout + timeout: 1000 * 60 * 60, // request timeout }); const upService = axios.create({ baseURL From 44f37b99df3e017108e20f389cd3c9d845ddbf53 Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Fri, 18 Feb 2022 14:51:52 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandPlanning/articleDemand/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index b8e98ea..b6c0af6 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -413,7 +413,7 @@ this.historyList.push({ publishedVersionNr:data["version"] }) - this.lookErrorLogHandler(data["version"]) + window.open(baseURL + "admin/common/log/read/planlog/"+data["version"]) } }, toggleChar() {