Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

pages.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. {
  12. "path": "pages/basicInformation/basicInformation"
  13. },
  14. {
  15. "path": "pages/mailingAddress/mailingAddress"
  16. },
  17. {
  18. "path": "pages/userInfoUploading/userInfoUploading"
  19. },
  20. {
  21. "path": "pages/drivingLicense/drivingLicense"
  22. },
  23. {
  24. "path": "pages/sigManage/sigManage"
  25. },
  26. {
  27. "path": "pages/payment/payment"
  28. },
  29. {
  30. "path": "pages/payment/orderPayment"
  31. },
  32. {
  33. "path": "pages/payment/signAContract"
  34. },
  35. {
  36. "path": "pages/payment/paymentSucess"
  37. },
  38. {
  39. "path": "pages/sigManage/signContract"
  40. }
  41. ],
  42. "eslintConfig": {
  43. "parser": "babel-eslint"
  44. },
  45. "globalStyle": {
  46. "navigationBarTextStyle": "black",
  47. "navigationBarTitleText": "uni-app",
  48. "navigationBarBackgroundColor": "#F8F8F8",
  49. "backgroundColor": "#F8F8F8",
  50. "navigationStyle": "custom",
  51. "navigationBarTitleText": "ETC申办",
  52. "app-plus": {
  53. "titleView": false
  54. }
  55. },
  56. "uniIdRouter": {},
  57. "condition": { //模式配置,仅开发期间生效
  58. "current": 0, //当前激活的模式(list 的索引项)
  59. "list": [{
  60. "name": "app", //模式名称
  61. "path": "pages/productSelection/productSelection", //启动页面,必选
  62. "query": "" //启动参数,在页面的onLoad函数里面得到
  63. }]
  64. }
  65. }