test/project.config.json
2019-11-29 13:55:14 +08:00

73 lines
1.3 KiB
JSON

{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"miniprogramRoot": "dist/wx/",
"compileType": "miniprogram",
"appid": "wx4d305a3b655ad75f",
"projectname": "maker",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "答题页",
"pathName": "pages/details/main",
"query": "_id= 5dcbe979f8c239ef95aa9b40",
"scene": null
},
{
"id": -1,
"name": "结果页",
"pathName": "pages/result/main",
"query": "",
"scene": null
},
{
"id": -1,
"name": "首页",
"pathName": "pages/index/main",
"scene": null
}
]
}
}
}