diff --git a/.env.prod b/.env.prod index 91697a9..2bc754c 100644 --- a/.env.prod +++ b/.env.prod @@ -1,5 +1,5 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115: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/.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/assets/img/bg-login.png b/src/assets/img/bg-login.png index 47261a1..5ed7473 100644 Binary files a/src/assets/img/bg-login.png and b/src/assets/img/bg-login.png differ diff --git a/src/assets/img/bg-login1.png b/src/assets/img/bg-login1.png new file mode 100644 index 0000000..47261a1 Binary files /dev/null and b/src/assets/img/bg-login1.png differ diff --git a/src/assets/img/login/bg-form.png b/src/assets/img/login/bg-form.png index 39466ad..ccb2a94 100644 Binary files a/src/assets/img/login/bg-form.png and b/src/assets/img/login/bg-form.png differ diff --git a/src/assets/img/login/bg-form1.png b/src/assets/img/login/bg-form1.png new file mode 100644 index 0000000..39466ad Binary files /dev/null and b/src/assets/img/login/bg-form1.png differ diff --git a/src/components/queryComponent/index.vue b/src/components/queryComponent/index.vue index 748c12a..6ecb4f1 100644 --- a/src/components/queryComponent/index.vue +++ b/src/components/queryComponent/index.vue @@ -11,7 +11,7 @@
- @@ -21,8 +21,13 @@ :label="item['label']" :value="item['value']"> - - --> +
+ 是否有效: + 有效 + 无效 +
+ +
+ 是否发布: + 未发布 + 已发布 +
{ - 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: "发布失败" }); }); } },