1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "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": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "2.9.1",
- "appid": "wx1f3cc10482738510",
- "projectname": "Marriage",
- "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": "pages/recommend/recommend",
- "pathName": "pages/recommend/recommend",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "pages/mine/mine",
- "pathName": "pages/mine/mine",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "pages/infoEdit/infoEdit",
- "pathName": "pages/infoEdit/infoEdit",
- "scene": null
- }
- ]
- }
- }
- }
|