pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. {
  10. "path": "pages/list/list",
  11. "style": {
  12. "navigationBarTitleText": "油站列表",
  13. "enablePullDownRefresh": false
  14. }
  15. },{
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "一键加油"
  19. }
  20. },
  21. {
  22. "path": "pages/test/test",
  23. "style": {
  24. "navigationBarTitleText": "测试页",
  25. "enablePullDownRefresh": false
  26. }
  27. }, {
  28. "path": "pages/succeed/succeed",
  29. "style": {
  30. "navigationBarTitleText": "支付成功",
  31. "enablePullDownRefresh": false
  32. }
  33. }, {
  34. "path": "pages/authen/identity",
  35. "style": {
  36. "navigationBarTitleText": "请求授权",
  37. "enablePullDownRefresh": false
  38. }
  39. }, {
  40. "path": "pages/authen/login",
  41. "style": {
  42. "navigationBarTitleText": "登录",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "pages/confirm/confirm",
  47. "style": {
  48. "navigationBarTitleText": "订单确认",
  49. "enablePullDownRefresh": false
  50. }
  51. } ,{
  52. "path" : "pages/skip/skip",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "",
  56. "enablePullDownRefresh": false
  57. }
  58. }
  59. ,{
  60. "path" : "pages/succeed1/succeed1",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. }
  67. ],
  68. "globalStyle": {
  69. "navigationBarTextStyle": "black",
  70. "navigationBarTitleText": "uni-app",
  71. "navigationBarBackgroundColor": "#F8F8F8",
  72. "backgroundColor": "#F8F8F8"
  73. }
  74. }