jyyhq/witDisplay/js/core/npp_examples_config.js

30 lines
456 B
JavaScript
Raw Normal View History

2025-02-10 12:18:11 +08:00
/*
* NPP Examples Config
*
*/
var _npc = NPPConfig =
{
// - 配置登录参数
connParams :
{
// - 登录平台或设备地址
// path : "112.30.98.105:8866",
// path : "220.248.250.21:21507",
path : "112.31.106.186:8866",
// - 登录用户名
username : "admin",
// - 登录密码
password : "bnsadmin",
// - 登录企业ID
epId : "system",
//epId : "0",
// - 是否通过网闸模式
bfix : 1
},
end : true
};