From 17bb1250f2120415e5fc9f47fe50b60f72b47a07 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期日, 04 八月 2024 12:50:01 +0800
Subject: [PATCH] update 优化搜索事件
---
package.json | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index ef0382d..5b4330c 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,17 @@
"define": {
"PUB_PARTNER": true
}
+ },
+ "customer":{
+ "title": "花店/用户-小程序",
+ "BROWSER": "Chrome",
+ "env": {
+ "UNI_PLATFORM": "mp-weixin",
+ "PUB_TYPE": "customer"
+ },
+ "define": {
+ "PUB_CUSTOMER": true
+ }
}
}
--
Gitblit v1.9.3