pages.json 433 B

1234567891011121314151617181920
  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. "navigationBarTitleText": "欢迎留言"
  10. }
  11. }
  12. ],
  13. "globalStyle": {
  14. "navigationBarTextStyle": "black",
  15. "navigationStyle": "custom",
  16. "app-plus": {
  17. "scrollIndicator": "none"
  18. }
  19. }
  20. }