| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "setting": {
- "urlCheck": true,
- "compileHotReLoad": true,
- "coverView": true,
- "lazyloadPlaceholderEnable": false,
- "skylineRenderEnable": false,
- "preloadBackgroundData": false,
- "autoAudits": false,
- "useApiHook": true,
- "useApiHostProcess": true,
- "showShadowRootInWxmlPanel": true,
- "useStaticServer": false,
- "useLanDebug": false,
- "showES6CompileOption": false,
- "checkInvalidKey": true,
- "ignoreDevUnusedFiles": true,
- "bigPackageSizeSupport": false,
- "useIsolateContext": false
- },
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "pages/zf/index",
- "pathName": "pages/zf/index",
- "query": "orderNo=1136771751015669719",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "pages/zf/index",
- "pathName": "pages/zf/index",
- "query": "orderNo=1141431750957944924",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- },
- "projectname": "%E5%85%A8%E6%94%AF%E4%BB%98%E6%94%B6%E9%93%B6%E5%8F%B0",
- "libVersion": "3.8.9"
- }
|