From 7fdb5f0c910ad3baf25730278606ce8b37faec50 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 13 三月 2025 18:34:02 +0800
Subject: [PATCH] fix: 修改导航 在路由上强制增加channelId

---
 apps/taro/package.json |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/apps/taro/package.json b/apps/taro/package.json
index 1350942..fbffeee 100644
--- a/apps/taro/package.json
+++ b/apps/taro/package.json
@@ -17,6 +17,7 @@
     "build:alipay": "taro build --type alipay",
     "build:tt": "taro build --type tt",
     "build:h5": "taro build --type h5",
+    "build:h5:staging": "cross-env APP_ENV=staging npm run build:h5 --",
     "build:rn": "taro build --type rn",
     "build:qq": "taro build --type qq",
     "build:jd": "taro build --type jd",

--
Gitblit v1.9.1