From cde557022f4df21df0eff3db0645626c7b869f76 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Fri, 30 Jan 2026 14:16:43 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.localhost | 3 ++- components/button-footer.vue | 2 +- pages/login/login.vue | 1 + pages/team/homepage.vue | 2 +- store/account.js | 3 +++ 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 9928b9d..3e7f95c 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,4 @@ -MP_API_BASE_URL=http://localhost:8080 +MP_API_BASE_URL=https://patient.youcan365.com MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e +MP_CORP_ID=wwe3fb2faa52cf9dfb diff --git a/.env.localhost b/.env.localhost index 24011fd..c35990f 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,3 +1,4 @@ -MP_API_BASE_URL=http://192.168.60.2:8080 +MP_API_BASE_URL=http://localhost:8080 MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e +MP_CORP_ID=wwe3fb2faa52cf9dfb diff --git a/components/button-footer.vue b/components/button-footer.vue index b2e924f..2677c92 100644 --- a/components/button-footer.vue +++ b/components/button-footer.vue @@ -1,5 +1,5 @@