From 957d0803dd20d46567bc3ddc51112236c8c07d4a Mon Sep 17 00:00:00 2001 From: Archer_cdm Date: Wed, 18 Jan 2023 16:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=88*=EF=BC=89=E6=8F=90=E4=BA=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/project.private.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 weapp/project.private.config.json diff --git a/weapp/project.private.config.json b/weapp/project.private.config.json new file mode 100644 index 0000000..5fd81b0 --- /dev/null +++ b/weapp/project.private.config.json @@ -0,0 +1,6 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "setting": { + "urlCheck": false + } +} \ No newline at end of file