项目结构

12114
  1. └─ 15-lms-notice
  2. ├─ .get-weixin-code.html
  3. ├─ README.md
  4. ├─ app
  5. ├─ common
  6. ├─ PKCS7.js
  7. ├─ README.md
  8. └─ wechatUtil.js
  9. ├─ constant
  10. ├─ README.md
  11. ├─ constant.js
  12. └─ error.js
  13. ├─ controller
  14. ├─ README.md
  15. ├─ boc.js
  16. └─ wechat.js
  17. ├─ public
  18. ├─ README.md
  19. ├─ font
  20. ├─ songti.ttf
  21. ├─ songtiBold.ttf
  22. └─ yahei.ttf
  23. ├─ image
  24. ├─ banner-1.jpeg
  25. ├─ banner-2.jpeg
  26. ├─ banner-3.jpeg
  27. ├─ bindStudent-local.png
  28. ├─ bindStudent-prod.png
  29. ├─ empty.png
  30. ├─ messageList-local.png
  31. ├─ messageList-prod.png
  32. ├─ student-avatar.png
  33. └─ 已缴费.png
  34. ├─ logo-circle.png
  35. ├─ logo-full.png
  36. └─ plugin
  37. ├─ jsoneditor
  38. ├─ img
  39. └─ jsoneditor-icons.svg
  40. ├─ jsoneditor.css
  41. └─ jsoneditor.js
  42. └─ vant
  43. ├─ index.css
  44. └─ vant.min.js
  45. ├─ router.js
  46. ├─ schedule
  47. ├─ access_token.js
  48. ├─ collectTaskFromExam.js
  49. ├─ collectTaskFromMentor.js
  50. ├─ noticeTask.js
  51. └─ paymentOrder.js
  52. ├─ service
  53. ├─ boc.js
  54. ├─ message.js
  55. ├─ notice.js
  56. ├─ noticeTask.js
  57. ├─ noticeTemplate.js
  58. ├─ tuition.js
  59. └─ wechat.js
  60. └─ view
  61. ├─ component
  62. ├─ mobile
  63. ├─ adSwipe.html
  64. ├─ footer.html
  65. ├─ header.html
  66. └─ links.html
  67. └─ vueJsonEditor.html
  68. ├─ page
  69. ├─ bindStudent.html
  70. ├─ messageList.html
  71. ├─ noticeManagement.html
  72. ├─ noticeTaskManagement.html
  73. ├─ noticeTaskPushManagement.html
  74. ├─ noticeTemplate
  75. ├─ appraisal.html
  76. ├─ commendation.html
  77. ├─ examResultViewer.html
  78. ├─ invitation.html
  79. ├─ letter.html
  80. ├─ paymentBill.html
  81. ├─ paymentDetail.html
  82. └─ welcomeLetter.html
  83. └─ otherBrowser.html
  84. ├─ pageDoc
  85. ├─ _404.md
  86. ├─ _sidebar.md
  87. ├─ development.md
  88. ├─ image
  89. └─ development
  90. ├─ 1680076786552.png
  91. └─ 1680076881342.png
  92. └─ upload
  93. ├─ 微信公众平台1.png
  94. ├─ 微信公众平台2.png
  95. ├─ 微信公众平台3.png
  96. ├─ 微信沙箱1.png
  97. └─ 微信沙箱2.png
  98. └─ template
  99. ├─ jhTemplate.html
  100. └─ vantTemplate.html
  101. ├─ app.js
  102. ├─ config
  103. ├─ config.default.js
  104. ├─ config.env.example.js
  105. ├─ config.local.example.js
  106. ├─ config.local.js
  107. ├─ config.prod.example.js
  108. └─ plugin.js
  109. ├─ jsconfig.json
  110. ├─ package-lock.json
  111. ├─ package.json
  112. └─ sql
  113. ├─ ddl.sql
  114. ├─ exam_viewer.sql
  115. ├─ init.sql
  116. └─ mock.sql