From 1d99cc55612553e091723c93234d79e36b841b48 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Fri, 24 May 2024 15:08:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201482=20=E5=86=85=E9=83=A8=E7=BB=B4?= =?UTF-8?q?=E4=BF=AE=E4=B8=AD=E9=80=89=E6=8B=A9=E9=85=8D=E4=BB=B6=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=8F=90=E7=A4=BA=E2=80=9C=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=B8=8A=E7=BA=A7=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/login.vue | 1 + sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue | 4 ++-- sgzb-ui/vue.config.js | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/login.vue b/sgzb-ui/src/views/login.vue index c004f900..8dc512e2 100644 --- a/sgzb-ui/src/views/login.vue +++ b/sgzb-ui/src/views/login.vue @@ -24,6 +24,7 @@ type="password" auto-complete="off" placeholder="密码" + show-password @keyup.enter.native="handleLogin" > diff --git a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue index f990a69d..7de3acc3 100644 --- a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue +++ b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue @@ -32,7 +32,7 @@ style="width: 350px" :options="deptList" :normalizer="normalizer" - placeholder="选择上级" + placeholder="选择配件" :disable-branch-nodes="true" /> @@ -195,7 +195,7 @@ v-model="domain.partId" :options="deptList" :normalizer="normalizer" - placeholder="选择上级" + placeholder="选择配件" :disable-branch-nodes="true" /> diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index 57811dcf..5e8c99bf 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -42,9 +42,10 @@ module.exports = { // target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://z.csgmall.com.cn`, - target: `http://10.40.92.8:8080`,//超 + // target: `http://10.40.92.8:8080`,//超 // target: `http://10.40.92.253:8080`,//韩 // target: `http://10.40.92.209:8080`,//川/ + target: `http://10.40.92.141:28080`, // 帅 //******** 注意事项 ********* */ //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址;