项目结构

12114
  1. └─ 31-lms-public_hygiene
  2. ├─ .autod.conf.js
  3. ├─ README.md
  4. ├─ app
  5. ├─ common
  6. └─ README.md
  7. ├─ constant
  8. └─ README.md
  9. ├─ controller
  10. └─ README.md
  11. ├─ public
  12. ├─ README.md
  13. └─ plugin
  14. ├─ compression
  15. └─ browser-image-compression.js
  16. ├─ jsoneditor
  17. ├─ img
  18. └─ jsoneditor-icons.svg
  19. ├─ jsoneditor.css
  20. └─ jsoneditor.js
  21. └─ vant
  22. ├─ index.css
  23. └─ vant.min.js
  24. ├─ service
  25. └─ README.md
  26. └─ view
  27. ├─ component
  28. ├─ deductionRecordOfArea.html
  29. ├─ jhFileInput.html
  30. └─ tableRecordHistory.html
  31. ├─ init-json
  32. ├─ component
  33. └─ deductionRecordOfArea.js
  34. └─ page
  35. ├─ areaList.js
  36. ├─ areaManagement.js
  37. ├─ areaMonth.js
  38. ├─ areaView.js
  39. └─ classMonth.js
  40. ├─ page
  41. ├─ areaList.html
  42. ├─ areaManagement.html
  43. ├─ areaMonth.html
  44. ├─ areaView.html
  45. └─ classMonth.html
  46. └─ pageDoc
  47. ├─ 1.studentManagement.md
  48. ├─ _sidebar.md
  49. ├─ areaList.md
  50. ├─ areaManagement.md
  51. ├─ areaMonth.md
  52. ├─ classMonth.md
  53. ├─ deductionRecord.md
  54. └─ upload
  55. └─ protocol.jpeg
  56. ├─ app.js
  57. ├─ config
  58. ├─ config.default.js
  59. ├─ config.local.example.js
  60. ├─ config.local.js
  61. ├─ config.prod.example.js
  62. └─ plugin.js
  63. ├─ jianghu-init.dev.lock
  64. ├─ jsconfig.json
  65. ├─ logs
  66. ├─ common-error.json.log
  67. ├─ common-error.json.log.2024-03-15
  68. ├─ common-error.log
  69. ├─ common-error.log.2024-03-15
  70. ├─ egg-agent.json.log
  71. ├─ egg-agent.log
  72. ├─ egg-agent.log.2024-03-15
  73. ├─ egg-knex.json.log
  74. ├─ egg-knex.json.log.2024-03-15
  75. ├─ egg-knex.log
  76. ├─ egg-knex.log.2024-03-15
  77. ├─ egg-schedule.json.log
  78. ├─ egg-schedule.json.log.2024-03-15
  79. ├─ egg-schedule.log
  80. ├─ egg-schedule.log.2024-03-15
  81. ├─ egg-web.json.log
  82. ├─ egg-web.json.log.2024-03-15
  83. ├─ egg-web.log
  84. ├─ egg-web.log.2024-03-15
  85. ├─ public_clean-web.json.log
  86. ├─ public_clean-web.json.log.2024-03-15
  87. ├─ public_clean-web.log
  88. ├─ public_clean-web.log.2024-03-15
  89. ├─ public_clean.html.json.log
  90. ├─ public_clean.html.log
  91. ├─ public_clean.page.json.log
  92. ├─ public_clean.page.log
  93. ├─ public_clean.resource.json.log
  94. ├─ public_clean.resource.json.log.2024-03-15
  95. ├─ public_clean.resource.log
  96. └─ public_clean.resource.log.2024-03-15
  97. ├─ package-lock.json
  98. ├─ package.json
  99. ├─ run
  100. ├─ agent_config.json
  101. ├─ agent_config_meta.json
  102. ├─ agent_timing_39646.json
  103. ├─ application_config.json
  104. ├─ application_config_meta.json
  105. ├─ application_timing_39690.json
  106. ├─ application_timing_46129.json
  107. └─ router.json
  108. ├─ sql
  109. └─ init.sql
  110. ├─ typings
  111. ├─ app
  112. └─ index.d.ts
  113. └─ config
  114. ├─ index.d.ts
  115. └─ plugin.d.ts
  116. └─ upload