Browse Source

优化更新

liaoyansheng 3 years ago
parent
commit
647fc76e52
1 changed files with 98 additions and 89 deletions
  1. 98 89
      project.config.json

+ 98 - 89
project.config.json

@@ -1,91 +1,100 @@
 {
-	"description": "项目配置文件。",
-	"packOptions": {
-		"ignore": []
-	},
-	"setting": {
-		"urlCheck": true,
-		"es6": true,
-		"postcss": true,
-		"minified": true,
-		"newFeature": true,
-		"autoAudits": false,
-		"checkInvalidKey": true,
-		"checkSiteMap": true,
-		"uploadWithSourceMap": true,
-		"babelSetting": {
-			"ignore": [],
-			"disablePlugins": [],
-			"outputPath": ""
-		}
-	},
-	"compileType": "miniprogram",
-	"libVersion": "2.8.1",
-	"appid": "wx7379ad24baaaf660",
-	"projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
-	"isGameTourist": false,
-	"simulatorType": "wechat",
-	"simulatorPluginLibVersion": {},
-	"condition": {
-		"search": {
-			"current": -1,
-			"list": []
-		},
-		"conversation": {
-			"current": -1,
-			"list": []
-		},
-		"plugin": {
-			"current": -1,
-			"list": []
-		},
-		"game": {
-			"currentL": -1,
-			"list": []
-		},
-		"miniprogram": {
-			"current": 4,
-			"list": [
-				{
-					"id": 0,
-					"name": "1047: 扫描小程序码",
-					"pathName": "page/home/index",
-					"query": "",
-					"scene": 1047
-				},
-				{
-					"id": -1,
-					"name": "page/findmore/index",
-					"pathName": "page/findmore/index",
-					"query": "",
-					"scene": null
-				},
-				{
-					"id": -1,
-					"name": "page/home/deduct/deduct",
-					"pathName": "page/home/deduct/deduct",
-					"query": "",
-					"scene": null
-				},
-				{
-					"id": -1,
-					"name": "page/findmore/index",
-					"pathName": "page/findmore/index",
-					"query": "",
-					"scene": null
-				},
-				{
-					"id": 4,
-					"name": "1037: 从小程序进入",
-					"pathName": "page/home/index",
-					"query": "name=test",
-					"scene": 1037,
-					"referrerInfo": {
-						"appId": "wxbf3f03f8a7d0cdcf",
-						"extraData": "{ \"testname\": \"test1\"}"
-					}
-				}
-			]
-		}
-	}
+  "description": "项目配置文件。",
+  "packOptions": {
+    "ignore": []
+  },
+  "setting": {
+    "urlCheck": true,
+    "es6": true,
+    "postcss": true,
+    "minified": true,
+    "newFeature": true,
+    "coverView": true,
+    "autoAudits": false,
+    "checkInvalidKey": true,
+    "checkSiteMap": true,
+    "uploadWithSourceMap": true,
+    "useMultiFrameRuntime": true,
+    "useApiHook": true,
+    "useApiHostProcess": true,
+    "babelSetting": {
+      "ignore": [],
+      "disablePlugins": [],
+      "outputPath": ""
+    },
+    "bundle": false,
+    "useIsolateContext": true,
+    "useCompilerModule": true,
+    "userConfirmedUseCompilerModuleSwitch": false,
+    "userConfirmedBundleSwitch": false,
+    "packNpmManually": false,
+    "packNpmRelationList": [],
+    "minifyWXSS": true,
+    "scopeDataCheck": false
+  },
+  "compileType": "miniprogram",
+  "libVersion": "2.8.1",
+  "appid": "wx7379ad24baaaf660",
+  "projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
+  "isGameTourist": false,
+  "simulatorType": "wechat",
+  "simulatorPluginLibVersion": {},
+  "condition": {
+    "search": {
+      "list": []
+    },
+    "conversation": {
+      "list": []
+    },
+    "plugin": {
+      "list": []
+    },
+    "game": {
+      "currentL": -1,
+      "list": []
+    },
+    "miniprogram": {
+      "list": [
+        {
+          "id": 0,
+          "name": "1047: 扫描小程序码",
+          "pathName": "page/home/index",
+          "query": "",
+          "scene": 1047
+        },
+        {
+          "id": -1,
+          "name": "page/findmore/index",
+          "pathName": "page/findmore/index",
+          "query": "",
+          "scene": null
+        },
+        {
+          "id": -1,
+          "name": "page/home/deduct/deduct",
+          "pathName": "page/home/deduct/deduct",
+          "query": "",
+          "scene": null
+        },
+        {
+          "id": -1,
+          "name": "page/findmore/index",
+          "pathName": "page/findmore/index",
+          "query": "",
+          "scene": null
+        },
+        {
+          "id": 4,
+          "name": "1037: 从小程序进入",
+          "pathName": "page/home/index",
+          "query": "name=test",
+          "scene": 1037,
+          "referrerInfo": {
+            "appId": "wxbf3f03f8a7d0cdcf",
+            "extraData": "{ \"testname\": \"test1\"}"
+          }
+        }
+      ]
+    }
+  }
 }