上海保安勤务系统(demo)

DESKTOP-6LTVLN7\Liumouren 92050f5439 脚本适配 17 saat önce
.vscode 68b0d18126 init 3 gün önce
deploy 68b0d18126 init 3 gün önce
public 68b0d18126 init 3 gün önce
scripts 68b0d18126 init 3 gün önce
src 92050f5439 脚本适配 17 saat önce
.env.example 68b0d18126 init 3 gün önce
.gitignore 68b0d18126 init 3 gün önce
README.md 68b0d18126 init 3 gün önce
index.html 68b0d18126 init 3 gün önce
package-lock.json 68b0d18126 init 3 gün önce
package.json 68b0d18126 init 3 gün önce
tsconfig.app.json 68b0d18126 init 3 gün önce
tsconfig.json 68b0d18126 init 3 gün önce
tsconfig.node.json 68b0d18126 init 3 gün önce
vite.config.ts 68b0d18126 init 3 gün önce

README.md

勤务系统 2.0 Demo

无独立业务库、无小程序。用于演示可视化大屏与管理后台。启动时优先拉数据中台栏目,失败回退内存样本。中台账号已写在 src/api/dmsAuth.ts

npm install
npm run dev

生产:npm run build 后把 dist/ 交给 Nginx,按 deploy/nginx.conf.example 反代 /proxy_oauth/proxy_dms

设计说明见仓库 docs/勤务系统2.0-Demo技术设计文档.md