From a531ccb2a848c323057427d00e657fbfe07ff9b3 Mon Sep 17 00:00:00 2001 From: liwei Date: Fri, 24 Dec 2021 20:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=94=9F=E4=BA=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 +- .../demandPlanning/articleDemand/index.vue | 2 +- .../demandPlanning/articleDemand/public.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.test b/.env.test index c2cffe9..5fc7357 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://10.11.3.207:9003/ +VUE_APP_BASE_URL = http://10.11.12.27:9003/ VUE_APP_TITLE = 生产计划管理系统 VUE_APP_LOGO = ../assets/img/logo.png VUE_APP_LOGIN_BG = ../assets/img/bg-login.png diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index 9aed2cb..a701e48 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -415,7 +415,7 @@ export default { },2000) this.$message({ type: "success", message: msg }); }).catch(() => { - this.$message({ type: "error", message: "访问失败" }); + // this.$message({ type: "error", message: "访问失败" }); }); }, // 保存数据 diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue index 7c43d15..a5ef154 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/public.vue @@ -99,7 +99,7 @@ this.$emit("cancelHandle", "submit") }).catch(() => { this.loading = false - this.$message({ type: "error", message: "发布失败" }); + // this.$message({ type: "error", message: "发布失败" }); }); } },