From 9cfb7141478e85dfc1367b6fb5f31852aa20c1d2 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 03 九月 2024 11:43:24 +0800
Subject: [PATCH] update我的会员券、领券中心等
---
package.json | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index ef0382d..192b117 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,29 @@
"define": {
"PUB_PARTNER": true
}
+ },
+ "customer":{
+ "title": "花店/用户-小程序",
+ "BROWSER": "Chrome",
+ "env": {
+ "UNI_PLATFORM": "mp-weixin",
+ "PUB_TYPE": "customer"
+ },
+ "define": {
+ "PUB_CUSTOMER": true
+ }
+ },
+ "customer-v2":{
+ "title": "花店/用户端-小程序-开发",
+ "BROWSER": "Chrome",
+ "env": {
+ "UNI_PLATFORM": "mp-weixin",
+ "PUB_TYPE": "customer"
+ },
+ "define": {
+ "PUB_CUSTOMER": true,
+ "PUB_CUSTOMER_DEV": true
+ }
}
}
--
Gitblit v1.9.3