| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false,
- "checkInvalidKey": true
- },
- "miniprogramRoot": "dist/wx/",
- "compileType": "miniprogram",
- "appid": "wx47bde0e3d49633b4",
- "projectname": "ecommerce",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": 5,
- "list": [
- {
- "id": 0,
- "name": "商品详情",
- "pathName": "pages/product/product",
- "query": "id=9",
- "scene": null
- },
- {
- "id": 1,
- "name": "预约时间",
- "pathName": "pages/bookingTime/bookingTime",
- "query": "orderId=21",
- "scene": null
- },
- {
- "id": -1,
- "name": "我的积分",
- "pathName": "pages/myPoint/myPoint",
- "query": "",
- "scene": null
- },
- {
- "id": 3,
- "name": "在线选片",
- "pathName": "pages/selectPhotos/selectPhotos",
- "query": "",
- "scene": null
- },
- {
- "id": 4,
- "name": "在线审片",
- "pathName": "pages/examinePhotos/examinePhotos",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "私人定制",
- "pathName": "pages/customize/customize",
- "scene": null
- }
- ]
- }
- }
- }
|