From 5ee9584f0ba878514b58f2e37a9d01bca956cc46 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 11 Sep 2024 14:11:37 +0800 Subject: [PATCH] 地域修改 --- gz-wxparty/project.private.config.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gz-wxparty/project.private.config.json b/gz-wxparty/project.private.config.json index 9014e9d..4e654b3 100644 --- a/gz-wxparty/project.private.config.json +++ b/gz-wxparty/project.private.config.json @@ -1,8 +1,9 @@ { - "projectname": "wx-party", + "projectname": "gz-wxparty", "setting": { "compileHotReLoad": true, - "urlCheck": false + "urlCheck": false, + "bigPackageSizeSupport": true }, "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "libVersion": "2.24.2" -- Gitblit v1.8.0