Project Structure

12138
└─ 306.jianghu-pm
  ├─ .autod.conf.js
  ├─ app
  │ ├─ common
  │ │ └─ README.md
  │ ├─ constant
  │ │ ├─ constant.js
  │ │ ├─ error.js
  │ │ └─ README.md
  │ ├─ controller
  │ │ └─ README.md
  │ ├─ service
  │ │ ├─ common.js
  │ │ ├─ constant.js
  │ │ ├─ project.js
  │ │ └─ README.md
  │ └─ view
  │   ├─ common
  │   │ └─ constantUtil.html
  │   ├─ component
  │   │ ├─ task-attachment-list.html
  │   │ ├─ task-board-list.html
  │   │ ├─ task-calendar-list.html
  │   │ ├─ task-child-list.html
  │   │ ├─ task-comment-list.html
  │   │ └─ task-detail-drawer.html
  │   ├─ page
  │   │ ├─ projectArchiveManagement.html
  │   │ ├─ projectManagement.html
  │   │ ├─ projectRecycledManagement.html
  │   │ ├─ task-table-list.html
  │   │ ├─ taskManagementOfOneProject.html
  │   │ └─ workbenchManagement.html
  │   └─ 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
  ├─ doc
  │ ├─ 悟空pm调研.md
  │ ├─ 施工方案.md
  │ └─ 项目流程.md
  ├─ jsconfig.json
  ├─ package.json
  ├─ README.md
  ├─ run
  │ ├─ agent_config.json
  │ ├─ agent_config_meta.json
  │ ├─ agent_timing_8652.json
  │ ├─ application_config.json
  │ ├─ application_config_meta.json
  │ ├─ application_timing_39292.json
  │ ├─ application_timing_40700.json
  │ ├─ application_timing_41360.json
  │ └─ router.json
  ├─ sql
  │ ├─ 1.init.sql
  │ ├─ 2.user.sql
  │ └─ 3.mock.sql