| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "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": 4,
- "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": "orderId=69",
- "scene": null
- },
- {
- "id": 4,
- "name": "在线审片",
- "pathName": "pages/examinePhotos/examinePhotos",
- "query": "orderId=74&imageRepairId=5",
- "scene": null
- },
- {
- "id": -1,
- "name": "私人定制",
- "pathName": "pages/customize/customize",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "我的优惠券",
- "pathName": "pages/myCoupon/myCoupon",
- "query": "",
- "scene": null
- },
- {
- "id": 7,
- "name": "订单详情",
- "pathName": "pages/orderDetail/orderDetail",
- "query": "orderId=74",
- "scene": null
- },
- {
- "id": -1,
- "name": "登录",
- "pathName": "pages/login/login",
- "query": "",
- "scene": null
- },
- {
- "id": 9,
- "name": "提交订单",
- "pathName": "pages/submit/submit",
- "query": "submitPage=shoppingCart&chooseList=27",
- "scene": null
- }
- ]
- }
- }
- }
|