项目结构
12141
└─ 309.jianghu-bi
├─ .autod.conf.js
├─ app
│ ├─ common
│ │ └─ README.md
│ ├─ constant
│ │ └─ README.md
│ ├─ controller
│ │ └─ README.md
│ ├─ service
│ │ └─ README.md
│ └─ view
│ ├─ page
│ │ ├─ customerCvr.html
│ │ ├─ customerGross.html
│ │ ├─ customerIndustry.html
│ │ ├─ customerSource.html
│ │ ├─ productCategory.html
│ │ ├─ productSell.html
│ │ ├─ sellBusiness.html
│ │ ├─ sellFunnel.html
│ │ ├─ staffContractNum.html
│ │ ├─ staffInvoice.html
│ │ ├─ topContractMoney.html
│ │ ├─ topReturnedMoney.html
│ │ ├─ workApproval.html
│ │ ├─ workbench.html
│ │ └─ workLog.html
│ ├─ pageBak
│ │ ├─ customerFollowupNum
│ │ └─ example
│ └─ pageDoc
│ ├─ 1.studentManagement.md
│ └─ _sidebar.md
├─ app.js
├─ config
│ ├─ config.default.js
│ ├─ config.env.example.js
│ ├─ config.local.example.js
│ ├─ config.local.js
│ ├─ config.prod.example.js
│ └─ plugin.js
├─ jsconfig.json
├─ package.json
├─ run
│ ├─ agent_config.json
│ ├─ agent_config_meta.json
│ ├─ agent_timing_38052.json
│ ├─ application_config.json
│ ├─ application_config_meta.json
│ ├─ application_timing_9852.json
│ └─ router.json
├─ sql
│ ├─ 1.init.sql
│ ├─ 2.user.sql
│ └─ 3.mock.sql