项目结构

12141
  1. └─ 309.jianghu-bi
  2. ├─ .autod.conf.js
  3. ├─ app
  4. ├─ common
  5. └─ README.md
  6. ├─ constant
  7. └─ README.md
  8. ├─ controller
  9. └─ README.md
  10. ├─ service
  11. └─ README.md
  12. └─ view
  13. ├─ page
  14. ├─ customerCvr.html
  15. ├─ customerGross.html
  16. ├─ customerIndustry.html
  17. ├─ customerSource.html
  18. ├─ productCategory.html
  19. ├─ productSell.html
  20. ├─ sellBusiness.html
  21. ├─ sellFunnel.html
  22. ├─ staffContractNum.html
  23. ├─ staffInvoice.html
  24. ├─ topContractMoney.html
  25. ├─ topReturnedMoney.html
  26. ├─ workApproval.html
  27. ├─ workbench.html
  28. └─ workLog.html
  29. ├─ pageBak
  30. ├─ customerFollowupNum
  31. └─ example
  32. └─ pageDoc
  33. ├─ 1.studentManagement.md
  34. └─ _sidebar.md
  35. ├─ app.js
  36. ├─ config
  37. ├─ config.default.js
  38. ├─ config.env.example.js
  39. ├─ config.local.example.js
  40. ├─ config.local.js
  41. ├─ config.prod.example.js
  42. └─ plugin.js
  43. ├─ jsconfig.json
  44. ├─ package.json
  45. ├─ run
  46. ├─ agent_config.json
  47. ├─ agent_config_meta.json
  48. ├─ agent_timing_38052.json
  49. ├─ application_config.json
  50. ├─ application_config_meta.json
  51. ├─ application_timing_9852.json
  52. └─ router.json
  53. ├─ sql
  54. ├─ 1.init.sql
  55. ├─ 2.user.sql
  56. └─ 3.mock.sql