diff --git a/.env.development b/.env.development index 9b23129..4c5632d 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,5 @@ -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_TIM_SDK_APP_ID=1600123876 +MP_CORP_ID=wwe3fb2faa52cf9dfb diff --git a/.env.localhost b/.env.localhost index 5058981..6d3e2b3 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,4 +1,5 @@ -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_TIM_SDK_APP_ID=1600123876 +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 @@