From a82b8c09ca795a4b6273b03a79ba488f6cce5eb0 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 11 八月 2022 15:54:21 +0800
Subject: [PATCH] 微信一键登录
---
project.config.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/project.config.json b/project.config.json
index eec38e8..dd79fcc 100644
--- a/project.config.json
+++ b/project.config.json
@@ -44,10 +44,11 @@
"showES6CompileOption": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true,
- "useStaticServer": true
+ "useStaticServer": true,
+ "minifyWXML": true
},
"compileType": "miniprogram",
- "libVersion": "2.21.3",
+ "libVersion": "2.25.2",
"appid": "wxffd1438dd373fcf6",
"projectname": "ep-law-abiding",
"editorSetting": {
--
Gitblit v1.9.3