From 9c7c21e8eacda173feb418bdfe739f7f97358233 Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Sun, 29 Mar 2020 17:28:46 +0800 Subject: [PATCH] bug修复 --- SunshineLnsMinApp/project.config.json | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/SunshineLnsMinApp/project.config.json b/SunshineLnsMinApp/project.config.json index 1ff0786..4177d79 100644 --- a/SunshineLnsMinApp/project.config.json +++ b/SunshineLnsMinApp/project.config.json @@ -4,14 +4,29 @@ "urlCheck": false, "es6": true, "postcss": true, + "preloadBackgroundData": false, "minified": true, - "newFeature": true + "newFeature": true, + "coverView": true, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } }, "compileType": "miniprogram", - "libVersion": "1.9.94", + "libVersion": "2.10.1", "appid": "wx50bea0a98be5935d", - "projectname": "nsjc02", + "projectname": "nsjc", "isGameTourist": false, + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, "condition": { "search": { "current": -1, -- Gitblit v1.8.0