12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "libVersion": "2.19.6",
- "setting": {
- "urlCheck": true,
- "preloadBackgroundData": false,
- "coverView": true,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "checkInvalidKey": true,
- "compileHotReLoad": true,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": true,
- "showES6CompileOption": false,
- "useStaticServer": true
- },
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "首页",
- "pathName": "pages/tabbar-pages/home/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "数据详情",
- "pathName": "pages/tabbar-pages/home/analysis/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "数据统计",
- "pathName": "pages/tabbar-pages/home/analysis/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "我的",
- "pathName": "pages/tabbar-pages/user/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "我的需求",
- "pathName": "pages/tabbar-pages/user/mySupplyAndDemand/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "pages/portal/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "登录",
- "pathName": "pages/login/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- },
- "projectname": "%E5%B8%83%E4%B8%87%E5%AE%B6%E5%B0%8F%E7%A8%8B%E5%BA%8F"
- }
|