chengjie 5 years ago
parent
commit
ccb5b2d7b1
1 changed files with 139 additions and 139 deletions
  1. 139 139
      project.config.json

+ 139 - 139
project.config.json

@@ -1,141 +1,141 @@
1 1
 {
2
-  "description": "项目配置文件",
3
-  "packOptions": {
4
-    "ignore": []
5
-  },
6
-  "setting": {
7
-    "urlCheck": false,
8
-    "es6": true,
9
-    "enhance": true,
10
-    "postcss": true,
11
-    "preloadBackgroundData": false,
12
-    "minified": true,
13
-    "newFeature": true,
14
-    "autoAudits": false,
15
-    "scopeDataCheck": false,
16
-    "uglifyFileName": false,
17
-    "checkInvalidKey": true,
18
-    "checkSiteMap": true,
19
-    "uploadWithSourceMap": true,
20
-    "compileHotReLoad": false,
21
-    "useMultiFrameRuntime": false,
22
-    "useApiHook": false,
23
-    "babelSetting": {
24
-      "ignore": [],
25
-      "disablePlugins": [],
26
-      "outputPath": ""
27
-    },
28
-    "useIsolateContext": true,
29
-    "useCompilerModule": true,
30
-    "userConfirmedUseCompilerModuleSwitch": false,
31
-    "packNpmManually": false,
32
-    "packNpmRelationList": []
33
-  },
34
-  "compileType": "miniprogram",
35
-  "libVersion": "2.11.3",
36
-  "appid": "wx84b3feac6069eec3",
37
-  "projectname": "miaoguo_master",
38
-  "debugOptions": {
39
-    "hidedInDevtools": []
40
-  },
41
-  "isGameTourist": false,
42
-  "simulatorType": "wechat",
43
-  "simulatorPluginLibVersion": {},
44
-  "condition": {
45
-    "search": {
46
-      "current": -1,
47
-      "list": []
48
-    },
49
-    "conversation": {
50
-      "current": -1,
51
-      "list": []
52
-    },
53
-    "plugin": {
54
-      "current": -1,
55
-      "list": []
56
-    },
57
-    "game": {
58
-      "currentL": -1,
59
-      "list": []
60
-    },
61
-    "gamePlugin": {
62
-      "current": -1,
63
-      "list": []
64
-    },
65
-    "miniprogram": {
66
-      "current": 7,
67
-      "list": [
68
-        {
69
-          "id": 0,
70
-          "name": "分享",
71
-          "pathName": "pages/index/index",
72
-          "query": "UserID=1&type=share&MiaoguoCardID=71228",
73
-          "scene": null
74
-        },
75
-        {
76
-          "id": 1,
77
-          "name": "pages/index/index",
78
-          "pathName": "pages/index/index",
79
-          "query": "type=activity&ActivityID=2&EndTime=2019年10月07日&EarlyBirdTimeStart=2019年09月23日&EarlyBirdTimeEnd=2019年10月05日",
80
-          "scene": 1007
81
-        },
82
-        {
83
-          "id": 3,
84
-          "name": "webview",
85
-          "pathName": "pages/other/webview",
86
-          "query": "UserID=1",
87
-          "scene": 1001
88
-        },
89
-        {
90
-          "id": 4,
91
-          "name": "pages/other/activity",
92
-          "pathName": "pages/other/activity",
93
-          "query": "EndTime=2019-09-01",
94
-          "scene": 1001
95
-        },
96
-        {
97
-          "id": 4,
98
-          "name": "pages/other/paycustom",
99
-          "pathName": "pages/other/paycustom",
100
-          "query": "",
101
-          "scene": null
102
-        },
103
-        {
104
-          "id": 6,
105
-          "name": "用户手册",
106
-          "pathName": "pages/index/index",
107
-          "query": "type=userbook",
108
-          "scene": null
109
-        },
110
-        {
111
-          "id": 6,
112
-          "name": "pages/index/index",
113
-          "pathName": "pages/index/index",
114
-          "query": "type=paycontinue&EndDate=2020-09-15",
115
-          "scene": null
116
-        },
117
-        {
118
-          "id": 7,
119
-          "name": "pages/test/index",
120
-          "pathName": "pages/test/index",
121
-          "query": "UserID=1",
122
-          "scene": null
123
-        },
124
-        {
125
-          "id": 8,
126
-          "name": "pages/index/index",
127
-          "pathName": "pages/index/index",
128
-          "query": "type=paycustom&PayUserID=1&DayNumber=365&Price=199&Remark=111",
129
-          "scene": 1007
130
-        },
131
-        {
132
-          "id": 9,
133
-          "name": "pages/marketing/award",
134
-          "pathName": "pages/marketing/award",
135
-          "query": "",
136
-          "scene": null
137
-        }
138
-      ]
139
-    }
140
-  }
2
+	"description": "项目配置文件",
3
+	"packOptions": {
4
+		"ignore": []
5
+	},
6
+	"setting": {
7
+		"urlCheck": false,
8
+		"es6": true,
9
+		"enhance": true,
10
+		"postcss": true,
11
+		"preloadBackgroundData": false,
12
+		"minified": true,
13
+		"newFeature": true,
14
+		"autoAudits": false,
15
+		"scopeDataCheck": false,
16
+		"uglifyFileName": false,
17
+		"checkInvalidKey": true,
18
+		"checkSiteMap": true,
19
+		"uploadWithSourceMap": true,
20
+		"compileHotReLoad": false,
21
+		"babelSetting": {
22
+			"ignore": [],
23
+			"disablePlugins": [],
24
+			"outputPath": ""
25
+		},
26
+		"useIsolateContext": true,
27
+		"useCompilerModule": false,
28
+		"userConfirmedUseCompilerModuleSwitch": false,
29
+		"useMultiFrameRuntime": false,
30
+		"useApiHook": false,
31
+		"packNpmManually": false,
32
+		"packNpmRelationList": []
33
+	},
34
+	"compileType": "miniprogram",
35
+	"libVersion": "2.11.3",
36
+	"appid": "wx84b3feac6069eec3",
37
+	"projectname": "miaoguo_master",
38
+	"debugOptions": {
39
+		"hidedInDevtools": []
40
+	},
41
+	"isGameTourist": false,
42
+	"simulatorType": "wechat",
43
+	"simulatorPluginLibVersion": {},
44
+	"condition": {
45
+		"search": {
46
+			"current": -1,
47
+			"list": []
48
+		},
49
+		"conversation": {
50
+			"current": -1,
51
+			"list": []
52
+		},
53
+		"plugin": {
54
+			"current": -1,
55
+			"list": []
56
+		},
57
+		"game": {
58
+			"currentL": -1,
59
+			"list": []
60
+		},
61
+		"gamePlugin": {
62
+			"current": -1,
63
+			"list": []
64
+		},
65
+		"miniprogram": {
66
+			"current": 7,
67
+			"list": [
68
+				{
69
+					"id": 0,
70
+					"name": "分享",
71
+					"pathName": "pages/index/index",
72
+					"query": "UserID=1&type=share&MiaoguoCardID=71228",
73
+					"scene": null
74
+				},
75
+				{
76
+					"id": 1,
77
+					"name": "pages/index/index",
78
+					"pathName": "pages/index/index",
79
+					"query": "type=activity&ActivityID=2&EndTime=2019年10月07日&EarlyBirdTimeStart=2019年09月23日&EarlyBirdTimeEnd=2019年10月05日",
80
+					"scene": 1007
81
+				},
82
+				{
83
+					"id": 3,
84
+					"name": "webview",
85
+					"pathName": "pages/other/webview",
86
+					"query": "UserID=1",
87
+					"scene": 1001
88
+				},
89
+				{
90
+					"id": 4,
91
+					"name": "pages/other/activity",
92
+					"pathName": "pages/other/activity",
93
+					"query": "EndTime=2019-09-01",
94
+					"scene": 1001
95
+				},
96
+				{
97
+					"id": 4,
98
+					"name": "pages/other/paycustom",
99
+					"pathName": "pages/other/paycustom",
100
+					"query": "",
101
+					"scene": null
102
+				},
103
+				{
104
+					"id": 6,
105
+					"name": "用户手册",
106
+					"pathName": "pages/index/index",
107
+					"query": "type=userbook",
108
+					"scene": null
109
+				},
110
+				{
111
+					"id": 6,
112
+					"name": "pages/index/index",
113
+					"pathName": "pages/index/index",
114
+					"query": "type=paycontinue&EndDate=2020-09-15",
115
+					"scene": null
116
+				},
117
+				{
118
+					"id": 7,
119
+					"name": "pages/test/index",
120
+					"pathName": "pages/test/index",
121
+					"query": "UserID=1",
122
+					"scene": null
123
+				},
124
+				{
125
+					"id": 8,
126
+					"name": "pages/index/index",
127
+					"pathName": "pages/index/index",
128
+					"query": "type=paycustom&PayUserID=1&DayNumber=365&Price=199&Remark=111",
129
+					"scene": 1007
130
+				},
131
+				{
132
+					"id": 9,
133
+					"name": "pages/marketing/award",
134
+					"pathName": "pages/marketing/award",
135
+					"query": "",
136
+					"scene": null
137
+				}
138
+			]
139
+		}
140
+	}
141 141
 }