| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.0.1",
- "appid": "wx313a8f2c0741efe1",
- "projectname": "%E8%AF%86%E5%AD%97",
- "isGameTourist": false,
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": 5,
- "list": [
- {
- "id": -1,
- "name": "首页",
- "pathName": "pages/main/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "列表",
- "pathName": "pages/main/list",
- "query": ""
- },
- {
- "id": 2,
- "name": "详情页",
- "pathName": "pages/main/detail",
- "query": "bookid=1&unitid=1&wordid=0"
- },
- {
- "id": -1,
- "name": "\b搜索",
- "pathName": "pages/main/search",
- "query": ""
- },
- {
- "id": -1,
- "name": "定单列表",
- "pathName": "pages/about/orderlist",
- "query": ""
- },
- {
- "id": 5,
- "name": "服务直达",
- "pathName": "pages/index/index",
- "query": "goto=1"
- }
- ]
- }
- }
- }
|