MiniProgram.WeChat/小程序/myproject/project.config.json

97 lines
1.8 KiB
JSON
Raw Normal View History

2021-11-01 15:45:38 +08:00
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",
"libVersion": "2.9.2",
"appid": "wx0fe75a374009a772",
"projectname": "myproject",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"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": -1,
"name": "myinfo",
"pathName": "pages/myinfo/myinfo",
"query": "",
"scene": null
},
{
"id": 4,
"name": "homefree",
"pathName": "pages/homefree/homefree",
"query": "",
"scene": null
},
{
"id": -1,
"name": "indexintroduce",
"pathName": "pages/indexintroduce/indexintroduce",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/ranqidetails/ranqidetails",
"pathName": "pages/ranqidetails/ranqidetails",
"scene": null
}
]
}
}
}