From 5424fb6cc7c907ec12025e96bb41146b28e5582c Mon Sep 17 00:00:00 2001 From: xusd <hugeinfo123> Date: Sun, 08 Sep 2024 10:00:34 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- 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