您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pages - 副本.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/mailingAddress/mailingAddress",
  5. "style": {
  6. "navigationBarTitleText": "ETC申办"
  7. }
  8. },
  9. {
  10. "path": "pages/userInfoUploading/userInfoUploading",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "navigationBarTitleText": "ETC申办"
  14. }
  15. },
  16. {
  17. "path": "pages/drivingLicense/drivingLicense",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "navigationBarTitleText": "ETC申办"
  21. }
  22. },
  23. {
  24. "path": "pages/payment/payment",
  25. "style": {
  26. "navigationStyle": "custom",
  27. "navigationBarTitleText": "ETC申办"
  28. }
  29. },
  30. {
  31. "path": "pages/payment/paymentSucess",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "navigationBarTitleText": "ETC申办"
  35. }
  36. },
  37. // {
  38. // "path": "pages/sigManage/signAContract",
  39. // "style": {
  40. // "navigationBarTitleText": "ETC申办"
  41. // }
  42. // },
  43. // {
  44. // "path": "pages/productOption/productOption",
  45. // "style": {
  46. // "navigationStyle": "custom",
  47. // "navigationBarTitleText": "ETC申办"
  48. // }
  49. // },
  50. // {
  51. // "path": "pages/sigManage/sigFastPayment",
  52. // "style": {
  53. // "navigationBarTitleText": "ETC申办"
  54. // }
  55. // },
  56. // {
  57. // "path": "pages/sigManage/sigWithhold",
  58. // "style": {
  59. // "navigationBarTitleText": "ETC申办"
  60. // }
  61. // },
  62. {
  63. "path": "pages/sigManage/sigManage",
  64. "style": {
  65. "navigationBarTitleText": "ETC申办"
  66. }
  67. },
  68. // {
  69. // "path": "pages/memoryCardApplication/memoryCardApplication",
  70. // "style": {
  71. // "navigationStyle": "custom",
  72. // "navigationBarTitleText": "ETC申办"
  73. // }
  74. // }
  75. ],
  76. "eslintConfig": {
  77. "parser": "babel-eslint"
  78. },
  79. "globalStyle": {
  80. "navigationBarTextStyle": "black",
  81. "navigationBarTitleText": "uni-app",
  82. "navigationBarBackgroundColor": "#F8F8F8",
  83. "backgroundColor": "#F8F8F8",
  84. "navigationStyle": "custom",
  85. "app-plus": {
  86. "titleView": false
  87. }
  88. },
  89. "uniIdRouter": {},
  90. "condition": { //模式配置,仅开发期间生效
  91. "current": 0, //当前激活的模式(list 的索引项)
  92. "list": [{
  93. "name": "app", //模式名称
  94. "path": "/pages/mailingAddress/mailingAddress", //启动页面,必选
  95. "query": "" //启动参数,在页面的onLoad函数里面得到
  96. }]
  97. }
  98. }