1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "compileType": "miniprogram",
- "libVersion": "1.9.92",
- "appid": "wx9e3f68fa2172f1c7",
- "projectname": "daliangzao-zhuomian",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "list": []
- },
- "miniprogram": {
- "current": 1,
- "list": [
- {
- "id": 0,
- "name": "定制",
- "pathName": "pages/customized/index/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "made",
- "pathName": "pages/customized/made/made"
- }
- ]
- }
- }
- }
|