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.

107 lines
2.2 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页",
  13. "enablePullDownRefresh": true,
  14. "backgroundTextStyle": "dark"
  15. }
  16. }
  17. ],
  18. "subPackages": [{
  19. "root": "pages/sub",
  20. "pages": [
  21. {
  22. "path": "machineList/machineList",
  23. "style": {
  24. "navigationBarTitleText": "机器列表",
  25. "enablePullDownRefresh": true
  26. }
  27. },
  28. {
  29. "path": "mechanicalMonitor/mechanicalMonitor",
  30. "style": {
  31. "navigationBarTitleText": "机器列表",
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "mechanicalLog/mechanicalLog",
  37. "style": {
  38. "navigationBarTitleText": "机器日志",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path": "executionRecord/executionRecord",
  44. "style": {
  45. "navigationBarTitleText": "执行记录",
  46. "enablePullDownRefresh": true
  47. }
  48. },
  49. {
  50. "path": "logPanel/logPanel",
  51. "style": {
  52. "navigationBarTitleText": "日志面板",
  53. "enablePullDownRefresh": true
  54. }
  55. },
  56. {
  57. "path": "logPanel/addNewLog",
  58. "style": {
  59. "navigationBarTitleText": "新增日志",
  60. "enablePullDownRefresh": true
  61. }
  62. },
  63. {
  64. "path": "batchExecution/batchExecution",
  65. "style": {
  66. "navigationBarTitleText": "批量执行",
  67. "enablePullDownRefresh": true
  68. }
  69. },
  70. {
  71. "path": "batchExecution/selectMachine",
  72. "style": {
  73. "navigationBarTitleText": "选择机器",
  74. "enablePullDownRefresh": true
  75. }
  76. },
  77. {
  78. "path": "batchExecution/selectTemplate",
  79. "style": {
  80. "navigationBarTitleText": "选择模版",
  81. "enablePullDownRefresh": true
  82. }
  83. },
  84. {
  85. "path": "batchExecution/executionDetails",
  86. "style": {
  87. "navigationBarTitleText": "选择模版",
  88. "enablePullDownRefresh": true
  89. }
  90. }
  91. ]
  92. }],
  93. "globalStyle": {
  94. "navigationBarTextStyle": "black",
  95. "navigationBarTitleText": "uni-app",
  96. "navigationBarBackgroundColor": "#fff",
  97. "backgroundColor": "#fff"
  98. },
  99. "uniIdRouter": {},
  100. "easycom": {
  101. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  102. }
  103. }