-
Notifications
You must be signed in to change notification settings - Fork 22
/
project.config.json
101 lines (101 loc) · 2.63 KB
/
project.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"scopeDataCheck": false,
"checkInvalidKey": true,
"checkSiteMap": false,
"uploadWithSourceMap": true,
"useMultiFrameRuntime": false,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"appid": "wxec4444223a3590aa",
"projectname": "myCompany_miniProgram",
"libVersion": "2.8.1",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate",
"condition": {
"plugin": {
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": -1,
"name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide",
"query": ""
},
{
"id": -1,
"name": "我的",
"pathName": "pages/index/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "企业咨询",
"pathName": "pages/introduction/introduction",
"query": "",
"scene": null
},
{
"id": -1,
"name": "产品展示",
"pathName": "pages/commodity/commodity",
"query": "",
"scene": null
},
{
"id": 4,
"name": "主页",
"pathName": "pages/homepage/homepage",
"query": "",
"scene": null
},
{
"name": "详情页",
"pathName": "pages/detail/detail",
"query": "pro_id=pro-1608890504838",
"scene": null
},
{
"name": "新闻详情页",
"pathName": "pages/news_detail/news_detail",
"query": "news_data= {\"title\":\"这是新闻标题1\",\"coverImg\":\"https://lg-7pc5j6x4-1257302752.cos.ap-shanghai.myqcloud.com/test.png\",\"content\":\"这是新闻内容这是新闻内容,这是新闻内容这是新闻内容,这是新闻内容这是新闻内容。\",\"data\":\"2020-03-13\"}",
"scene": null
}
]
}
}
}