From c092d3b86a223e279ccf57be27d8f1eb315de089 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 26 二月 2025 17:21:56 +0800 Subject: [PATCH] fix: 对接 --- apps/taro/package.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/apps/taro/package.json b/apps/taro/package.json index e4b97eb..fbffeee 100644 --- a/apps/taro/package.json +++ b/apps/taro/package.json @@ -1,5 +1,5 @@ { - "name": "@life-payment/h5", + "name": "@life-payment/taro", "version": "1.0.0", "private": true, "description": "", @@ -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", @@ -43,6 +44,7 @@ "@babel/runtime": "^7.7.7", "@life-payment/components": "workspace:^", "@life-payment/constants": "workspace:^", + "@life-payment/core-vue": "workspace:^", "@life-payment/services": "workspace:^", "@life-payment/utils": "workspace:^", "@nutui/icons-vue-taro": "^0.0.9", -- Gitblit v1.9.1