项目结构

12132
  1. └─ 310.jianghu-audit
  2. ├─ client
  3. ├─ app-update.yml
  4. ├─ build
  5. ├─ audit-keyan.png
  6. ├─ audit.png
  7. ├─ audit_win-keyan.png
  8. ├─ audit_win.png
  9. └─ windowsIconRefresh.nsh
  10. ├─ electron-builder-keyan.json
  11. ├─ electron-builder.json
  12. ├─ electron-builder.simple.json
  13. ├─ package.json
  14. ├─ prebuild.js
  15. ├─ README.md
  16. └─ src
  17. ├─ compute.js
  18. ├─ downloadHandler.js
  19. ├─ env.json
  20. ├─ forge.config.js
  21. ├─ handler.js
  22. ├─ main.js
  23. └─ preload.js
  24. ├─ script
  25. ├─ compute.js
  26. ├─ excelBatchScript.js
  27. ├─ exceltihuan.js
  28. ├─ package.json
  29. └─ README.md
  30. └─ server
  31. ├─ .autod.conf.js
  32. ├─ app
  33. ├─ common
  34. ├─ fileUtil.js
  35. ├─ README.md
  36. └─ validateUtil.js
  37. ├─ constant
  38. ├─ constant.js
  39. ├─ error.js
  40. └─ README.md
  41. ├─ controller
  42. └─ README.md
  43. ├─ schedule
  44. └─ syncAppAccountToFinance.js
  45. ├─ service
  46. ├─ auditProject.js
  47. ├─ file.js
  48. ├─ README.md
  49. └─ userManagement.js
  50. └─ view
  51. ├─ common
  52. ├─ excelCompute.html
  53. ├─ excelUtil.html
  54. └─ jianghuJs
  55. └─ jhInputDialogV4.html
  56. ├─ component
  57. ├─ assignWork.html
  58. └─ auditReview.html
  59. ├─ page
  60. ├─ auditProjectDetail.html
  61. ├─ auditProjectManagement.html
  62. ├─ auditProjectTemplate.html
  63. ├─ loginV4.html
  64. ├─ resetUserPassword.html
  65. └─ userManagement.html
  66. ├─ pageDoc
  67. ├─ 1.studentManagement.md
  68. ├─ 404.md
  69. ├─ upload
  70. └─ protocol.jpeg
  71. └─ _sidebar.md
  72. ├─ template
  73. └─ auditTemplate.html
  74. └─ utility
  75. └─ jianghuJs
  76. └─ jianghuAxiosV4.html
  77. ├─ app.js
  78. ├─ config
  79. ├─ config.default.js
  80. ├─ config.env.example.js
  81. ├─ config.local.example.js
  82. ├─ config.prod.example.js
  83. └─ plugin.js
  84. ├─ jsconfig.json
  85. ├─ package.json
  86. ├─ README.md
  87. ├─ script
  88. ├─ excelBatchScript.js
  89. └─ fixAuditProjectFileName.js
  90. ├─ sql
  91. ├─ 1.init.sql
  92. ├─ 2.user.sql
  93. └─ 3.mock.sql
  94. └─ upload