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 | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/project.config.json b/project.config.json
index 6a30418..dd79fcc 100644
--- a/project.config.json
+++ b/project.config.json
@@ -22,31 +22,40 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
- "useMultiFrameRuntime": true,
+ "useMultiFrameRuntime": false,
"useApiHook": true,
- "useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
- "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
- "minifyWXSS": true
+ "useApiHostProcess": true,
+ "enableEngineNative": false,
+ "userConfirmedBundleSwitch": false,
+ "minifyWXSS": true,
+ "lazyloadPlaceholderEnable": false,
+ "disableUseStrict": false,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "ignoreUploadUnusedFiles": true,
+ "useStaticServer": true,
+ "minifyWXML": true
},
"compileType": "miniprogram",
- "libVersion": "2.21.3",
+ "libVersion": "2.25.2",
"appid": "wxffd1438dd373fcf6",
"projectname": "ep-law-abiding",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
"condition": {}
}
\ No newline at end of file
--
Gitblit v1.9.3