From 8250e876a5bb05f1a2e44e963d5ac5a9f8bd45a0 Mon Sep 17 00:00:00 2001 From: RockYang Date: Tue, 7 Jan 2025 15:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E9=85=8D=E7=BD=AE=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=20Logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.env.development | 2 +- web/src/components/AccountBg.vue | 18 +++++++++++++++++- web/src/components/Captcha.vue | 2 +- web/src/components/LoginDialog.vue | 4 +++- web/src/views/Login.vue | 3 ++- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/web/.env.development b/web/.env.development index 461e2851..e5308bae 100644 --- a/web/.env.development +++ b/web/.env.development @@ -1,4 +1,4 @@ -VUE_APP_API_HOST=http://geekai.me:6004 +VUE_APP_API_HOST=http:/localhost:5678 VUE_APP_WS_HOST=ws://localhost:5678 VUE_APP_USER=18888888888 VUE_APP_PASS=12345678 diff --git a/web/src/components/AccountBg.vue b/web/src/components/AccountBg.vue index 80395617..d2b3cb03 100644 --- a/web/src/components/AccountBg.vue +++ b/web/src/components/AccountBg.vue @@ -1,7 +1,7 @@