project.config.json 620 Bytes
{
  "description": "项目配置文件。",
  "packOptions": {
    "ignore": []
  },
  "setting": {
    "urlCheck": true
  },
  "compileType": "miniprogram",
  "libVersion": "",
  "appid": "touristappid",
  "projectname": "app",
  "condition": {
    "search": {
      "current": -1,
      "list": []
    },
    "conversation": {
      "current": -1,
      "list": []
    },
    "game": {
      "current": -1,
      "list": []
    },
    "miniprogram": {
      "current": 0,
      "list": [
        {
          "name": "test",
          "id": 0,
          "pathName": "components/view/index"
        }
      ]
    }
  }
}