app.json的"tabBar"在模拟器上不显示
发布于 6 年前 作者 qxiao 1885 次浏览 来自 问答

app.json的"tabBar": {}昨天还显示正常,今天代码没变,但是在模拟器上不显示了,用android手机扫码测试可以显示。

{

  “pages”:[

    “pages/index/index”,

    “pages/logs/logs”

  ],

  “window”:{

  },

  “tabBar”: {

    “list”: [

      {

        “pagePath”: “pages/index/index”,

        “text”: “index”

      },

      {

        “pagePath”: “pages/logs/logs”,

        “text”: “logs”

      }

    ]

  },

  “networkTimeout”: {

    “request”: 10000,

    “downloadFile”: 10000

  },

  “debug”: true

}

1 回复

macOS Sierra 10.12.5系统,并且iPad的微信不能扫码测试。

回到顶部