| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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": 0,
- "list": [
- {
- "id": 0,
- "name": "商品详情",
- "pathName": "pages/storeInfo/storeInfo",
- "query": "",
- "scene": null
- },
- {
- "id": 1,
- "name": "设置",
- "pathName": "pages/setting/setting",
- "query": "",
- "scene": null
- }
- ]
- }
- }
- }
|