MrShi
2023-12-25 21544c5c6d1dc913ba44edec8c001a2272233ec6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  "projectname": "bicycle",
  "setting": {
    "compileHotReLoad": true
  },
  "condition": {
    "miniprogram": {
      "list": [
        {
          "name": "扫码进入小程序首页",
          "pathName": "pages/index/index",
          "query": "scene=1994%2F94",
          "launchMode": "default",
          "scene": 1047
        }
      ]
    }
  }
}