tabBar.list[0].iconPath 文件不存在 怎么解决
发布于 5 年前 作者 elei 3401 次浏览 来自 问答

{

  “pages”:[

 

    “pages/index/index”,

    “pages/logs/logs”

  ],

  “window”:{

    “backgroundTextStyle”:“light”,

    “navigationBarBackgroundColor”: “#fff”,

    “navigationBarTitleText”: “上海翼推”,

    “navigationBarTextStyle”: “black”,

    “backgroundColor”: “#eeeeee”,

    “enablePullDownRefresh”: false

 

  },

  “tabBar”:{

    “list”:[{

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

      “text”:“首页”,

      “iconPath”:“utils/image/shou.png”,

      “selectsdIconPath”:“utils/image/shou1.png”

    },{

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

      “text”:“日志”,

      “iconPath”: “utils/image/rizhi.png”,

      “selectsdIconPath”: “utils/image/rizhi1.png”

    }]

  },

  “networkTimeout”:{

    “request”:100000,

    “downloadFile”:10000

  },

  “debug”:true

}

回到顶部