feat: 更新布局、大屏页面、酸轧报表接口,调整导航栏/侧边栏联动
This commit is contained in:
16
server/package.json
Normal file
16
server/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user