|
1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "projectname": "C",
- "setting": {
- "compileHotReLoad": true,
- "urlCheck": false,
- "preloadBackgroundData": false,
- "useIsolateContext": true
- },
- "libVersion": "3.0.1",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "exchangeCard",
- "pathName": "pages3/exchangeCard/exchangeCard",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "pages/index/index",
- "pathName": "pages/index/index",
- "query": "type=se",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "https://game.malls.iformall.com/game/goldEqg/index.html?token=f7947cfe-f744-4db9-9df7-be4595e77d2b:1063:wx-cuser&gameld=2&id=806319604576579584",
- "query": "",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- }
- }
|