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二维码扫码提供的网址-发布服务器的地址;