From 800f3b71efdb0a9d2fb2c1f688cc194c88960d25 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 07 十二月 2023 09:41:32 +0800 Subject: [PATCH] 更换新图片 --- CanadaMes-ui/src/views/home/index.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CanadaMes-ui/src/views/home/index.vue b/CanadaMes-ui/src/views/home/index.vue index 68e98c2..b5b1693 100644 --- a/CanadaMes-ui/src/views/home/index.vue +++ b/CanadaMes-ui/src/views/home/index.vue @@ -104,7 +104,7 @@ position: absolute; background-image: url('../../img/dipan.png'); background-size: 70px 85px; - left: 654px; + left: 501px; top: 333px; /* background-size: 85px 100px; left: 912px; @@ -132,7 +132,7 @@ position: absolute; background-image: url('../../img/taimian.png'); background-size: 120px 30px; - left: 630px; + left: 477px; top: 420px; /* background-size: 160px 40px; left: 875px; @@ -1237,6 +1237,12 @@ if (res.data.message3 == 200) { this.$message.success(this.$t('Operation successful')); } + else if (res.data.message2 == 300) { + this.$message.error(this.$t('Unable to find the placement method of the aluminum frame')); + } + else if (res.data.message2 == 400) { + this.$message.error(this.$t('Unable to find whether the aluminum frame is flipped or not')); + } else if (res.data.message2 == 500) { this.$message.error(this.$t('This glass is already in the Queue')); } -- Gitblit v1.8.0