pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [{
  9. "path": "pages/list/list",
  10. "style": {
  11. "navigationBarTitleText": "油站列表",
  12. "enablePullDownRefresh": false
  13. }
  14. }, {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "一键加油"
  18. }
  19. },
  20. {
  21. "path": "pages/test/test",
  22. "style": {
  23. "navigationBarTitleText": "测试页",
  24. "enablePullDownRefresh": false
  25. }
  26. }, {
  27. "path": "pages/succeed/succeed",
  28. "style": {
  29. "navigationBarTitleText": "支付成功",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/authen/identity",
  34. "style": {
  35. "navigationBarTitleText": "请求授权",
  36. "enablePullDownRefresh": false
  37. }
  38. }, {
  39. "path": "pages/authen/login",
  40. "style": {
  41. "navigationBarTitleText": "登录",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/confirm/confirm",
  46. "style": {
  47. "navigationBarTitleText": "订单确认",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/skip/skip",
  52. "style": {
  53. "navigationBarTitleText": "跳转中",
  54. "enablePullDownRefresh": false
  55. }
  56. }
  57. ],
  58. "globalStyle": {
  59. "navigationBarTextStyle": "black",
  60. "navigationBarTitleText": "uni-app",
  61. "navigationBarBackgroundColor": "#F8F8F8",
  62. "backgroundColor": "#F8F8F8"
  63. }
  64. }