From 3a18d5219c771cd35f5cce1985273bc42cca44a3 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Wed, 16 Aug 2023 13:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AF=86=E7=A0=81=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- src/components/LoginForm.vue | 1 + src/style.scss | 4 ++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.env b/.env index fe3f0dd..c4ae906 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ -VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ +# VITE_BASE_WS1_URL=ws://192.168.8.10:19001/ +# VITE_BASE_WS2_URL=ws://192.168.8.10:19002/ -# VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ -# VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file +VITE_BASE_WS1_URL=ws://127.0.0.1:19001/ +VITE_BASE_WS2_URL=ws://127.0.0.1:19002/ \ No newline at end of file diff --git a/src/components/LoginForm.vue b/src/components/LoginForm.vue index 65260f3..ee5d8f7 100644 --- a/src/components/LoginForm.vue +++ b/src/components/LoginForm.vue @@ -14,6 +14,7 @@ class="password" v-model="password" @focus="handleFocus(2)" + id="txtPassword" placeholder="请输入设备密码" />
diff --git a/src/style.scss b/src/style.scss index 02125ff..febce93 100644 --- a/src/style.scss +++ b/src/style.scss @@ -29,3 +29,7 @@ body { .key_wrap { z-index: 999; } + +#txtPassword { + -webkit-text-security: disc; +}