You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pages.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. // 如果您是通过uni_modules形式引入uView,可以忽略此配置
  3. "easycom": {
  4. "autoscan": true,
  5. "^u-(.*)": "@/uni_modules/vk-uview-ui/components/u-$1/u-$1.vue"
  6. },
  7. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/productSelection/productSelection"
  10. },{
  11. "path": "pages/userInfoUploading/userInfoUploading"
  12. },
  13. {
  14. "path": "pages/equitySelection/equitySelection"
  15. },
  16. {
  17. "path": "pages/basicInformation/basicInformation"
  18. },
  19. {
  20. "path": "pages/mailingAddress/mailingAddress"
  21. },
  22. {
  23. "path": "pages/drivingLicense/drivingLicense"
  24. },
  25. {
  26. "path": "pages/sigManage/sigManage"
  27. },
  28. {
  29. "path": "pages/payment/payment"
  30. },
  31. {
  32. "path": "pages/payment/orderPayment"
  33. },
  34. {
  35. "path": "pages/payment/signAContract"
  36. },
  37. {
  38. "path": "pages/payment/paymentSucess"
  39. },
  40. {
  41. "path": "pages/sigManage/signContract"
  42. },
  43. {
  44. "path": "pages/audit/audit"
  45. // "style": {
  46. // "navigationStyle": "custom",
  47. // "navigationBarTitleText": "审核不通过",
  48. // "enablePullDownRefresh": false
  49. // }
  50. },
  51. {
  52. "path": "pages/audit/auditSucess"
  53. // "style": {
  54. // "navigationStyle": "custom",
  55. // "navigationBarTitleText": "修改成功",
  56. // "enablePullDownRefresh": false
  57. // }
  58. },
  59. {
  60. "path": "pages/userInfoUploading/userInfoUploadingAudit"
  61. // "style": {
  62. // "navigationStyle": "custom",
  63. // "navigationBarTitleText": "个人信息修改",
  64. // "enablePullDownRefresh": false
  65. // }
  66. }, {
  67. "path": "pages/drivingLicense/drivingLicenseAudit"
  68. // "style": {
  69. // "navigationStyle": "custom",
  70. // "navigationBarTitleText": "车辆信息修改",
  71. // "enablePullDownRefresh": false
  72. // }
  73. }
  74. ],
  75. "eslintConfig": {
  76. "parser": "babel-eslint"
  77. },
  78. "globalStyle": {
  79. "navigationBarTextStyle": "black",
  80. "navigationBarTitleText": "uni-app",
  81. "navigationBarBackgroundColor": "#F8F8F8",
  82. "backgroundColor": "#F8F8F8",
  83. "navigationStyle": "custom",
  84. "navigationBarTitleText": "ETC申办",
  85. "app-plus": {
  86. "titleView": false
  87. }
  88. },
  89. "uniIdRouter": {},
  90. "condition": { //模式配置,仅开发期间生效
  91. "current": 0, //当前激活的模式(list 的索引项)
  92. "list": [{
  93. "name": "app", //模式名称
  94. "path": "pages/userInfoUploading/userInfoUploading", //启动页面,必选
  95. "query": "" //启动参数,在页面的onLoad函数里面得到
  96. }]
  97. }
  98. }