点我去Gitee
点我去Gitee

uniapp page.json

uniapp page.json

{
  "pages": [{
    "path": "pages/index/index",
    "style": {
      "navigationBarTitleText": "首页"
    }
  }, {
    "path": "pages/message/message",
    "style": {
      "navigationBarTitleText": "添加/修改信息"
    }
  }, {
    "path": "pages/choiseWrite/choiseWrite",
    "style": {
      "navigationBarTitleText": "盒子信息"
    }
  }],
  "globalStyle": {
    "navigationBarTextStyle": "white",
    "navigationBarTitleText": "信息填报",
    "navigationBarBackgroundColor": "#00007f",
    "backgroundColor": "#F8F8F8",
    "enablePullDownRefresh": false
  }
}

posted @ 2021-10-20 14:13  biuo  阅读(75)  评论(0编辑  收藏  举报