From 57a2d36b6bf715b4e838f1cd306002022ca47790 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Thu, 13 Feb 2020 10:06:45 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy
---
SunshineLnsMinApp/project.config.json | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/SunshineLnsMinApp/project.config.json b/SunshineLnsMinApp/project.config.json
index 1ff0786..a763abc 100644
--- a/SunshineLnsMinApp/project.config.json
+++ b/SunshineLnsMinApp/project.config.json
@@ -5,13 +5,25 @@
"es6": true,
"postcss": true,
"minified": true,
- "newFeature": true
+ "newFeature": true,
+ "coverView": true,
+ "autoAudits": false,
+ "checkInvalidKey": true,
+ "checkSiteMap": true,
+ "uploadWithSourceMap": true,
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
+ }
},
"compileType": "miniprogram",
"libVersion": "1.9.94",
"appid": "wx50bea0a98be5935d",
"projectname": "nsjc02",
"isGameTourist": false,
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
--
Gitblit v1.8.0