pages.json 570 B

12345678910111213141516171819202122232425262728
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. // #ifndef MP
  10. "app-plus": {
  11. "titleNView": false
  12. },
  13. // #endif
  14. "navigationBarTitleText": "温岭市产前诊断报销申请表"
  15. }
  16. }
  17. ],
  18. "globalStyle": {
  19. "navigationBarTextStyle": "black",
  20. "navigationBarTitleText": "",
  21. "navigationBarBackgroundColor": "#FFFFFF",
  22. "backgroundColor": "#F8F8F8"
  23. }
  24. }