From ad05f0a84af868e16db55dda6688f0c539e7a670 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 28 八月 2024 17:06:44 +0800 Subject: [PATCH] 1 --- 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