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 @@