审查视图

project.private.config.json 1.0 KB
zhuwenjin@bronet.cn authored
1 2
{
    "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
宋国杰 authored
3
    "libVersion": "3.7.1",
zhuwenjin@bronet.cn authored
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
    "condition": {
        "miniprogram": {
            "list": [
                {
                    "name": "自定义菜单",
                    "pathName": "pages/register/register",
                    "query": "",
                    "scene": 1035,
                    "referrerInfo": {
                        "appId": "wx017596efd78a16f0"
                    }
                },
                {
                    "name": "packageA/pages/index/index",
                    "pathName": "packageA/pages/index/index",
                    "query": "",
                    "scene": null
                }
            ]
        }
范庆奥 authored
24 25 26 27
    },
    "projectname": "binhaineigouopen",
    "setting": {
        "compileHotReLoad": true
zhuwenjin@bronet.cn authored
28 29
    }
}