From 293bdab16ef217cf02416c0e0ffeca36a0c69e6d Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 20 八月 2024 15:52:35 +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