kazelee
2025-06-20 7267e82ccfbea0fa03e8bc809a2d5ac6f7da84ac
config/config.comment.json
@@ -1,22 +1,21 @@
{
    "WebApiUrl": "http://127.0.0.1:8901",
    "RCSApiUrl": "http://127.0.0.1:6001",
    "NDCApiUrl": "http://127.0.0.1:5201/api/order/",
    "SqlServer": "Data Source=192.168.1.144;Initial Catalog=YinKouAnGan;User ID=hhuser;Password=Am123123",
    //"SqlServer": "Data Source=(local);Initial Catalog=AnGangTest;User ID=sa;Password=123456",
    "WebApiUrl": "http://127.0.0.1:8901", // 终端地址
    "RCSApiUrl": "http://127.0.0.1:6001", // 国自AGV调度
    "NDCApiUrl": "http://127.0.0.1:5201/api/order/", // 项目不使用
    "SqlServer": "Data Source=192.168.1.144;Initial Catalog=YinKouAnGan;User ID=hhuser;Password=Hh123321&&", // 数据库地址
    "TCPServerIP": "127.0.0.1",
    "TCPServerPort": 8085,
    "Areas": [
        {
            "Name": "收发区",
            "Codes": [ "SFQ" ]
            "Name": "取放货区",
            "Codes": [ "QFHQ" ]
        },
        {
            "Name": "货架区",
            "Codes": [ "HJQ" ]
        }
    ],
    "Snap": [
    "Snaps": [ // 相机拍摄的IP和账号密码信息
        {
            "Ip": "172.23.8.95",
            "Port": 37777,
@@ -24,5 +23,5 @@
            "Pwd": "123456"
        }
    ],
    "CaptureUrl": "http://127.0.0.1/"
    "CaptureUrl": "http://127.0.0.1/" // 相机保存图片的地址
}