From 4859932ed31c9dfe6c50a08979b5cbc5c27b5c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Thu, 23 Apr 2026 13:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=BB=98=E8=AE=A4=E7=99=BB?= =?UTF-8?q?=E9=99=86=E7=94=A8=E6=88=B7=E5=90=8D=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/user/Login.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index be8666d..d939d05 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ NODE_ENV = production # 生产环境接口基础地址 -VITE_API_BASE_URL = http://18.167.120.9:8086/api +VITE_API_BASE_URL = http://18.167.120.9:8605/api # 请求超时时间(毫秒) VITE_REQUEST_TIMEOUT = 10000 diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue index 0374067..4ccce60 100644 --- a/src/views/user/Login.vue +++ b/src/views/user/Login.vue @@ -73,10 +73,10 @@ const hideTab = ref(false) const userStore = useUserStore(); const loginFormRef = ref() const loginForm = ref({ - email: 'test@163.com', + email: '', countryCode: '+86', phone: '', - password: '888888', + password: '', code: '123456', }) const loginRules = ref({