Project Structure

12132
└─ 310.jianghu-audit
  ├─ client
  │ ├─ app-update.yml
  │ ├─ build
  │ │ ├─ audit-keyan.png
  │ │ ├─ audit.png
  │ │ ├─ audit_win-keyan.png
  │ │ ├─ audit_win.png
  │ │ └─ windowsIconRefresh.nsh
  │ ├─ electron-builder-keyan.json
  │ ├─ electron-builder.json
  │ ├─ electron-builder.simple.json
  │ ├─ package.json
  │ ├─ prebuild.js
  │ ├─ README.md
  │ └─ src
  │   ├─ compute.js
  │   ├─ downloadHandler.js
  │   ├─ env.json
  │   ├─ forge.config.js
  │   ├─ handler.js
  │   ├─ main.js
  │   └─ preload.js
  ├─ script
  │ ├─ compute.js
  │ ├─ excelBatchScript.js
  │ ├─ exceltihuan.js
  │ ├─ package.json
  │ └─ README.md
  └─ server
    ├─ .autod.conf.js
    ├─ app
    │ ├─ common
    │ │ ├─ fileUtil.js
    │ │ ├─ README.md
    │ │ └─ validateUtil.js
    │ ├─ constant
    │ │ ├─ constant.js
    │ │ ├─ error.js
    │ │ └─ README.md
    │ ├─ controller
    │ │ └─ README.md
    │ ├─ schedule
    │ │ └─ syncAppAccountToFinance.js
    │ ├─ service
    │ │ ├─ auditProject.js
    │ │ ├─ file.js
    │ │ ├─ README.md
    │ │ └─ userManagement.js
    │ └─ view
    │   ├─ common
    │   │ ├─ excelCompute.html
    │   │ ├─ excelUtil.html
    │   │ └─ jianghuJs
    │   │   └─ jhInputDialogV4.html
    │   ├─ component
    │   │ ├─ assignWork.html
    │   │ └─ auditReview.html
    │   ├─ page
    │   │ ├─ auditProjectDetail.html
    │   │ ├─ auditProjectManagement.html
    │   │ ├─ auditProjectTemplate.html
    │   │ ├─ loginV4.html
    │   │ ├─ resetUserPassword.html
    │   │ └─ userManagement.html
    │   ├─ pageDoc
    │   │ ├─ 1.studentManagement.md
    │   │ ├─ 404.md
    │   │ ├─ upload
    │   │ │ └─ protocol.jpeg
    │   │ └─ _sidebar.md
    │   ├─ template
    │   │ └─ auditTemplate.html
    │   └─ utility
    │     └─ jianghuJs
    │       └─ jianghuAxiosV4.html
    ├─ app.js
    ├─ config
    │ ├─ config.default.js
    │ ├─ config.env.example.js
    │ ├─ config.local.example.js
    │ ├─ config.prod.example.js
    │ └─ plugin.js
    ├─ jsconfig.json
    ├─ package.json
    ├─ README.md
    ├─ script
    │ ├─ excelBatchScript.js
    │ └─ fixAuditProjectFileName.js
    ├─ sql
    │ ├─ 1.init.sql
    │ ├─ 2.user.sql
    │ └─ 3.mock.sql
    └─ upload