123456789101112131415161718192021222324252627282930313233343536 |
- {
- "setting": {},
- "condition": {
- "plugin": {
- "list": []
- },
- "game": {
- "list": []
- },
- "gamePlugin": {
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "name": "pages/index/main",
- "pathName": "pages/index/main",
- "query": "other=1",
- "scene": 1001
- },
- {
- "name": "pages/coupons/main",
- "pathName": "pages/coupons/main",
- "query": "",
- "scene": 1001
- },
- {
- "name": "pages/user_center/recharge/main",
- "pathName": "pages/user_center/recharge/main",
- "query": "",
- "scene": null
- }
- ]
- }
- }
- }
|