123456789101112131415161718192021222324252627282930313233343536 |
- {
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "projectname": "%E6%9D%A5%E6%96%AF%E5%A5%A5E%E8%AE%A2%E5%8D%95",
- "setting": {
- "compileHotReLoad": true,
- "urlCheck": false
- },
- "libVersion": "2.25.3",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "",
- "pathName": "pages/index/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "12",
- "pathName": "packageA/market/detail",
- "query": "params=%7B%22sa_itemgroupid%22%3A4946%2C%22sa_brandid%22%3A46%7D",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "123",
- "pathName": "pages/index/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- }
- }
|