pages.json 994 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "easycom": {
  3. "custom": {
  4. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  5. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [
  10. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "登录加载中..."
  15. }
  16. },
  17. {
  18. "path": "pages/list/index",
  19. "style": {
  20. "navigationBarTitleText": "记录首页",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "pages/list/edit",
  26. "style": {
  27. "navigationBarTitleText": "记录编辑",
  28. "enablePullDownRefresh": false
  29. }
  30. }
  31. ],
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "uni-app",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8"
  37. },
  38. "uniIdRouter": {}
  39. }