From 7c7fd1a80ad89dd1037f2ee420fed2dcde7290a1 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 20 八月 2024 16:42:53 +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