pages.json 415 B

1234567891011121314151617
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path":"pages/index/web_view",
  5. "style": {
  6. "navigationBarTitleText":"",
  7. "navigationStyle":"custom"
  8. }
  9. }
  10. ],
  11. "globalStyle": {
  12. "navigationBarTextStyle": "white",
  13. "navigationBarTitleText": "",
  14. "navigationBarBackgroundColor": "#1b2a46",
  15. "backgroundColor": "#F8F8F8"
  16. }
  17. }