Records a front page skip request

tabBar: {
      list: [
        {
          pagePath: "pages/index/index",
          text: "首页",
          iconPath: "./images/tab/home.png",
          selectedIconPath: "./images/tab/home-active.png"
        },
        {
          pagePath: "pages/test1/index",
          text: "测试1",
          iconPath: "./images/tab/home.png",
          selectedIconPath: "./images/tab/home-active.png"
        }]
    }

 

Guess you like

Origin www.cnblogs.com/focusHots/p/11608394.html