123456789101112131415161718192021222324252627282930313233343536 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "compileType": "miniprogram",
- "libVersion": "1.6.6",
- "appid": "wx7b5ea6422847ea64",
- "projectname": "%E5%B0%8F%E5%AD%A6%E7%8E%8B%E8%80%85%E7%8F%AD",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": [
- {
- "id": -1,
- "name": "分享",
- "pathName": "pages/index/index",
- "query": "postId=\"293092b5-9a08-42e8-aaec-059403c9d0d6\"",
- "scene": "1001"
- }
- ]
- }
- }
- }
|