Files
wcs/货架标准上位机/data/jsconfig.json
hehaibing-1996 472862a978 1.库位禁用和启用、模组禁用启用
2.退出出库先解锁 后发指令
2024-05-21 18:46:51 +08:00

33 lines
915 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//连接不上加SslMode=none;
"MySql": "server=localhost;Database=db1;Uid=root;Pwd=123456;Convert Zero Datetime=True",
//货架服务器的IP和端口号
"ApiIpHost": "http://127.0.0.1:8888/",
//WebSocket的地址
"WebSocketUrl": "ws://127.0.0.1:7789/ws",
//货架分区
"GroupName": [ "13寸智能货架", "7寸智能货架" ],
//设备类型 可以配置为每个电脑不一样
"DeviceType": "WCS前端",
//货架类型的是否开机自检
"IsBootSelfTest": false,
//扫码枪COM口列表
"ScannerComList": [],
//串口扫码枪延时
"ScannerTimeOut": 2000,
//系统配置
"Sys": {
//是否保存登录历史
"IsSaveLogin": true,
//登录历史
"SaveLogin": [],
//登录历史数量
"SaveLoginCount": 5,
//开机启动
"Powerboot": false,
//启动全屏
"StartupFull": false,
//日志保存天数
"SaveLogDay": 182
}
}