3.配置文件

2023-10-08  本文已影响0人  LucXion

配置文件 app.json 的重要属性分析 entryPagePathpageswindowtabBar

pages
  "pages": [
 // 默认第一个路径为首页
    "pages/logs/logs",
    "pages/index/index",
    "pages/homePage/homePage"
  ],
entryPagePath
window
tabbar
"tabBar": {
      "list": [{
          "pagePath": "pages/homePage/homePage",
          "text": "hot",
          "iconPath": "/images/hot.png",
          "selectedIconPath": "/images/hot-active.png"
      },{
        "pagePath": "pages/index/index",
        "text": "index",
        "iconPath": "/images/hot-video.png",
        "selectedIconPath": "/images/hot-video-active.png"
    }
}
上一篇 下一篇

猜你喜欢

热点阅读