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: "发布失败" }); }); } },