From 1327b99efda99ada27a956981648950f580314b0 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 22 五月 2025 14:17:47 +0800
Subject: [PATCH] fix: 修改ui

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

diff --git a/apps/taro/package.json b/apps/taro/package.json
index e4b97eb..e607694 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",
@@ -72,6 +74,7 @@
     "js-base64": "^3.7.5",
     "lodash": "^4.17.21",
     "pinia": "^2.1.6",
+    "qrcode.vue": "^3.6.0",
     "qs": "^6.11.1",
     "senin-mini": "^1.0.10",
     "senior-request": "^1.0.3",

--
Gitblit v1.9.1