From ea923e0d3472465f14f465c0758a737207ceaf88 Mon Sep 17 00:00:00 2001 From: "BJ-HPC3\\13478" <13478707150@163.com> Date: Tue, 8 Jul 2025 11:26:14 +0800 Subject: [PATCH] =?UTF-8?q?[feature]=20=E6=B7=BB=E5=8A=A0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 ++ .env.production | 2 ++ 2 files changed, 4 insertions(+) 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=""