diff --git a/.env.development b/.env.development index 0a4b789..60561fe 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,4 @@ # 配置文档参考 https://taro-docs.jd.com/docs/next/env-mode-config # TARO_APP_ID="开发环境下的小程序 AppID" + +TARO_APP_BASE_URL='' diff --git a/.env.production b/.env.production index eb3c3a1..612dd3b 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,3 @@ # TARO_APP_ID="生产环境下的小程序 AppID" + +TARO_APP_BASE_URL=""