feat: 更新布局、大屏页面、酸轧报表接口,调整导航栏/侧边栏联动

This commit is contained in:
2026-05-17 17:24:43 +08:00
parent 7c73d1ace0
commit 5663be1f6b
34 changed files with 7547 additions and 3303 deletions

16
server/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "screen-backend",
"version": "1.0.0",
"type": "module",
"description": "大屏管理后端服务",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"mysql2": "^3.6.0",
"dotenv": "^16.3.1"
}
}