pages.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue",
  6. "^ly-(.*)": "@/plugins/ly-$1.vue"
  7. }
  8. },
  9. "pages": [
  10. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  11. {
  12. "path": "pages/index/init",
  13. "style": {
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/index/index",
  19. "style": {
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/auth/index",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/classes/select",
  31. "style": {
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/task/kgAndCm",
  37. "style": {
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/task/info",
  43. "style": {
  44. "navigationStyle": "custom"
  45. }
  46. },
  47. {
  48. "path": "pages/task/vision",
  49. "style": {
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/setting/index",
  55. "style": {
  56. "navigationStyle": "custom"
  57. }
  58. }
  59. ],
  60. "globalStyle": {
  61. "navigationBarTextStyle": "black",
  62. "navigationBarTitleText": "uni-app",
  63. "navigationBarBackgroundColor": "#F8F8F8",
  64. "backgroundColor": "#F8F8F8"
  65. },
  66. "uniIdRouter": {}
  67. }