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/userInfoUploading/userInfoUploading"
  10. },
  11. {
  12. "path": "pages/productSelection/productSelection"
  13. },
  14. {
  15. "path": "pages/equitySelection/equitySelection"
  16. },
  17. {
  18. "path": "pages/basicInformation/basicInformation"
  19. },
  20. {
  21. "path": "pages/mailingAddress/mailingAddress"
  22. },
  23. {
  24. "path": "pages/drivingLicense/drivingLicense"
  25. },
  26. {
  27. "path": "pages/sigManage/sigManage"
  28. },
  29. {
  30. "path": "pages/payment/payment"
  31. },
  32. {
  33. "path": "pages/payment/orderPayment"
  34. },
  35. {
  36. "path": "pages/payment/signAContract"
  37. },
  38. {
  39. "path": "pages/payment/paymentSucess"
  40. },
  41. {
  42. "path": "pages/sigManage/signContract"
  43. },
  44. {
  45. "path": "pages/audit/audit"
  46. // "style": {
  47. // "navigationStyle": "custom",
  48. // "navigationBarTitleText": "审核不通过",
  49. // "enablePullDownRefresh": false
  50. // }
  51. },
  52. {
  53. "path": "pages/audit/auditSucess"
  54. // "style": {
  55. // "navigationStyle": "custom",
  56. // "navigationBarTitleText": "修改成功",
  57. // "enablePullDownRefresh": false
  58. // }
  59. },
  60. {
  61. "path": "pages/userInfoUploading/userInfoUploadingAudit"
  62. // "style": {
  63. // "navigationStyle": "custom",
  64. // "navigationBarTitleText": "个人信息修改",
  65. // "enablePullDownRefresh": false
  66. // }
  67. }, {
  68. "path": "pages/drivingLicense/drivingLicenseAudit"
  69. // "style": {
  70. // "navigationStyle": "custom",
  71. // "navigationBarTitleText": "车辆信息修改",
  72. // "enablePullDownRefresh": false
  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. "navigationBarTitleText": "ETC申办",
  86. "app-plus": {
  87. "titleView": false
  88. }
  89. },
  90. "uniIdRouter": {},
  91. "condition": { //模式配置,仅开发期间生效
  92. "current": 0, //当前激活的模式(list 的索引项)
  93. "list": [{
  94. "name": "app", //模式名称
  95. "path": "pages/userInfoUploading/userInfoUploading", //启动页面,必选
  96. "query": "" //启动参数,在页面的onLoad函数里面得到
  97. }]
  98. }
  99. }