完善 MCS 桌面代理与开炼机动作同步,修复原料相关菜单权限,桌面端新增上辅机 MES 菜单。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-27 15:56:05 +08:00
parent 7a9c19e4f3
commit 442a4c8ae2
113 changed files with 10169 additions and 91 deletions

View File

@@ -95,5 +95,15 @@
"DefaultTenantId": 1002, // 自动创建本地用户时使用的默认租户ID
"Captcha": "", // 如启用登录验证码,在此传入验证码
"CheckKey": "" // 如启用登录验证码在此传入验证码key
},
"EquipmentDb": {
"Enabled": true,
"DeviceId": "",
"ServerHost": "43.108.8.218",
"ServerPort": 1433,
"DbName": "MESNAC_MCS_ShareDB",
"Username": "sa",
"Password": "xsl@123456",
"ConnectTimeoutSeconds": 15
}
}