chengjie 4 년 전
부모
커밋
3e2e73770f
2개의 변경된 파일108개의 추가작업 그리고 93개의 파일을 삭제
  1. 1 1
      app.js
  2. 107 92
      project.config.json

+ 1 - 1
app.js

@@ -26,7 +26,7 @@ App({
26 26
     }
27 27
   },
28 28
   globalData: {
29
-    version: "1.1.10",
29
+    version: "1.1.11",
30 30
     IsProduction: true,
31 31
     ProgramID: 105,
32 32
     AppID: "wx1fef080f74481cbd",

+ 107 - 92
project.config.json

@@ -1,94 +1,109 @@
1 1
 {
2
-	"description": "项目配置文件。",
3
-	"setting": {
4
-		"urlCheck": false,
5
-		"es6": true,
6
-		"postcss": true,
7
-		"minified": true,
8
-		"newFeature": true
9
-	},
10
-	"compileType": "miniprogram",
11
-	"libVersion": "2.3.0",
12
-	"appid": "wx1fef080f74481cbd",
13
-	"projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
14
-	"isGameTourist": false,
15
-	"simulatorType": "wechat",
16
-	"simulatorPluginLibVersion": {},
17
-	"condition": {
18
-		"search": {
19
-			"current": -1,
20
-			"list": []
21
-		},
22
-		"conversation": {
23
-			"current": -1,
24
-			"list": []
25
-		},
26
-		"plugin": {
27
-			"current": -1,
28
-			"list": []
29
-		},
30
-		"game": {
31
-			"currentL": -1,
32
-			"list": []
33
-		},
34
-		"miniprogram": {
35
-			"current": 1,
36
-			"list": [
37
-				{
38
-					"id": 0,
39
-					"name": "list",
40
-					"pathName": "pages/main/list",
41
-					"query": "id=3&name=三年级"
42
-				},
43
-				{
44
-					"id": 1,
45
-					"name": "detail",
46
-					"pathName": "pages/main/detail",
47
-					"query": "id=187"
48
-				},
49
-				{
50
-					"id": 2,
51
-					"name": "print",
52
-					"pathName": "pages/main/print",
53
-					"query": "id=183"
54
-				},
55
-				{
56
-					"id": -1,
57
-					"name": "item",
58
-					"pathName": "pages/main/item",
59
-					"query": "id=46"
60
-				},
61
-				{
62
-					"id": -1,
63
-					"name": "guide",
64
-					"pathName": "pages/main/guide",
65
-					"query": ""
66
-				},
67
-				{
68
-					"id": -1,
69
-					"name": "login",
70
-					"pathName": "pages/about/payfinished",
71
-					"query": ""
72
-				},
73
-				{
74
-					"id": -1,
75
-					"name": "answer",
76
-					"pathName": "pages/main/answer",
77
-					"query": ""
78
-				},
79
-				{
80
-					"id": -1,
81
-					"name": "errorlist",
82
-					"pathName": "pages/main/errorlist",
83
-					"query": ""
84
-				},
85
-				{
86
-					"id": -1,
87
-					"name": "share",
88
-					"pathName": "pages/about/share",
89
-					"query": ""
90
-				}
91
-			]
92
-		}
93
-	}
2
+  "description": "项目配置文件。",
3
+  "setting": {
4
+    "urlCheck": false,
5
+    "es6": true,
6
+    "postcss": true,
7
+    "minified": true,
8
+    "newFeature": true,
9
+    "checkInvalidKey": true,
10
+    "checkSiteMap": true,
11
+    "uploadWithSourceMap": true,
12
+    "useMultiFrameRuntime": true,
13
+    "useApiHook": true,
14
+    "babelSetting": {
15
+      "ignore": [],
16
+      "disablePlugins": [],
17
+      "outputPath": ""
18
+    },
19
+    "useIsolateContext": true,
20
+    "useCompilerModule": false,
21
+    "userConfirmedUseCompilerModuleSwitch": false,
22
+    "userConfirmedBundleSwitch": false,
23
+    "packNpmManually": false,
24
+    "packNpmRelationList": [],
25
+    "minifyWXSS": true,
26
+    "bundle": false,
27
+    "useApiHostProcess": true
28
+  },
29
+  "compileType": "miniprogram",
30
+  "libVersion": "2.3.0",
31
+  "appid": "wx1fef080f74481cbd",
32
+  "projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
33
+  "isGameTourist": false,
34
+  "simulatorType": "wechat",
35
+  "simulatorPluginLibVersion": {},
36
+  "condition": {
37
+    "search": {
38
+      "list": []
39
+    },
40
+    "conversation": {
41
+      "list": []
42
+    },
43
+    "plugin": {
44
+      "list": []
45
+    },
46
+    "game": {
47
+      "currentL": -1,
48
+      "list": []
49
+    },
50
+    "miniprogram": {
51
+      "list": [
52
+        {
53
+          "id": 0,
54
+          "name": "list",
55
+          "pathName": "pages/main/list",
56
+          "query": "id=3&name=三年级"
57
+        },
58
+        {
59
+          "id": 1,
60
+          "name": "detail",
61
+          "pathName": "pages/main/detail",
62
+          "query": "id=187"
63
+        },
64
+        {
65
+          "id": 2,
66
+          "name": "print",
67
+          "pathName": "pages/main/print",
68
+          "query": "id=183"
69
+        },
70
+        {
71
+          "id": -1,
72
+          "name": "item",
73
+          "pathName": "pages/main/item",
74
+          "query": "id=46"
75
+        },
76
+        {
77
+          "id": -1,
78
+          "name": "guide",
79
+          "pathName": "pages/main/guide",
80
+          "query": ""
81
+        },
82
+        {
83
+          "id": -1,
84
+          "name": "login",
85
+          "pathName": "pages/about/payfinished",
86
+          "query": ""
87
+        },
88
+        {
89
+          "id": -1,
90
+          "name": "answer",
91
+          "pathName": "pages/main/answer",
92
+          "query": ""
93
+        },
94
+        {
95
+          "id": -1,
96
+          "name": "errorlist",
97
+          "pathName": "pages/main/errorlist",
98
+          "query": ""
99
+        },
100
+        {
101
+          "id": -1,
102
+          "name": "share",
103
+          "pathName": "pages/about/share",
104
+          "query": ""
105
+        }
106
+      ]
107
+    }
108
+  }
94 109
 }